-
Anton Shestakov <av6@dwimlabs.net>, Sun, 17 Jul 2016 05:23:08 +0800
utils: adopt now() (renamed to timestamp()) and parse_timestamp(), test them
-
Anton Shestakov <av6@dwimlabs.net>, Sun, 17 Jul 2016 05:10:35 +0800
utils: a small module for shared functions, the first of them is rel()
-
Anton Shestakov <av6@dwimlabs.net>, Sun, 17 Jul 2016 01:15:16 +0800
checker: remove duplicate "job failed" message
Now that every failed run() is covered in the execute() by return False, one
such message in wrapper() is enough.
-
Anton Shestakov <av6@dwimlabs.net>, Sat, 16 Jul 2016 21:07:54 +0800
checker: print requested linters without duplicates
Also, some linters could come preinstalled (compiled, as distro packages), so
they don't necessarily need to be installed.
-
Anton Shestakov <av6@dwimlabs.net>, Sat, 16 Jul 2016 19:05:11 +0800
viewer: request light fields when using just metadata from Check
/ and project pages just link to checks, so the heavier text fields like
Check.lines aren't actually important, and can be excluded from SELECT for a
nice performance boost.
-
Anton Shestakov <av6@dwimlabs.net>, Thu, 14 Jul 2016 17:04:03 +0800
tests: test parsing urls with "directories"
-
Anton Shestakov <av6@dwimlabs.net>, Wed, 13 Jul 2016 18:25:43 +0800
incoming: support --help and --debug, and read from stdin by default
-
Anton Shestakov <av6@dwimlabs.net>, Wed, 13 Jul 2016 16:54:30 +0800
checker: actually, let's just redirect docker-build stdout to stderr instead
-
Anton Shestakov <av6@dwimlabs.net>, Wed, 13 Jul 2016 16:34:30 +0800
checker: pass arguments reliably straight to python -u
-
Anton Shestakov <av6@dwimlabs.net>, Wed, 13 Jul 2016 16:34:08 +0800
checker: ignore docker-build stdout