-
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
-
Anton Shestakov <av6@dwimlabs.net>, Tue, 19 Jul 2016 17:44:31 +0800
tests: use assertIn() for searching for an id in response
-
Anton Shestakov <av6@dwimlabs.net>, Tue, 19 Jul 2016 14:55:13 +0800
crud: split a long line