Commit Graph

6422 Commits

Author SHA1 Message Date
Arkadiusz Michał Ryś
06369bfd4c
Add option to serve media files locally using nginx (#2457)
* Add option to serve media files locally using nginx

* Fix nginx media location and storage issue

* Fix traefik django-media typo

* Add certresolver property to web-media-router

* Add trailing slash in nginx configuration to avoid path traversal exploits

* Remove autoindexing from nginx configuration so nginx uses its default off setting

* Use nginx to serve media files if cloud provider is None

* Add back warning about lack of media files without Docker or Cloud providers

* Update documentation

* Fix typos and rephrase

Co-authored-by: Arkadiusz Ryś <arkadiusz.michal.rys@gmail.com>

---------

Co-authored-by: Bruno Alla <alla.brunoo@gmail.com>
Co-authored-by: Bruno Alla <browniebroke@users.noreply.github.com>
2023-03-04 18:36:11 +00:00
pyup.io bot
46868bed26
Update pytest to 7.2.2 (#4191)
* Update pytest from 7.2.1 to 7.2.2

* Update pytest from 7.2.1 to 7.2.2
2023-03-04 18:21:53 +00:00
pyup.io bot
c4b8bbb0c7
Update drf-spectacular to 0.26.0 (#4192) 2023-03-04 18:21:32 +00:00
github-actions
4bf202ee59 Release 2023.02.28 2023-03-01 02:33:48 +00:00
pyup.io bot
6706128924
Update pre-commit to 3.1.1 (#4188)
* Update pre-commit from 3.1.0 to 3.1.1

* Update pre-commit from 3.1.0 to 3.1.1
2023-02-28 09:28:12 +00:00
github-actions
94455f4d1f Release 2023.02.27 2023-02-28 02:29:32 +00:00
pyup.io bot
af2e4cb26a
Update sentry-sdk to 1.16.0 (#4187) 2023-02-27 14:09:51 +00:00
github-actions
2e7b717d1a Release 2023.02.26 2023-02-27 02:30:14 +00:00
dependabot[bot]
6a1aa159b6
Bump traefik from v2.2.11 to 2.9.8 (#4164)
Bumps traefik from v2.2.11 to 2.9.8.

---
updated-dependencies:
- dependency-name: traefik
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-02-26 20:47:54 +00:00
Delphine LEMIRE
2bbec96f31
Fix readthedocs config file for generated project (#4172)
* FIX: Uptade Template ci.yml linter requirements

* IMPROVMENT_FIX: Template CI actions up to date

* FIX: template readthedocs instructions

* Update ci.yml

* Update readthedocs config file

* Update {{cookiecutter.project_slug}}/.readthedocs.yml

---------

Co-authored-by: Bruno Alla <browniebroke@users.noreply.github.com>
2023-02-26 20:33:45 +00:00
pyup.io bot
9665b067d7
Update coverage to 7.2.1 (#4186) 2023-02-26 20:07:25 +00:00
github-actions
dc78797c74 Release 2023.02.25 2023-02-26 02:32:42 +00:00
dependabot[bot]
757c9f45e2
Bump garland/aws-cli-docker from 1.15.47 to 1.16.140 (#4136)
Bumps garland/aws-cli-docker from 1.15.47 to 1.16.140.

---
updated-dependencies:
- dependency-name: garland/aws-cli-docker
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-02-25 12:44:24 +00:00
Bruno Alla
eeb02c2198
Run linting with pre-commit on GitLab (#4150)
* Run linting with pre-commit on GitLab

* Update tests
2023-02-25 12:33:30 +00:00
browniebroke
52bdda5bc0 Update Contributors 2023-02-25 12:10:26 +00:00
Hoai-Thu Vuong
b74af5b1d1
Add instuction to run celery beat (#4162)
* add instuction to run celery beat

* Extend explanations for celery beat

---------

Co-authored-by: Bruno Alla <browniebroke@users.noreply.github.com>
2023-02-25 12:09:52 +00:00
pyup.io bot
ad1edba711
Update djangorestframework-stubs to 1.9.1 (#4184) 2023-02-25 12:02:35 +00:00
pyup.io bot
6433fc7b2b
Update pygithub to 1.58.0 (#4182) 2023-02-25 11:53:59 +00:00
pyup.io bot
961ec7df6b
Update whitenoise to 6.4.0 (#4180) 2023-02-25 11:53:35 +00:00
pyup.io bot
c2059693d8
Update django-stubs to 1.15.0 (#4183) 2023-02-25 11:53:08 +00:00
pyup.io bot
972b927a2c
Update django-crispy-forms to 2.0 (#4158) 2023-02-25 11:51:16 +00:00
pyup.io bot
bee85e4454
Update django-cors-headers to 3.14.0 (#4181) 2023-02-25 11:48:00 +00:00
pyup.io bot
7739f41f77
Update python-slugify to 8.0.1 (#4178) 2023-02-25 11:47:48 +00:00
pyup.io bot
64a66c332a
Update pre-commit to 3.1.0 (#4176)
* Update pre-commit from 3.0.4 to 3.1.0

* Update pre-commit from 3.0.4 to 3.1.0
2023-02-25 11:47:29 +00:00
pyup.io bot
8bd7667f19
Update mypy to 1.0.1 (#4168) 2023-02-25 11:46:34 +00:00
pyup.io bot
2c84ec1c55
Update tox to 4.4.6 (#4173) 2023-02-25 11:44:39 +00:00
Delphine LEMIRE
4e649af5f0
Disable caching for linter job on GitHub actions (#4166)
* FIX: Uptade Template ci.yml linter requirements

* Disable unused cache for lint job

---------

Co-authored-by: Bruno Alla <browniebroke@users.noreply.github.com>
2023-02-25 11:31:07 +00:00
pyup.io bot
a756fbe4bb
Update gitpython to 3.1.31 (#4165) 2023-02-25 11:19:07 +00:00
pyup.io bot
aa6d0bc2ad
Update werkzeug to 2.2.3 (#4160) 2023-02-25 11:18:38 +00:00
pyup.io bot
ab149684b1
Update coverage to 7.2.0 (#4177) 2023-02-25 11:18:16 +00:00
pyup.io bot
1767190a1a
Update django to 4.0.10 (#4159) 2023-02-25 11:17:46 +00:00
pyup.io bot
b46447c8db
Update sh to 2.0.2 (#4157) 2023-02-25 11:16:56 +00:00
pyup.io bot
2d9dceb0fb
Update hiredis to 2.2.2 (#4156)
* Update hiredis from 2.2.1 to 2.2.2

* Update hiredis from 2.2.1 to 2.2.2
2023-02-25 11:16:20 +00:00
github-actions
4aa56cb31a Release 2023.02.17 2023-02-18 02:27:13 +00:00
luzfcb
414122e524 Update Contributors 2023-02-17 13:42:38 +00:00
Delphine LEMIRE
95e7300604
Update version of github actions on the template project (#4167) 2023-02-17 10:42:02 -03:00
github-actions
7af2d73a8c Release 2023.02.09 2023-02-10 02:53:14 +00:00
Bruno Alla
0fe1fb9ca1
Remove unused pip cache paths in GHA & add a note for pre-commit.ci (#4151)
* Remove unused pip caching paths in GHA

* Add note about pre-commit.ci for open source
2023-02-09 21:56:57 +00:00
pyup.io bot
3c71b54e4c
Update mypy to 0.991 (#4106)
* Update mypy from 0.982 to 0.991

* Ignore type error in test

* Don't build on non-master branch pushes by default

* Ignore type error in DRF view test

---------

Co-authored-by: Bruno Alla <alla.brunoo@gmail.com>
2023-02-09 09:35:41 +00:00
github-actions
4998a0cab7 Release 2023.02.08 2023-02-09 02:48:42 +00:00
pyup.io bot
9eb480f60f
Update sphinx to 6.1.3 (#4148)
* Update sphinx from 5.3.0 to 6.1.3

* Update sphinx from 5.3.0 to 6.1.3
2023-02-08 23:31:25 +00:00
Bruno Alla
c1ed81a8cf
Replace linting job by pre-commit.ci (#4143) 2023-02-08 17:51:29 +00:00
pyup.io bot
b448a3ceaf
Update tox to 4.4.5 (#4146) 2023-02-08 17:50:44 +00:00
pyup.io bot
379522507a
Update redis to 4.5.1 (#4147) 2023-02-08 17:50:04 +00:00
github-actions
82bf46a64f Release 2023.02.07 2023-02-08 02:47:46 +00:00
pyup.io bot
aee68f3e8a
Update sphinx-rtd-theme from 1.1.1 to 1.2.0 (#4145) 2023-02-07 22:58:44 +00:00
dependabot[bot]
e81b483944
Bump postcss-preset-env from 7.8.3 to 8.0.1 (#4115)
Bumps [postcss-preset-env](https://github.com/csstools/postcss-plugins/tree/HEAD/plugin-packs/postcss-preset-env) from 7.8.3 to 8.0.1.
- [Release notes](https://github.com/csstools/postcss-plugins/releases)
- [Changelog](https://github.com/csstools/postcss-plugins/blob/main/plugin-packs/postcss-preset-env/CHANGELOG.md)
- [Commits](https://github.com/csstools/postcss-plugins/commits/HEAD/plugin-packs/postcss-preset-env)

---
updated-dependencies:
- dependency-name: postcss-preset-env
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-02-07 20:57:51 +00:00
dependabot[bot]
ff9da7ec1b
Bump sass-loader from 12.6.0 to 13.2.0 (#4116)
Bumps [sass-loader](https://github.com/webpack-contrib/sass-loader) from 12.6.0 to 13.2.0.
- [Release notes](https://github.com/webpack-contrib/sass-loader/releases)
- [Changelog](https://github.com/webpack-contrib/sass-loader/blob/master/CHANGELOG.md)
- [Commits](https://github.com/webpack-contrib/sass-loader/compare/v12.6.0...v13.2.0)

---
updated-dependencies:
- dependency-name: sass-loader
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-02-07 20:47:49 +00:00
dependabot[bot]
a3cfb0f0e8
Bump babel-loader from 8.3.0 to 9.1.2 (#4117)
Bumps [babel-loader](https://github.com/babel/babel-loader) from 8.3.0 to 9.1.2.
- [Release notes](https://github.com/babel/babel-loader/releases)
- [Changelog](https://github.com/babel/babel-loader/blob/main/CHANGELOG.md)
- [Commits](https://github.com/babel/babel-loader/compare/v8.3.0...v9.1.2)

---
updated-dependencies:
- dependency-name: babel-loader
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-02-07 20:38:45 +00:00
dependabot[bot]
3d4fa2fcae
Bump postcss-loader from 6.2.1 to 7.0.2 (#4114)
Bumps [postcss-loader](https://github.com/webpack-contrib/postcss-loader) from 6.2.1 to 7.0.2.
- [Release notes](https://github.com/webpack-contrib/postcss-loader/releases)
- [Changelog](https://github.com/webpack-contrib/postcss-loader/blob/master/CHANGELOG.md)
- [Commits](https://github.com/webpack-contrib/postcss-loader/compare/v6.2.1...v7.0.2)

---
updated-dependencies:
- dependency-name: postcss-loader
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-02-07 20:36:36 +00:00