aboutsummaryrefslogtreecommitdiffstats
path: root/wiki/models.py (unfollow)
Commit message (Collapse)AuthorLines
2018-11-11Revert "Use extra `coverage report` invocation."Gravatar Johannes Christ-2/+1
This reverts commit e30579e1d0534904c07287caa7893066ec312c7c.
2018-11-11Use extra `coverage report` invocation.Gravatar Johannes Christ-1/+2
2018-11-11Add `echo` on non-zero `coverage publish` exit status.Gravatar Johannes Christ-1/+1
2018-11-06Fix up YAML formatting.Gravatar Johannes Christ-12/+3
2018-11-06Quote script.Gravatar Johannes Christ-1/+2
2018-11-06Install all `psycopg2` dependencies.Gravatar Johannes Christ-2/+10
2018-11-06Extract lint dependencies from `setup.py`.Gravatar Johannes Christ-1/+2
2018-11-06Install `gcc` for `psycopg2`.Gravatar Johannes Christ-2/+2
2018-11-06Install `postgresql-dev` for `psycopg2`.Gravatar Johannes Christ-0/+5
2018-11-06Install `flake8` before linting.Gravatar Johannes Christ-1/+3
2018-11-06Omit image build step.Gravatar Johannes Christ-69/+6
2018-11-06Inform about issues and setup help in README.Gravatar Johannes Christ-1/+5
2018-10-29Added help textGravatar Hasan-Ahmad-1/+21
2018-10-27Changed image urlfield to ArrayFieldGravatar Hasan-Ahmad-2/+41
2018-10-27trailing comma exterminationGravatar Hasan-Ahmad-5/+5
2018-10-26Drop extra whitespace.Gravatar Johannes Christ-3/+3
2018-10-26Ignore warning to workaround flake8 bug.Gravatar Johannes Christ-0/+1
2018-10-26Use proper `noqa` comment.Gravatar Johannes Christ-1/+1
2018-10-25Fixed lintingGravatar Hasan-Ahmad-2/+3
2018-10-25code presentasion and help text on modelsGravatar Hasan-Ahmad-10/+39
2018-10-25Fixed lintingGravatar Hasan-Ahmad-6/+8
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