Commit message (Expand) | Author | Lines | |
---|---|---|---|
2018-10-25 | Fixed linting | -3/+3 | |
2018-10-24 | Added special snake documentation, fixed linting errors | -9/+32 | |
2018-10-23 | Added image field | -2/+24 | |
2018-10-22 | Added special snakes api | -16/+71 | |
2018-10-20 | fixed linting issues | -1/+1 | |
2018-10-20 | added whitespace before headers | -0/+2 | |
2018-10-20 | fixed linting | -1/+1 | |
2018-10-20 | ficksed gramar and kept imports 2 per line | -7/+25 | |
2018-10-20 | Fixed linting issues, added SnakeIdioms to test_models.py | -5/+8 | |
2018-10-20 | Added Snake idioms documentation, fixed docs for snake facts | -1/+19 | |
2018-10-19 | Added snake idioms api | -6/+59 | |
2018-10-17 | Drop extra whitespace. | -2/+2 | |
2018-10-16 | Add `docker` tag to use proper runners. | -0/+10 | |
2018-10-15 | exterminated trailing comma, fixed imports 2 per line | -4/+5 | |
2018-10-15 | added SnakeName to setUp | -0/+1 | |
2018-10-15 | Added SnakeFact import | -1/+1 | |
2018-10-15 | Fixed import order and linting | -10/+9 | |
2018-10-15 | Only listen on localhost. | -1/+4 | |
2018-10-15 | Bind Django development server to all interfaces. | -1/+1 | |
2018-10-13 | Fixed ordering, switched to ListModelMixin | -27/+27 | |
2018-10-13 | fixed ordering | -26/+28 | |
2018-10-11 | Added snake facts api | -5/+75 | |
2018-10-06 | Update the compose file and dockerapp file. | -16/+52 | |
2018-09-23 | Use proper keyword argument. | -1/+1 | |
2018-09-23 | Add missing test. | -1/+5 | |
2018-09-23 | Use tag title as string representation. | -0/+3 | |
2018-09-23 | Don't ignore `migrations` directory in container. | -4/+0 | |
2018-09-23 | Ensure Django logs to stdout. | -0/+27 | |
2018-09-23 | Force logs to stdout. | -26/+0 | |
2018-09-23 | Add allowance tests. | -0/+70 | |
2018-09-23 | Omit `*/urls.py` from coverage. | -0/+1 | |
2018-09-23 | s/-/_/ | -1/+1 | |
2018-09-23 | Use proper section. | -4/+3 | |
2018-09-23 | Use default `.coveragerc` settings. | -1/+5 | |
2018-09-23 | Revert "Add the `Tag` model." | -25/+0 | |
2018-09-23 | Add API root view documentation. | -3/+3 | |
2018-09-23 | Add viewsets and URLs for the Tag API. | -5/+125 | |
2018-09-23 | Exclude `admin.py` modules. | -0/+5 | |
2018-09-23 | Remove `hypothesis`. | -29/+13 | |
2018-09-23 | Add `hypothesis[django]` requirement. | -1/+2 | |
2018-09-23 | Add default sources to `.coveragerc`. | -3/+11 | |
2018-09-23 | Add embed validation. | -2/+324 | |
2018-09-22 | Add the `Tag` model. | -0/+40 | |
2018-09-21 | Add `__str__` to all API models. | -1/+42 | |
2018-09-21 | Add `__repr__` to all models. | -5/+43 | |
2018-09-21 | Add help texts on all API models. | -6/+69 | |
2018-09-21 | Add trailing slash to admin page. | -1/+1 | |
2018-09-21 | Allow configuring `PARENT_HOST` via env var. | -1/+1 | |
2018-09-21 | Mount `/admin` site at home subdomain. | -1/+3 | |
2018-09-21 | Use default `cheaper` interval setting. | -2/+0 |