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