| Commit message (Collapse) | Author | Age | Lines | |
|---|---|---|---|---|
| * | Datadog redirect #yq3f | 2018-02-12 | -0/+12 | |
| | | ||||
| * | Drop Asana integration, we moved to ClickUp | 2018-02-12 | -216/+0 | |
| | | ||||
| * | Fix invite redirect | 2018-02-11 | -1/+1 | |
| | | ||||
| * | [Asana] Disable all non-functional debugging code for now | 2018-02-11 | -78/+79 | |
| | | ||||
| * | [Asana] Asana wraps everything in a "data" key for some reason | 2018-02-11 | -1/+1 | |
| | | ||||
| * | [Asana] Asana wraps everything in a "data" key for some reason | 2018-02-11 | -3/+3 | |
| | | ||||
| * | F821: Undefined name | 2018-02-11 | -1/+0 | |
| | | ||||
| * | More error-hunting. | 2018-02-11 | -13/+26 | |
| | | | | | Beats me why this documentation is so bad. | |||
| * | [Asana] Smallish fixes | 2018-02-11 | -7/+11 | |
| | | ||||
| * | [Asana] Raise for status properly | 2018-02-11 | -4/+6 | |
| | | ||||
| * | [Asana] Supply bearer token to API calls | 2018-02-11 | -0/+4 | |
| | | ||||
| * | [Asana] Better errors | 2018-02-11 | -13/+34 | |
| | | ||||
| * | [Asana] Basic task handler; Asana does not make this easy though | 2018-02-11 | -0/+34 | |
| | | ||||
| * | [Asana] Apparently not all stories have types? | 2018-02-11 | -2/+2 | |
| | | ||||
| * | [Asana] Apparently not all stories have types? | 2018-02-11 | -1/+2 | |
| | | ||||
| * | First attempt at story hook | 2018-02-11 | -1/+41 | |
| | | ||||
| * | Perhaps adding the `s` to `sort_keys` would help as well. | 2018-02-11 | -2/+2 | |
| | | ||||
| * | You can't rename kwargs, stupid! | 2018-02-11 | -2/+2 | |
| | | ||||
| * | Remove key verification webhook message | 2018-02-11 | -6/+0 | |
| | | ||||
| * | Slightly more verbose logging | 2018-02-11 | -0/+7 | |
| | | ||||
| * | Asana integration (#7) | 2018-02-11 | -0/+96 | |
| | | | | | | | * Event dispatching and webhook sending * snekchek | |||
| * | Base API route and error codes enum | 2018-02-09 | -0/+11 | |
| | | ||||
| * | Move from straight app registration to Blueprints (#6) | 2018-02-09 | -0/+1 | |
| | | ||||
| * | Weird, PyCharm didn't commit all my changes last push | 2018-02-08 | -6/+0 | |
| | | ||||
| * | Merge remote-tracking branch 'origin/master' | 2018-02-08 | -7/+13 | |
| |\ | ||||
| | * | Template rendering | 2018-02-06 | -7/+7 | |
| | | | ||||
| * | | Pffft | 2018-02-08 | -14/+0 | |
| |/ | ||||
| * | Revert "Finally fix this garbage" | 2018-02-06 | -0/+62 | |
| | | | | | This reverts commit 57abb43 | |||
| * | Finally fix this garbage | 2018-02-05 | -62/+0 | |
| | | | | | Signed-off-by: martmists <[email protected]> | |||
| * | Revert "Major update" | 2018-02-05 | -0/+62 | |
| | | | | | This reverts commit 80a1ab5 | |||
| * | Major update | 2018-02-05 | -62/+0 | |
| | | | | | | | | | | | | | | | - Switch to Japronto - More linters - Rewrite route handling - Rewrite error handling - Rewrite static handling - Error when no `Index` propery is found - Probably some more stuff? idk Code needs testing; Maybe we could use pytest? Signed-off-by: martmists <[email protected]> | |||
| * | Dynamic route loader; proper application structure | 2018-02-05 | -0/+62 | |
| Also fixed flake8-imports getting the other wrong | ||||