-
Anton Shestakov <av6@dwimlabs.net>, Mon, 27 Jun 2016 22:58:22 +0800
incoming: remove linkstart and linkend until things are actually ready
-
Anton Shestakov <av6@dwimlabs.net>, Sun, 26 Jun 2016 20:27:35 +0800
tests: test read_linter_config() from checker.py
-
Anton Shestakov <av6@dwimlabs.net>, Sun, 26 Jun 2016 14:21:43 +0800
tests: test run() from checker.py
-
Anton Shestakov <av6@dwimlabs.net>, Sun, 26 Jun 2016 10:04:04 +0800
incoming: save linkstart and linkend for lines (not used yet)
-
Anton Shestakov <av6@dwimlabs.net>, Sun, 26 Jun 2016 09:26:16 +0800
viewer: make task blocks collapsible (except cleanup)
-
Anton Shestakov <av6@dwimlabs.net>, Sat, 25 Jun 2016 22:11:38 +0800
incoming: use a subquery for Check.ordinal instead of a separate query
-
Anton Shestakov <av6@dwimlabs.net>, Sat, 25 Jun 2016 18:16:39 +0800
models: drop Check.raw field (not worth storing in the same table)
Replaying checks can be done (and is easier) when storing checker output in
plain files, so let's lighten up the load on the database.
-
Anton Shestakov <av6@dwimlabs.net>, Sat, 25 Jun 2016 17:10:24 +0800
incoming: strip linebreaks from lines before storing them
-
Anton Shestakov <av6@dwimlabs.net>, Fri, 24 Jun 2016 21:11:16 +0800
incoming: mark "job failed" line as a failure
-
Anton Shestakov <av6@dwimlabs.net>, Thu, 23 Jun 2016 23:04:26 +0800
tests: test another regex in incoming (luacheck-style linter output)