Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | Add sentry_sdk dependency | 2020-02-21 | -135/+155 | |
| | ||||
* | Bump django from 2.2.6 to 2.2.8 | 2020-01-05 | -89/+89 | |
| | | | | | | | Bumps [django](https://github.com/django/django) from 2.2.6 to 2.2.8. - [Release notes](https://github.com/django/django/releases) - [Commits](https://github.com/django/django/compare/2.2.6...2.2.8) Signed-off-by: dependabot[bot] <[email protected]> | |||
* | Update dependency pinning | 2019-10-20 | -42/+51 | |
| | ||||
* | Re-lock Pipfile due to merge with master | 2019-10-06 | -18/+17 | |
| | ||||
* | Initial Allauth dependency and settings/urls | 2019-10-03 | -46/+82 | |
| | ||||
* | Create custom manage.py entry point, remove scripts and merge Dockerfile. | 2019-09-28 | -13/+55 | |
| | ||||
* | Merge branch 'master' into update-linting | 2019-09-24 | -6/+116 | |
|\ | ||||
| * | Use a .whl for `wiki` package instead of git repo. | 2019-09-21 | -28/+122 | |
| | | ||||
* | | Update dependencies & relock | 2019-09-18 | -29/+36 | |
|/ | ||||
* | Remove pydocstyle pinning now that flake8-docstrings is fixed | 2019-09-03 | -92/+110 | |
| | | | Relock | |||
* | Update linting dependencies | 2019-07-09 | -4/+67 | |
| | | | | | | | Group up all flake8 plugins Add pre-commit & configuration Add pipenv aliases for pre-commit & flake8 Relock | |||
* | pin pycodestyle to 3.0.0 and fix linting errors | 2019-07-07 | -3/+6 | |
| | ||||
* | unpin flake8 & flake8 docstrings to see if it fixes linting | 2019-07-07 | -1/+1 | |
| | ||||
* | Implement new YAML resource system | 2019-07-06 | -19/+26 | |
| | ||||
* | Adding whitenoise to the toolchain to serve static images | 2019-07-03 | -89/+104 | |
| | ||||
* | Re-lock deps | 2019-04-22 | -1/+1 | |
| | ||||
* | Flake8-docstrings and config as discussed in #192 and on Discord | 2019-04-21 | -1/+24 | |
| | ||||
* | Replace wiki dep with PyDis fork, add git to Docker | 2019-04-20 | -107/+10 | |
| | ||||
* | Merge settings/Pipfile.lock | 2019-04-20 | -8/+117 | |
| | ||||
* | Pin flake8-bandit to 1.0.2 to fix ExceptHandler error. | 2019-04-19 | -20/+10 | |
| | ||||
* | Adding the migration and the lockfile | 2019-04-18 | -0/+424 | |
| | ||||
* | merging in changes from the main branch | 2019-04-16 | -431/+0 | |
|\ | ||||
| * | Only install uWSGI in Docker. | 2019-04-10 | -40/+33 | |
| | | ||||
* | | refactoring slightly to use a class-based view, changing home to main. Ready ↵ | 2019-04-13 | -33/+79 | |
|/ | | | | to write the API search stuff now. | |||
* | Address review by @jchristgit | 2019-04-05 | -1/+1 | |
| | ||||
* | [#158 #160] Add crispy-bulma and simple-bulma | 2019-04-05 | -1/+45 | |
| | ||||
* | [#193] Replace Poetry with Pipenv | 2019-04-05 | -0/+341 | |
| | ||||
* | Fix up CI. | 2018-09-16 | -306/+0 | |
| | ||||
* | Revert "Use Argon2 for password hashing." | 2018-09-08 | -76/+4 | |
| | | | | | | Needs compiled dependencies, not needed for API yet. This reverts commit 17bff58a3c8f1a28052f4da88feb13cb2de56922. | |||
* | Use Argon2 for password hashing. | 2018-09-08 | -4/+76 | |
| | ||||
* | "Updated Pipfile.lock (97f724c)!" | 2018-09-04 | -1/+1 | |
| | ||||
* | Add `gunicorn` dependency. | 2018-09-04 | -1/+9 | |
| | ||||
* | Set up GitLab CI properly. | 2018-09-04 | -1/+10 | |
| | ||||
* | Lock dependencies. | 2018-09-01 | -1/+1 | |
| | ||||
* | Add the member viewset. | 2018-09-01 | -7/+14 | |
| | ||||
* | Add coverage reports. | 2018-08-30 | -1/+38 | |
| | ||||
* | Remove unused `libsass` dependency. | 2018-08-27 | -23/+1 | |
| | ||||
* | Update lockfile. | 2018-08-27 | -3/+3 | |
| | ||||
* | Add `djangorestframework`. | 2018-08-14 | -4/+12 | |
| | ||||
* | Use `django-environ` and PostgreSQL. | 2018-08-11 | -1/+45 | |
| | ||||
* | Initial project layout for django | 2018-08-07 | -505/+46 | |
| | ||||
* | Removed Do You Even Python from our partners list. | 2018-06-09 | -24/+39 | |
| | ||||
* | RabbitMQ mixin, powered by Kombu (#84) | 2018-05-30 | -1/+43 | |
| | | | | | | | | * [RMQ] Add Kombi an an RMQMixin, as well as some constants * [RMQ] Fix example in mixin docstring * Update Pipfile.lock - for some reason, pipenv didn't lock kombu | |||
* | Bump pytest from 3.5.1 to 3.6.0 (#78) | 2018-05-26 | -18/+17 | |
| | | | Bumps pytest from 3.5.1 to 3.6.0. | |||
* | Lock gevent==1.2.2 | 2018-05-19 | -24/+39 | |
| | ||||
* | updates docker-compose file [ci skip] | 2018-05-20 | -44/+35 | |
| | ||||
* | pipenv and dockerfile (#62) | 2018-04-29 | -0/+612 | |
pipenv and dockerfile |