| Commit message (Collapse) | Author | Lines | ||
|---|---|---|---|---|
| 2018-02-11 | [Asana] Asana wraps everything in a "data" key for some reason | -1/+1 | ||
| 2018-02-11 | [Asana] Asana wraps everything in a "data" key for some reason | -3/+3 | ||
| 2018-02-11 | F821: Undefined name | -1/+0 | ||
| 2018-02-11 | More error-hunting. | -13/+26 | ||
| Beats me why this documentation is so bad. | ||||
| 2018-02-11 | [Asana] Smallish fixes | -7/+11 | ||
| 2018-02-11 | [Asana] Raise for status properly | -4/+6 | ||
| 2018-02-11 | [Asana] Supply bearer token to API calls | -0/+4 | ||
| 2018-02-11 | [Asana] Better errors | -13/+34 | ||
| 2018-02-11 | [Asana] Basic task handler; Asana does not make this easy though | -0/+34 | ||
| 2018-02-11 | Server name via env var, defaulted to localhost | -1/+1 | ||
| 2018-02-11 | [Asana] Apparently not all stories have types? | -2/+2 | ||
| 2018-02-11 | [Asana] Apparently not all stories have types? | -1/+2 | ||
| 2018-02-11 | First attempt at story hook | -1/+41 | ||
| 2018-02-11 | Perhaps adding the `s` to `sort_keys` would help as well. | -2/+2 | ||
| 2018-02-11 | You can't rename kwargs, stupid! | -2/+2 | ||
| 2018-02-11 | Remove key verification webhook message | -6/+0 | ||
| 2018-02-11 | Set server name for app config | -0/+1 | ||
| 2018-02-11 | Slightly more verbose logging | -0/+7 | ||
| 2018-02-11 | Asana integration (#7) | -2/+108 | ||
| * Event dispatching and webhook sending * snekchek | ||||
| 2018-02-09 | APIView should inherit RouteView | -1/+1 | ||
| 2018-02-09 | Guess who forgot to run snekchek! | -2/+2 | ||
| 2018-02-09 | Make APIView base class not loadable | -1/+2 | ||
| 2018-02-09 | Base API route and error codes enum | -1/+35 | ||
| 2018-02-09 | Move from straight app registration to Blueprints (#6) | -11/+24 | ||
| 2018-02-08 | Weird, PyCharm didn't commit all my changes last push | -7/+0 | ||
| 2018-02-08 | Pffft | -20/+0 | ||
| 2018-02-07 | Travis deploy on master (#5) | -2/+7 | ||
| * adds python script to handle branch condition | ||||
| 2018-02-07 | only deploy on master branch (#4) | -12/+27 | ||
| * adds python script to handle branch condition * satisfy snekchek * snekchekd to death | ||||
| 2018-02-07 | Travis master deploy (#3) | -1/+3 | ||
| * only run deploy on master branch * indent * multiline list item | ||||
| 2018-02-07 | update gunicorn_config (#2) | -29/+31 | ||
| * update gunicorn_config this changes the initialisation step of the database to use the environment variables | ||||
| 2018-02-07 | Updated the banner logo | -0/+0 | ||
| Using the new and improved™ banner | ||||
| 2018-02-07 | Turn on debug mode with `FLASK_DEBUG=1` | -2/+4 | ||
| 2018-02-07 | Switch to banner logo | -1/+1 | ||
| 2018-02-07 | Icons in nav | -2/+3 | ||
| 2018-02-07 | Static files; basic templates | -16/+57 | ||
| 2018-02-06 | last fix | -1/+1 | ||
| 2018-02-06 | minor fixes | -6/+6 | ||