-
Anton Shestakov <av6@dwimlabs.net>, Thu, 25 Aug 2016 11:22:09 +0800
tests: test hook handlers in hooks-queue.py
-
Anton Shestakov <av6@dwimlabs.net>, Thu, 25 Aug 2016 11:20:06 +0800
queue: let's just call it event
-
Anton Shestakov <av6@dwimlabs.net>, Wed, 24 Aug 2016 21:26:24 +0800
queue: move option creation to main() to help with tests
-
Anton Shestakov <av6@dwimlabs.net>, Wed, 24 Aug 2016 21:22:05 +0800
viewer: move option creation to main() to help with tests
-
Anton Shestakov <av6@dwimlabs.net>, Wed, 24 Aug 2016 19:46:24 +0800
queue: turn HTTPErrors into JSON responses via BaseHookHandler.write_error()
-
Anton Shestakov <av6@dwimlabs.net>, Wed, 24 Aug 2016 19:37:29 +0800
queue: log event type that hook handlers receive
-
Anton Shestakov <av6@dwimlabs.net>, Wed, 24 Aug 2016 19:29:28 +0800
queue: handle invalid JSON payload by raising HTTPError(400)
-
Anton Shestakov <av6@dwimlabs.net>, Wed, 24 Aug 2016 12:13:29 +0800
queue: log payload as the original JSON string to ease testing
-
Anton Shestakov <av6@dwimlabs.net>, Wed, 24 Aug 2016 11:53:51 +0800
queue: handle ping event
-
Anton Shestakov <av6@dwimlabs.net>, Wed, 24 Aug 2016 11:20:12 +0800
queue: add preliminary GithubHookHandler