-
Anton Shestakov <av6@dwimlabs.net>, 2016-07-18
queue: worker queue for running checks
-
Anton Shestakov <av6@dwimlabs.net>, 2016-07-18
checker: set LC_ALL for git
-
Anton Shestakov <av6@dwimlabs.net>, 2016-07-18
checker: use absolute imports
-
Anton Shestakov <av6@dwimlabs.net>, 2016-07-18
checker: take commit to update to as an optional argument
-
Anton Shestakov <av6@dwimlabs.net>, 2016-07-17
queue: git hooks naturally don't provide topological branch heads
-
Anton Shestakov <av6@dwimlabs.net>, 2016-07-17
queue: add incoming queue handler
-
Anton Shestakov <av6@dwimlabs.net>, 2016-07-17
queue: data is a string, we need item (TypeError)
-
Anton Shestakov <av6@dwimlabs.net>, 2016-07-17
queue: work around parse_command_line() ignoring the first argument
-
Anton Shestakov <av6@dwimlabs.net>, 2016-07-17
queue: add hook handler (only for bitbucket at the moment)
-
Anton Shestakov <av6@dwimlabs.net>, 2016-07-17
viewer: use thread-local IOLoop instance (recommended by Tornado docs)