aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeLines
* [Asana] Supply bearer token to API callsGravatar Gareth Coles2018-02-11-0/+4
* [Asana] Better errorsGravatar Gareth Coles2018-02-11-13/+34
* [Asana] Basic task handler; Asana does not make this easy thoughGravatar Gareth Coles2018-02-11-0/+34
* Server name via env var, defaulted to localhostGravatar Gareth Coles2018-02-11-1/+1
* [Asana] Apparently not all stories have types?Gravatar Gareth Coles2018-02-11-2/+2
* [Asana] Apparently not all stories have types?Gravatar Gareth Coles2018-02-11-1/+2
* First attempt at story hookGravatar Gareth Coles2018-02-11-1/+41
* Perhaps adding the `s` to `sort_keys` would help as well.Gravatar Gareth Coles2018-02-11-2/+2
* You can't rename kwargs, stupid!Gravatar Gareth Coles2018-02-11-2/+2
* Remove key verification webhook messageGravatar Gareth Coles2018-02-11-6/+0
* Set server name for app configGravatar Gareth Coles2018-02-11-0/+1
* Slightly more verbose loggingGravatar Gareth Coles2018-02-11-0/+7
* Asana integration (#7)Gravatar Gareth Coles2018-02-11-2/+108
* APIView should inherit RouteViewGravatar Gareth Coles2018-02-09-1/+1
* Guess who forgot to run snekchek!Gravatar Gareth Coles2018-02-09-2/+2
* Make APIView base class not loadableGravatar Gareth Coles2018-02-09-1/+2
* Base API route and error codes enumGravatar Gareth Coles2018-02-09-1/+35
* Move from straight app registration to Blueprints (#6)Gravatar Gareth Coles2018-02-09-11/+24
* Weird, PyCharm didn't commit all my changes last pushGravatar Gareth Coles2018-02-08-7/+0
* Merge remote-tracking branch 'origin/master'Gravatar Gareth Coles2018-02-08-29/+208
|\
| * Travis deploy on master (#5)Gravatar Christopher Baklid2018-02-07-2/+7
| * only deploy on master branch (#4)Gravatar Christopher Baklid2018-02-07-12/+27
| * Travis master deploy (#3)Gravatar Christopher Baklid2018-02-07-1/+3
| * update gunicorn_config (#2)Gravatar Christopher Baklid2018-02-07-29/+31
| * Updated the banner logoGravatar Jeremiah Boby2018-02-07-0/+0
| * Turn on debug mode with `FLASK_DEBUG=1`Gravatar Gareth Coles2018-02-07-2/+4
| * Switch to banner logoGravatar Gareth Coles2018-02-07-1/+1
| * Icons in navGravatar Gareth Coles2018-02-07-2/+3
| * Static files; basic templatesGravatar Gareth Coles2018-02-07-16/+57
| * Merge pull request #1 from discord-python/feature/gunicorn-configGravatar Christopher Baklid2018-02-06-0/+44
| |\
| | * last fixGravatar Christopher Baklid2018-02-06-1/+1
| | * minor fixesGravatar Christopher Baklid2018-02-06-6/+6
| | * adds gunicorn server_ready hook to set up databaseGravatar Christopher Baklid2018-02-06-0/+44
| |/
| * Fix template loadingGravatar Gareth Coles2018-02-06-1/+1
| * Use .get() for environsGravatar Gareth Coles2018-02-06-4/+4
| * snekchekGravatar Gareth Coles2018-02-06-2/+3
| * Rethinkdb setup method; not actually called yetGravatar Gareth Coles2018-02-06-2/+44
| * Template renderingGravatar Gareth Coles2018-02-06-12/+29
* | PffftGravatar Gareth Coles2018-02-08-20/+0
|/
* Revert "Mart's Missing Files 2: Electric Boogaloo"Gravatar Gareth Coles2018-02-06-69/+3
* Revert "Finally fix this garbage"Gravatar Gareth Coles2018-02-06-110/+142
* flake8-todo too pedantic for us - hopefully travis didn't cache itGravatar Gareth Coles2018-02-05-1/+0
* Mart's Missing Files 2: Electric BoogalooGravatar Gareth Coles2018-02-05-3/+69
* Finally fix this garbageGravatar martmists2018-02-05-142/+110
* Fix hardcoded error code in error viewGravatar Gareth Coles2018-02-05-1/+1
* Revert "Major update"Gravatar Gareth Coles2018-02-05-155/+144
* MinifixGravatar martmists2018-02-05-4/+4
* Major updateGravatar martmists2018-02-05-144/+155
* Dynamic route loader; proper application structureGravatar Gareth Coles2018-02-05-35/+145
* Add templates & static folder with .gitkeep'sGravatar JoeBanks132018-02-04-0/+0