| Commit message (Collapse) | Author | Age | Lines | ||
|---|---|---|---|---|---|
| ... | |||||
| * | [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 | ||
| | | |||||
| * | Server name via env var, defaulted to localhost | 2018-02-11 | -1/+1 | ||
| | | |||||
| * | [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 | ||
| | | |||||
| * | Set server name for app config | 2018-02-11 | -0/+1 | ||
| | | |||||
| * | Slightly more verbose logging | 2018-02-11 | -0/+7 | ||
| | | |||||
| * | Asana integration (#7) | 2018-02-11 | -2/+108 | ||
| | | | | | | | * Event dispatching and webhook sending * snekchek | ||||
| * | APIView should inherit RouteView | 2018-02-09 | -1/+1 | ||
| | | |||||
| * | Guess who forgot to run snekchek! | 2018-02-09 | -2/+2 | ||
| | | |||||
| * | Make APIView base class not loadable | 2018-02-09 | -1/+2 | ||
| | | |||||
| * | Base API route and error codes enum | 2018-02-09 | -1/+35 | ||
| | | |||||
| * | Move from straight app registration to Blueprints (#6) | 2018-02-09 | -11/+24 | ||
| | | |||||
| * | Weird, PyCharm didn't commit all my changes last push | 2018-02-08 | -7/+0 | ||
| | | |||||
| * | Merge remote-tracking branch 'origin/master' | 2018-02-08 | -29/+208 | ||
| |\ | |||||
| | * | Travis deploy on master (#5) | 2018-02-07 | -2/+7 | ||
| | | | | | | | * adds python script to handle branch condition | ||||
| | * | only deploy on master branch (#4) | 2018-02-07 | -12/+27 | ||
| | | | | | | | | | | | | | | | | | * adds python script to handle branch condition * satisfy snekchek * snekchekd to death | ||||
| | * | Travis master deploy (#3) | 2018-02-07 | -1/+3 | ||
| | | | | | | | | | | | | | | | | | * only run deploy on master branch * indent * multiline list item | ||||
| | * | update gunicorn_config (#2) | 2018-02-07 | -29/+31 | ||
| | | | | | | | | | | | * update gunicorn_config this changes the initialisation step of the database to use the environment variables | ||||
| | * | Updated the banner logo | 2018-02-07 | -0/+0 | ||
| | | | | | | | Using the new and improved™ banner | ||||
| | * | Turn on debug mode with `FLASK_DEBUG=1` | 2018-02-07 | -2/+4 | ||
| | | | |||||
| | * | Switch to banner logo | 2018-02-07 | -1/+1 | ||
| | | | |||||
| | * | Icons in nav | 2018-02-07 | -2/+3 | ||
| | | | |||||
| | * | Static files; basic templates | 2018-02-07 | -16/+57 | ||
| | | | |||||
| | * | Merge pull request #1 from discord-python/feature/gunicorn-config | 2018-02-06 | -0/+44 | ||
| | |\ | | | | | | | adds gunicorn server_ready hook to set up database | ||||
| | | * | last fix | 2018-02-06 | -1/+1 | ||
| | | | | |||||
| | | * | minor fixes | 2018-02-06 | -6/+6 | ||
| | | | | |||||
| | | * | adds gunicorn server_ready hook to set up database | 2018-02-06 | -0/+44 | ||
| | |/ | |||||
| | * | Fix template loading | 2018-02-06 | -1/+1 | ||
| | | | |||||
| | * | Use .get() for environs | 2018-02-06 | -4/+4 | ||
| | | | |||||
| | * | snekchek | 2018-02-06 | -2/+3 | ||
| | | | |||||
| | * | Rethinkdb setup method; not actually called yet | 2018-02-06 | -2/+44 | ||
| | | | |||||
| | * | Template rendering | 2018-02-06 | -12/+29 | ||
| | | | |||||
| * | | Pffft | 2018-02-08 | -20/+0 | ||
| |/ | |||||
| * | Revert "Mart's Missing Files 2: Electric Boogaloo" | 2018-02-06 | -69/+3 | ||
| | | | | | This reverts commit 962be09 | ||||
| * | Revert "Finally fix this garbage" | 2018-02-06 | -110/+142 | ||
| | | | | | This reverts commit 57abb43 | ||||
| * | flake8-todo too pedantic for us - hopefully travis didn't cache it | 2018-02-05 | -1/+0 | ||
| | | |||||
| * | Mart's Missing Files 2: Electric Boogaloo | 2018-02-05 | -3/+69 | ||
| | | |||||
| * | Finally fix this garbage | 2018-02-05 | -142/+110 | ||
| | | | | | Signed-off-by: martmists <[email protected]> | ||||
| * | Fix hardcoded error code in error view | 2018-02-05 | -1/+1 | ||
| | | |||||
| * | Revert "Major update" | 2018-02-05 | -155/+144 | ||
| | | | | | This reverts commit 80a1ab5 | ||||
| * | Minifix | 2018-02-05 | -4/+4 | ||
| | | | | | Signed-off-by: martmists <[email protected]> | ||||
| * | Major update | 2018-02-05 | -144/+155 | ||
| | | | | | | | | | | | | | | | - 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]> | ||||