-
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
-
Anton Shestakov <av6@dwimlabs.net>, Sat, 23 Sep 2017 12:53:04 +0800
models: "finished" was dropped from order by, so this index is not used
Index page still uses "finished" in order by, but it needs a different index.
-
Anton Shestakov <av6@dwimlabs.net>, Sat, 23 Sep 2017 12:43:15 +0800
models: it's now obvious that the order of columns should be this
Now the index helps with "where project_id = ?" and "order by ordinal" as well.
-
Anton Shestakov <av6@dwimlabs.net>, Sat, 23 Sep 2017 12:42:03 +0800
viewer: use order_by() explicitly, helps with keeping indices up-to-date
-
Anton Shestakov <av6@dwimlabs.net>, Wed, 20 Sep 2017 13:44:36 +0800
viewer: basic line chart for checks (errors, warnings, duration)
-
Anton Shestakov <av6@dwimlabs.net>, Wed, 20 Sep 2017 11:25:26 +0800
viewer: use two columns for info lists on check page for small screens too
Since lists themselves switch to one column on small screens, there's enough
space for both of them side by side.