aboutsummaryrefslogtreecommitdiffstats
path: root/api/viewsets.py (unfollow)
Commit message (Collapse)AuthorLines
2018-10-24Added special snake documentation, fixed linting errorsGravatar Hasan-Ahmad-9/+32
2018-10-23Added image fieldGravatar Hasan-Ahmad-2/+24
2018-10-22Added special snakes apiGravatar Hasan-Ahmad-16/+71
2018-10-20fixed linting issuesGravatar Hasan-Ahmad-1/+1
2018-10-20added whitespace before headersGravatar Hasan-Ahmad-0/+2
2018-10-20fixed lintingGravatar Hasan-Ahmad-1/+1
2018-10-20ficksed gramar and kept imports 2 per lineGravatar Hasan-Ahmad-7/+25
2018-10-20Fixed linting issues, added SnakeIdioms to test_models.pyGravatar Hasan-Ahmad-5/+8
2018-10-20Added Snake idioms documentation, fixed docs for snake factsGravatar Hasan-Ahmad-1/+19
2018-10-19Added snake idioms apiGravatar Hasan-Ahmad-6/+59
2018-10-17Drop extra whitespace.Gravatar Johannes Christ-2/+2
2018-10-16Add `docker` tag to use proper runners.Gravatar Johannes Christ-0/+10
2018-10-15exterminated trailing comma, fixed imports 2 per lineGravatar Hasan-Ahmad-4/+5
2018-10-15added SnakeName to setUpGravatar Hasan-Ahmad-0/+1
2018-10-15Added SnakeFact importGravatar Hasan-Ahmad-1/+1
2018-10-15Fixed import order and lintingGravatar Hasan-Ahmad-10/+9
2018-10-15Only listen on localhost.Gravatar Johannes Christ-1/+4
2018-10-15Bind Django development server to all interfaces.Gravatar Johannes Christ-1/+1
2018-10-13Fixed ordering, switched to ListModelMixinGravatar Hasan-Ahmad-27/+27
2018-10-13fixed orderingGravatar Hasan-Ahmad-26/+28
2018-10-11Added snake facts apiGravatar Hasan-Ahmad-5/+75
2018-10-06Update the compose file and dockerapp file.Gravatar Johannes Christ-16/+52
The development app from the compose file will now apply migrations on boot and additionally, it will use Django's development server along with the current directory mounted read-only into the container in order to support code reloading, helpful while development.
2018-09-23Use proper keyword argument.Gravatar Johannes Christ-1/+1
2018-09-23Add missing test.Gravatar Johannes Christ-1/+5
2018-09-23Use tag title as string representation.Gravatar Johannes Christ-0/+3
2018-09-23Don't ignore `migrations` directory in container.Gravatar Johannes Christ-4/+0
2018-09-23Ensure Django logs to stdout.Gravatar Johannes Christ-0/+27
2018-09-23Force logs to stdout.Gravatar Johannes Christ-26/+0
2018-09-23Add allowance tests.Gravatar Johannes Christ-0/+70
2018-09-23Omit `*/urls.py` from coverage.Gravatar Johannes Christ-0/+1
2018-09-23s/-/_/Gravatar Johannes Christ-1/+1
2018-09-23Use proper section.Gravatar Johannes Christ-4/+3
2018-09-23Use default `.coveragerc` settings.Gravatar Johannes Christ-1/+5
2018-09-23Revert "Add the `Tag` model."Gravatar Johannes Christ-25/+0
This reverts commit b3a8093895c33e820c1193ece39bd10d1a4965ee.
2018-09-23Add API root view documentation.Gravatar Johannes Christ-3/+3
2018-09-23Add viewsets and URLs for the Tag API.Gravatar Johannes Christ-5/+125
2018-09-23Exclude `admin.py` modules.Gravatar Johannes Christ-0/+5
2018-09-23Remove `hypothesis`.Gravatar Johannes Christ-29/+13
2018-09-23Add `hypothesis[django]` requirement.Gravatar Johannes Christ-1/+2
2018-09-23Add default sources to `.coveragerc`.Gravatar Johannes Christ-3/+11
2018-09-23Add embed validation.Gravatar Johannes Christ-2/+324
2018-09-22Add the `Tag` model.Gravatar Johannes Christ-0/+40
2018-09-21Add `__str__` to all API models.Gravatar Johannes Christ-1/+42
2018-09-21Add `__repr__` to all models.Gravatar Johannes Christ-5/+43
2018-09-21Add help texts on all API models.Gravatar Johannes Christ-6/+69
2018-09-21Add trailing slash to admin page.Gravatar Johannes Christ-1/+1
2018-09-21Allow configuring `PARENT_HOST` via env var.Gravatar Johannes Christ-1/+1
2018-09-21Mount `/admin` site at home subdomain.Gravatar Johannes Christ-1/+3
2018-09-21Use default `cheaper` interval setting.Gravatar Johannes Christ-2/+0
2018-09-21Set up graceful shutdown.Gravatar Johannes Christ-5/+26