aboutsummaryrefslogtreecommitdiffstats
path: root/pysite (follow)
Commit message (Collapse)AuthorAgeLines
...
* 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/+107
| | | | | | * Event dispatching and webhook sending * snekchek
* 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-18/+83
|\
| * Turn on debug mode with `FLASK_DEBUG=1`Gravatar Gareth Coles2018-02-07-2/+4
| |
| * Static files; basic templatesGravatar Gareth Coles2018-02-07-6/+13
| |
| * 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-1/+42
| |
| * Template renderingGravatar Gareth Coles2018-02-06-12/+19
| |
* | PffftGravatar Gareth Coles2018-02-08-20/+0
|/
* Revert "Finally fix this garbage"Gravatar Gareth Coles2018-02-06-0/+135
| | | | This reverts commit 57abb43
* Finally fix this garbageGravatar martmists2018-02-05-135/+0
| | | | Signed-off-by: martmists <[email protected]>
* Fix hardcoded error code in error viewGravatar Gareth Coles2018-02-05-1/+1
|
* Revert "Major update"Gravatar Gareth Coles2018-02-05-0/+135
| | | | This reverts commit 80a1ab5
* Major updateGravatar martmists2018-02-05-135/+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 structureGravatar Gareth Coles2018-02-05-0/+135
Also fixed flake8-imports getting the other wrong