-
Anton Shestakov <av6@dwimlabs.net>, Thu, 07 Jul 2016 14:27:13 +0800
checker: use elif to save on config['scm'] checks
-
Anton Shestakov <av6@dwimlabs.net>, Thu, 07 Jul 2016 14:24:22 +0800
viewer: remove special case for cleanup task collapser
Now that final "job finished" metadata line is not in any task, cleanup is
empty and won't get the collapser naturally.
-
Anton Shestakov <av6@dwimlabs.net>, Thu, 07 Jul 2016 14:23:10 +0800
adapters: add GithubAdapter
-
Anton Shestakov <av6@dwimlabs.net>, Thu, 07 Jul 2016 14:11:03 +0800
checker: support git
-
Anton Shestakov <av6@dwimlabs.net>, Thu, 07 Jul 2016 14:09:07 +0800
checker: raise the exception after bad_exit()
-
Anton Shestakov <av6@dwimlabs.net>, Thu, 07 Jul 2016 14:08:01 +0800
checker: move hg calls to separate functions, check config['scm']
-
Anton Shestakov <av6@dwimlabs.net>, Thu, 07 Jul 2016 13:58:38 +0800
models: revs are not unique, can be nulls
Revision numbers can change depending on --branch or --rev for hg clone.
-
Anton Shestakov <av6@dwimlabs.net>, Thu, 07 Jul 2016 13:55:51 +0800
incoming: job started/finished metadata lines are not in any task
-
Anton Shestakov <av6@dwimlabs.net>, Thu, 07 Jul 2016 13:31:08 +0800
models: manual_upsert() to create new instances or update existing
-
Anton Shestakov <av6@dwimlabs.net>, Wed, 06 Jul 2016 21:21:47 +0800
models: use a simple heuristic to pick HgwebAdapter