| Commit message (Collapse) | Author | Age | Lines | ||
|---|---|---|---|---|---|
| ... | |||||
| * | Dynamic route loader; proper application structure | 2018-02-05 | -35/+145 | ||
| | | | | | Also fixed flake8-imports getting the other wrong | ||||
| * | Add templates & static folder with .gitkeep's | 2018-02-04 | -0/+0 | ||
| | | |||||
| * | HTTPS minus the S | 2018-02-04 | -1/+1 | ||
| | | |||||
| * | Test autodeploy | 2018-02-04 | -1/+1 | ||
| | | |||||
| * | Satisfy PEP8 | 2018-02-04 | -4/+2 | ||
| | | |||||
| * | removed os import by accident | 2018-02-04 | -0/+1 | ||
| | | |||||
| * | PEP8 | 2018-02-04 | -6/+4 | ||
| | | |||||
| * | Merged stuff | 2018-02-04 | -2/+2 | ||
| | | |||||
| * | Merge branch 'master' of github.com:discord-python/webpage | 2018-02-04 | -1/+13 | ||
| |\ | |||||
| | * | Merge pull request #2 from discord-python/route-404-and-healthcheck | 2018-02-04 | -1/+13 | ||
| | |\ | | | | | | | adds a catchall for 404 and a healthcheck route | ||||
| | | * | Merge branch 'master' into route-404-and-healthcheck | 2018-02-04 | -1/+5 | ||
| | | |\ | | |/ | |/| | |||||
| | | * | satisfy snekcheck | 2018-02-03 | -2/+2 | ||
| | | | | |||||
| | | * | adds a catchall for 404 and a healthcheck route | 2018-02-03 | -0/+11 | ||
| | | | | |||||
| * | | | Change names | 2018-02-04 | -3/+3 | ||
| | | | | |||||
| * | | | Remove vulture, isort & yapf | 2018-02-04 | -20/+2 | ||
| |/ / | |||||
| * | | Add /invite route | 2018-02-04 | -1/+4 | ||
| | | | |||||
| * | | test travis build notifs | 2018-02-04 | -1/+1 | ||
| |/ | |||||
| * | fix readme | 2018-02-03 | -3/+3 | ||
| | | |||||
| * | change travis | 2018-02-03 | -0/+0 | ||
| | | |||||
| * | Merge branch 'master' of github.com:discord-python/webpage | 2018-02-03 | -4/+10 | ||
| |\ | |||||
| | * | adds readme | 2018-02-03 | -0/+3 | ||
| | | | |||||
| | * | Fixfixfix | 2018-02-03 | -4/+7 | ||
| | | | | | | | | | Signed-off-by: martmists <[email protected]> | ||||
| * | | Update webhook URL | 2018-02-03 | -1/+1 | ||
| |/ | |||||
| * | Change message to test auto deploy | 2018-02-03 | -1/+1 | ||
| | | |||||
| * | disable vulture for now (was detecting unused things that were used) | 2018-02-03 | -1/+1 | ||
| | | |||||
| * | try again | 2018-02-03 | -1/+2 | ||
| | | |||||
| * | Auto-deploy only works if snekchek does not error. | 2018-02-03 | -1/+1 | ||
| | | |||||
| * | Typo fix | 2018-02-03 | -1/+1 | ||
| | | |||||
| * | Lint better | 2018-02-03 | -6/+34 | ||
| | | | | | Signed-off-by: martmists <[email protected]> | ||||
| * | First test commit w/ travis | 2018-02-03 | -1/+1 | ||
| | | |||||
| * | oh no thank you | 2018-02-03 | -1/+1 | ||
| | | |||||
| * | autodeploy | 2018-02-03 | -0/+1 | ||
| | | |||||
| * | hi travis | 2018-02-03 | -0/+9 | ||
| | | |||||
| * | bye circle | 2018-02-03 | -26/+0 | ||
| | | |||||
| * | hopefully ignore venv | 2018-02-03 | -0/+1 | ||
| | | |||||
| * | y u do this?? | 2018-02-03 | -1/+1 | ||
| | | |||||
| * | Disable yapf | 2018-02-03 | -1/+1 | ||
| | | |||||
| * | do you want a venv or not... | 2018-02-03 | -0/+3 | ||
| | | |||||
| * | hey | 2018-02-03 | -14/+0 | ||
| | | |||||
| * | Add circleci | 2018-02-03 | -0/+33 | ||
| | | |||||
| * | Change __main__.py to app.py | 2018-02-03 | -0/+0 | ||
| | | |||||
| * | add isort | 2018-02-03 | -2/+4 | ||
| | | |||||
| * | add snekrc | 2018-02-03 | -1/+12 | ||
| | | |||||
| * | Merge pull request #1 from Inveracity/patch-1 | 2018-02-03 | -1/+2 | ||
| |\ | | | | | wrap in if main condition | ||||
| | * | wrap in if main condition | 2018-02-03 | -1/+2 | ||
| |/ | | | the app willl be wrapped in gunicorn, so this is to avoid getting the wires tangled | ||||
| * | Create basic page | 2018-02-03 | -0/+15 | ||
| | | |||||
| * | Create requirements.txt & add flask | 2018-02-03 | -0/+1 | ||
| | | |||||
| * | Initial commit | 2018-02-03 | -0/+122 | ||