aboutsummaryrefslogtreecommitdiffstats
path: root/Pipfile.lock (follow)
Commit message (Collapse)AuthorAgeLines
* Merge branch 'master' into user_endpointGravatar rohanjnr2020-09-09-65/+92
|\ | | | | | | the Pipfile.lock conflict was resolved by re-locking the pipfile.
| * Add gitpython ~=3.1.7 as a dependency.Gravatar Leon Sandøy2020-08-22-90/+116
| | | | | | | | We'll need this to fetch the hash.
* | re-lcok pipfileGravatar rohanjnr2020-08-28-22/+81
| |
* | Uninstall djangorestframework-bulk dependencyGravatar rohanjnr2020-08-28-182/+121
|/
* Relock with a newer version of pipenvGravatar Leon Sandøy2020-07-19-10/+39
|
* Set up url forwarding for the viewset.Gravatar Leon Sandøy2020-07-15-30/+1
| | | | https://github.com/python-discord/site/issues/305
* Merge remote-tracking branch 'origin/master' into feat/deps/344/django-3.0Gravatar MarkKoz2020-07-14-13/+1
|\
| * Removes django_crispy_forms dependency, too.Gravatar Leon Sandøy2020-07-15-9/+1
| |
| * Removes django_crispy_bulma dependency.Gravatar Leon Sandøy2020-07-14-221/+198
| |
* | Update dependency pinsGravatar MarkKoz2020-07-14-12/+30
| | | | | | | | | | | | * Use release tag for django-crispy-bulma. This will yet again be changed once it's released on PyPI. * Use PyPI release for wiki
* | Merge branch 'master' into feat/deps/344/django-3.0Gravatar MarkKoz2020-07-14-242/+264
|\|
| * Bump django from 2.2.11 to 2.2.13Gravatar dependabot[bot]2020-06-06-93/+90
| | | | | | | | | | | | | | Bumps [django](https://github.com/django/django) from 2.2.11 to 2.2.13. - [Release notes](https://github.com/django/django/releases) - [Commits](https://github.com/django/django/compare/2.2.11...2.2.13) Signed-off-by: dependabot[bot] <[email protected]>
* | Update to Django 3.0Gravatar MarkKoz2020-03-21-111/+107
|/
* Update dev dependenciesGravatar MarkKoz2020-03-04-91/+76
|
* Install wiki from PyPIGravatar MarkKoz2020-02-23-17/+25
|
* Add sentry_sdk dependencyGravatar Joseph Banks2020-02-21-135/+155
|
* Bump django from 2.2.6 to 2.2.8Gravatar dependabot[bot]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 pinningGravatar sco12019-10-20-42/+51
|
* Re-lock Pipfile due to merge with masterGravatar Gareth Coles2019-10-06-18/+17
|
* Initial Allauth dependency and settings/urlsGravatar Gareth Coles2019-10-03-46/+82
|
* Create custom manage.py entry point, remove scripts and merge Dockerfile.Gravatar scragly2019-09-28-13/+55
|
* Merge branch 'master' into update-lintingGravatar S. Co12019-09-24-6/+116
|\
| * Use a .whl for `wiki` package instead of git repo.Gravatar scragly2019-09-21-28/+122
| |
* | Update dependencies & relockGravatar sco12019-09-18-29/+36
|/
* Remove pydocstyle pinning now that flake8-docstrings is fixedGravatar S. Co12019-09-03-92/+110
| | | Relock
* Update linting dependenciesGravatar sco12019-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 errorsGravatar Joseph Banks2019-07-07-3/+6
|
* unpin flake8 & flake8 docstrings to see if it fixes lintingGravatar Joseph Banks2019-07-07-1/+1
|
* Implement new YAML resource systemGravatar Joseph Banks2019-07-06-19/+26
|
* Adding whitenoise to the toolchain to serve static imagesGravatar Leon Sandøy2019-07-03-89/+104
|
* Re-lock depsGravatar Gareth Coles2019-04-22-1/+1
|
* Flake8-docstrings and config as discussed in #192 and on DiscordGravatar Gareth Coles2019-04-21-1/+24
|
* Replace wiki dep with PyDis fork, add git to DockerGravatar Gareth Coles2019-04-20-107/+10
|
* Merge settings/Pipfile.lockGravatar Gareth Coles2019-04-20-8/+117
|
* Pin flake8-bandit to 1.0.2 to fix ExceptHandler error.Gravatar Scragly2019-04-19-20/+10
|
* Adding the migration and the lockfileGravatar Leon Sandøy2019-04-18-0/+424
|
* merging in changes from the main branchGravatar Leon Sandøy2019-04-16-431/+0
|\
| * Only install uWSGI in Docker.Gravatar Johannes Christ2019-04-10-40/+33
| |
* | refactoring slightly to use a class-based view, changing home to main. Ready ↵Gravatar Leon Sandøy2019-04-13-33/+79
|/ | | | to write the API search stuff now.
* Address review by @jchristgitGravatar Gareth Coles2019-04-05-1/+1
|
* [#158 #160] Add crispy-bulma and simple-bulmaGravatar Gareth Coles2019-04-05-1/+45
|
* [#193] Replace Poetry with PipenvGravatar Gareth Coles2019-04-05-0/+341
|
* Fix up CI.Gravatar Johannes Christ2018-09-16-306/+0
|
* Revert "Use Argon2 for password hashing."Gravatar Johannes Christ2018-09-08-76/+4
| | | | | | Needs compiled dependencies, not needed for API yet. This reverts commit 17bff58a3c8f1a28052f4da88feb13cb2de56922.
* Use Argon2 for password hashing.Gravatar Johannes Christ2018-09-08-4/+76
|
* "Updated Pipfile.lock (97f724c)!"Gravatar Johannes Christ2018-09-04-1/+1
|
* Add `gunicorn` dependency.Gravatar Johannes Christ2018-09-04-1/+9
|
* Set up GitLab CI properly.Gravatar Johannes Christ2018-09-04-1/+10
|
* Lock dependencies.Gravatar Johannes Christ2018-09-01-1/+1
|
* Add the member viewset.Gravatar Johannes Christ2018-09-01-7/+14
|