-
Anton Shestakov <av6@dwimlabs.net>, Mon, 25 Jul 2016 16:42:36 +0800
tests: generate both content-type header and json data in json_payload()
-
Anton Shestakov <av6@dwimlabs.net>, Mon, 25 Jul 2016 16:24:07 +0800
docs: add license (MIT)
-
Anton Shestakov <av6@dwimlabs.net>, Thu, 21 Jul 2016 17:43:44 +0800
provision: `supervisorctl update` already implies a reread
-
Anton Shestakov <av6@dwimlabs.net>, Thu, 21 Jul 2016 17:21:01 +0800
provision: don't pin certs, rely on Mercurial being configured correctly
Bitbucket already has a trusted, valid certificate. If extra security is
needed, it shouldn't be done in user's .hgrc anyway.
And since repo is a variable now, it could be on a host that's not in
[hostfingerprints].
-
Anton Shestakov <av6@dwimlabs.net>, Thu, 21 Jul 2016 17:16:20 +0800
provision: if wsgi stuff had any updates, also restart fruitbar
-
Anton Shestakov <av6@dwimlabs.net>, Thu, 21 Jul 2016 17:15:21 +0800
provision: update to more YAMLy syntax
-
Anton Shestakov <av6@dwimlabs.net>, Thu, 21 Jul 2016 17:12:40 +0800
provision: use become instead of sudo
-
Anton Shestakov <av6@dwimlabs.net>, Thu, 21 Jul 2016 17:12:00 +0800
provision: move repo url and revision to vars
-
Anton Shestakov <av6@dwimlabs.net>, Wed, 20 Jul 2016 19:04:15 +0800
crud: use dict comprehension instead of dict() with generator expression
-
Anton Shestakov <av6@dwimlabs.net>, Wed, 20 Jul 2016 18:56:30 +0800
fruitbar: remove encoding declaration (not necessary, the code is ascii)