-
Anton Shestakov <av6@dwimlabs.net>, Mon, 13 Jun 2016 23:05:22 +0800
checker: don't forget to actually raise the exception in run_ignore_1()
-
Anton Shestakov <av6@dwimlabs.net>, Mon, 13 Jun 2016 21:51:21 +0800
viewer: add basic index page
-
Anton Shestakov <av6@dwimlabs.net>, Mon, 13 Jun 2016 11:26:22 +0800
viewer: the frontend
-
Anton Shestakov <av6@dwimlabs.net>, Mon, 13 Jun 2016 11:22:32 +0800
candolint: revision + node hash is still unique per project
Even though SQLite doesn't enforce uniqueness if rev is NULL, the index is
still useful in BaseModel.create_or_get().
-
Anton Shestakov <av6@dwimlabs.net>, Mon, 13 Jun 2016 11:14:12 +0800
incoming: parse checker output and store in a db
-
Anton Shestakov <av6@dwimlabs.net>, Mon, 13 Jun 2016 11:10:56 +0800
checker: set up venv for linters
-
Anton Shestakov <av6@dwimlabs.net>, Mon, 13 Jun 2016 11:08:16 +0800
checker: print/get revision info
-
Anton Shestakov <av6@dwimlabs.net>, Mon, 13 Jun 2016 09:54:55 +0800
candolint: revision number is not unique for a project (after editing history)
-
Anton Shestakov <av6@dwimlabs.net>, Mon, 13 Jun 2016 09:47:55 +0800
incoming: a script to run checks
At the moment, it just clones source and then cleans up.
-
Anton Shestakov <av6@dwimlabs.net>, Sun, 12 Jun 2016 22:28:31 +0800
candolint: basic models and database management