-
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)
-
Anton Shestakov <av6@dwimlabs.net>, Thu, 23 Jun 2016 23:01:48 +0800
incoming: make initial state = None
-
Anton Shestakov <av6@dwimlabs.net>, Thu, 23 Jun 2016 22:23:39 +0800
incoming: use named groups in start-of-the-string regex
-
Anton Shestakov <av6@dwimlabs.net>, Thu, 23 Jun 2016 17:01:41 +0800
linters: jshint config
-
Anton Shestakov <av6@dwimlabs.net>, Thu, 23 Jun 2016 19:38:59 +0800
checker: configurable allowed exit codes for linters
-
Anton Shestakov <av6@dwimlabs.net>, Thu, 23 Jun 2016 16:54:08 +0800
linters: luacheck config
-
Anton Shestakov <av6@dwimlabs.net>, Thu, 23 Jun 2016 16:53:45 +0800
linters: yamllint config