-
Anton Shestakov <av6@dwimlabs.net>, Sun, 08 Oct 2017 10:01:43 +0800
tests: reorder and update tests for match_linter_output() slightly
-
Anton Shestakov <av6@dwimlabs.net>, Sun, 08 Oct 2017 10:00:32 +0800
incoming: yamllint also has codes, just not numeric
-
Anton Shestakov <av6@dwimlabs.net>, Fri, 06 Oct 2017 16:25:47 +0800
viewer: add top margin to .chart-container (in case there's no reference check)
-
Anton Shestakov <av6@dwimlabs.net>, Fri, 06 Oct 2017 16:24:27 +0800
viewer: no need to compare to True, fixes two E712 warnings as well
-
Anton Shestakov <av6@dwimlabs.net>, Fri, 06 Oct 2017 16:22:57 +0800
viewer: hide dashed line in the chart if current check is not anywhere on it
-
Anton Shestakov <av6@dwimlabs.net>, Fri, 06 Oct 2017 16:06:44 +0800
viewer: skip failed checks in get_chart_data()
-
Anton Shestakov <av6@dwimlabs.net>, Tue, 03 Oct 2017 19:58:24 +0800
viewer: show tooltip for line chart
-
Anton Shestakov <av6@dwimlabs.net>, Tue, 03 Oct 2017 19:53:50 +0800
viewer: link to individual checks on the line chart
-
Anton Shestakov <av6@dwimlabs.net>, Tue, 03 Oct 2017 19:50:58 +0800
candolint: don't forget to check candolint.js too
-
Anton Shestakov <av6@dwimlabs.net>, Sun, 24 Sep 2017 12:25:05 +0800
viewer: use subqueries to get data on index page
Before, there were bare columns in the aggregate query, their values were
undefined (but it somehow worked), as SQLite docs say. Good news is that now
this bigger query uses (project_id, ordinal) index and is really fast.