| Commit message (Expand) | Author | Age | Lines |
* | Banish UWSGI from my life, replace with gunicorn. | Leon Sandøy | 2020-11-14 | -1/+1 |
* | Merge branch 'master' into user_endpoint | rohanjnr | 2020-09-09 | -0/+1 |
|\ |
|
| * | Add gitpython ~=3.1.7 as a dependency. | Leon Sandøy | 2020-08-22 | -0/+1 |
* | | Uninstall djangorestframework-bulk dependency | rohanjnr | 2020-08-28 | -1/+0 |
|/ |
|
* | Merge remote-tracking branch 'origin/master' into feat/deps/344/django-3.0 | MarkKoz | 2020-07-14 | -2/+0 |
|\ |
|
| * | Removes django_crispy_forms dependency, too. | Leon Sandøy | 2020-07-15 | -1/+0 |
| * | Removes django_crispy_bulma dependency. | Leon Sandøy | 2020-07-14 | -1/+0 |
| * | Bump django from 2.2.11 to 2.2.13 | dependabot[bot] | 2020-06-06 | -1/+1 |
* | | Update dependency pins | MarkKoz | 2020-07-14 | -2/+2 |
* | | Update to Django 3.0 | MarkKoz | 2020-03-21 | -9/+9 |
|/ |
|
* | Add more pre-commit hooks | MarkKoz | 2020-03-04 | -1/+1 |
* | Update dev dependencies | MarkKoz | 2020-03-04 | -9/+9 |
* | Install wiki from PyPI | MarkKoz | 2020-02-23 | -2/+1 |
* | Add sentry_sdk dependency | Joseph Banks | 2020-02-21 | -0/+1 |
* | Bump django from 2.2.6 to 2.2.8 | dependabot[bot] | 2020-01-05 | -1/+1 |
* | Add the `--debug` flag to the start command | Matteo Bertucci | 2019-11-12 | -1/+1 |
* | Add pipenv run start command | Akarys42 | 2019-11-11 | -0/+1 |
* | Update dependency pinning | sco1 | 2019-10-20 | -3/+3 |
* | Merge branch 'master' into #201-django-allauth | Gareth Coles | 2019-10-06 | -1/+1 |
|\ |
|
| * | disable usage of pyuwsgi on windows due to incompatibility, library is only u... | Joseph Banks | 2019-10-06 | -1/+1 |
* | | Initial Allauth dependency and settings/urls | Gareth Coles | 2019-10-03 | -0/+1 |
|/ |
|
* | Create custom manage.py entry point, remove scripts and merge Dockerfile. | scragly | 2019-09-28 | -2/+3 |
* | Merge branch 'master' into update-linting | S. Co1 | 2019-09-24 | -3/+5 |
|\ |
|
| * | Use a .whl for `wiki` package instead of git repo. | scragly | 2019-09-21 | -1/+2 |
| * | Run tests with coverage in pipenv script | MarkKoz | 2019-09-20 | -2/+3 |
* | | Update dependencies & relock | sco1 | 2019-09-18 | -14/+16 |
|/ |
|
* | Remove pydocstyle pinning now that flake8-docstrings is fixed | S. Co1 | 2019-09-03 | -2/+1 |
* | Update linting dependencies | sco1 | 2019-07-09 | -1/+4 |
* | pin pycodestyle to 3.0.0 and fix linting errors | Joseph Banks | 2019-07-07 | -2/+3 |
* | unpin flake8 & flake8 docstrings to see if it fixes linting | Joseph Banks | 2019-07-07 | -3/+2 |
* | manually pin pydocstyle to 1.1.1 to fix lint errors | Joseph Banks | 2019-07-06 | -0/+1 |
* | Implement new YAML resource system | Joseph Banks | 2019-07-06 | -0/+1 |
* | Adding whitenoise to the toolchain to serve static images | Leon Sandøy | 2019-07-03 | -0/+1 |
* | Pipfile: flake8-docstrings pin | Johannes Christ | 2019-04-22 | -1/+1 |
* | Flake8-docstrings and config as discussed in #192 and on Discord | Gareth Coles | 2019-04-21 | -0/+1 |
* | Replace wiki dep with PyDis fork, add git to Docker | Gareth Coles | 2019-04-20 | -2/+2 |
* | Merge branch 'django' into django+200/wiki | Gareth Coles | 2019-04-20 | -1/+7 |
|\ |
|
| * | Addressing all comments in volcyy's second review. The tests now mock the API... | Leon Sandøy | 2019-04-19 | -1/+1 |
| * | Pin flake8-bandit to 1.0.2 to fix ExceptHandler error. | Scragly | 2019-04-19 | -1/+1 |
| * | Addressing all of volcyys review comments, and adding linting and full test c... | Leon Sandøy | 2019-04-18 | -1/+2 |
| * | makemigrations pipeline created, RepoData model created, and a really naive i... | Leon Sandøy | 2019-04-16 | -0/+4 |
| * | merging in changes from the main branch | Leon Sandøy | 2019-04-16 | -1/+0 |
| |\ |
|
| * | | refactoring slightly to use a class-based view, changing home to main. Ready ... | Leon Sandøy | 2019-04-13 | -0/+1 |
* | | | Merge branch 'django' into django+200/wiki | Gareth Coles | 2019-04-19 | -1/+0 |
|\ \ \
| | |/
| |/| |
|
| * | | Only install uWSGI in Docker. | Johannes Christ | 2019-04-10 | -1/+0 |
| |/ |
|
* | | Lint and update django-simple-bulma | Gareth Coles | 2019-04-19 | -1/+1 |
* | | Remove wiki host, use /wiki - Also some wiki config | Gareth Coles | 2019-04-08 | -0/+1 |
* | | Add django-wiki, and downgrade to Django 2.1 | Gareth Coles | 2019-04-08 | -1/+2 |
|/ |
|
* | Address review by @jchristgit | Gareth Coles | 2019-04-05 | -21/+21 |
* | [#158 #160] Add crispy-bulma and simple-bulma | Gareth Coles | 2019-04-05 | -0/+2 |