-
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.
-
Anton Shestakov <av6@dwimlabs.net>, Tue, 19 Sep 2017 22:29:13 +0800
viewer: get reference check in a separate method
-
Anton Shestakov <av6@dwimlabs.net>, Mon, 18 Sep 2017 18:52:34 +0800
viewer: create an index for checks to speed up "order by" a lot
-
Anton Shestakov <av6@dwimlabs.net>, Mon, 18 Sep 2017 17:12:03 +0800
viewer: missing dot.svg template