-
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
-
Anton Shestakov <av6@dwimlabs.net>, Wed, 06 Jul 2016 19:50:17 +0800
viewer: move project name closed to the check result on /
-
Anton Shestakov <av6@dwimlabs.net>, Wed, 06 Jul 2016 16:49:16 +0800
viewer: remove Check.get_url() method for not being very useful
-
Anton Shestakov <av6@dwimlabs.net>, Wed, 06 Jul 2016 16:43:51 +0800
viewer: join change table in check handler for performance reasons
-
Anton Shestakov <av6@dwimlabs.net>, Wed, 06 Jul 2016 14:04:30 +0800
adapters: add hgweb hosting adapter