-
Anton Shestakov <av6@dwimlabs.net>, 2016-06-26
tests: test read_linter_config() from checker.py
-
Anton Shestakov <av6@dwimlabs.net>, 2016-06-26
tests: test run() from checker.py
-
Anton Shestakov <av6@dwimlabs.net>, 2016-06-26
incoming: save linkstart and linkend for lines (not used yet)
-
Anton Shestakov <av6@dwimlabs.net>, 2016-06-26
viewer: make task blocks collapsible (except cleanup)
-
Anton Shestakov <av6@dwimlabs.net>, 2016-06-25
incoming: use a subquery for Check.ordinal instead of a separate query
-
Anton Shestakov <av6@dwimlabs.net>, 2016-06-25
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>, 2016-06-25
incoming: strip linebreaks from lines before storing them
-
Anton Shestakov <av6@dwimlabs.net>, 2016-06-24
incoming: mark "job failed" line as a failure
-
Anton Shestakov <av6@dwimlabs.net>, 2016-06-23
tests: test another regex in incoming (luacheck-style linter output)
-
Anton Shestakov <av6@dwimlabs.net>, 2016-06-23
incoming: make initial state = None