-
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.
-
Anton Shestakov <av6@dwimlabs.net>, Sat, 23 Sep 2017 13:12:20 +0800
viewer: one more place needed an explicit order_by() call
-
Anton Shestakov <av6@dwimlabs.net>, Sat, 23 Sep 2017 13:07:47 +0800
viewer: the rest of the hover line bits for chart
-
Anton Shestakov <av6@dwimlabs.net>, Sat, 23 Sep 2017 13:00:12 +0800
tests: two more checks for index page