-
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)
-
Anton Shestakov <av6@dwimlabs.net>, Wed, 20 Jul 2016 19:01:34 +0800
tests: check that _rev is present in output
-
Anton Shestakov <av6@dwimlabs.net>, Tue, 19 Jul 2016 18:16:23 +0800
ui: use dot operator to access known object properties
-
Anton Shestakov <av6@dwimlabs.net>, Tue, 19 Jul 2016 17:51:59 +0800
tests: pass data to create_resource() and update_resource() explicitly