Commit Graph

2853 Commits

Author SHA1 Message Date
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
dependabot[bot]
2db71965ca
Bump webpack-cli from 4.10.0 to 5.0.1 in /{{cookiecutter.project_slug}} (#4118)
Bumps [webpack-cli](https://github.com/webpack/webpack-cli) from 4.10.0 to 5.0.1.
- [Release notes](https://github.com/webpack/webpack-cli/releases)
- [Changelog](https://github.com/webpack/webpack-cli/blob/master/CHANGELOG.md)
- [Commits](https://github.com/webpack/webpack-cli/compare/webpack-cli@4.10.0...webpack-cli@5.0.1)

---
updated-dependencies:
- dependency-name: webpack-cli
  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:35:46 +00:00
pyup.io bot
fade9bd0ac
Update redis to 4.5.0 (#4142) 2023-02-07 17:43:11 +00:00
pyup.io bot
dc68912c07
Update sentry-sdk to 1.15.0 (#4141) 2023-02-07 14:20:32 +00:00
pyup.io bot
9be5544464
Update hiredis to 2.2.1 (#4123)
* Update hiredis from 2.1.1 to 2.2.1

* Update hiredis from 2.1.1 to 2.2.1
2023-02-06 19:13:12 +00:00
Bruno Alla
5bc4bed952
Change RequestFactory to APIRequestFactory in tests for API views (#4110) 2023-02-06 18:33:08 +00:00
Bruno Alla
4080e9a86d
Fix django-webpack-loader setup when running tests (#4128)
* Add an integration test

This should cover the problem raised for webpack loader issues

* Add a DummyWebpackLoader for running tests

* Replace DummyWebpackLoader by the one from webpack_loader package

* Fix post-gen hook

* Remove integration test
2023-02-06 16:16:48 +00:00
pyup.io bot
d76c3de4e6
Update django to 4.0.9 (#4134) 2023-02-06 15:09:22 +00:00
pyup.io bot
c24fa1f6c4
Update django-webpack-loader to 1.8.1 (#4132) 2023-02-06 14:46:39 +00:00
pyup.io bot
3f05da0ee7
Update pre-commit to 3.0.4 (#4127)
* Update pre-commit from 3.0.3 to 3.0.4

* Update pre-commit from 3.0.3 to 3.0.4
2023-02-03 15:54:51 -03:00
pyup.io bot
ac3e5da6c1
Update python-slugify to 8.0.0 (#4111) 2023-02-02 11:30:25 +00:00
pyup.io bot
3150813bdb
Update pre-commit to 3.0.3 (#4121)
* Update pre-commit from 3.0.1 to 3.0.3

* Update pre-commit from 3.0.1 to 3.0.3
2023-02-02 11:28:16 +00:00
pyup.io bot
119df8c61b
Update black to 23.1.0 (#4120)
* Update black from 22.12.0 to 23.1.0

* Update black from 22.12.0 to 23.1.0

* Update code style according to newer version of black

* Update black pre-commit hook (#4122)

Co-authored-by: browniebroke <browniebroke@users.noreply.github.com>

---------

Co-authored-by: Bruno Alla <alla.brunoo@gmail.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: browniebroke <browniebroke@users.noreply.github.com>
2023-02-02 11:25:41 +00:00
Bruno Alla
cbb0e19de7
Add Webpack support (#3623)
* Add support for Webpack as frontend pipeline

* Rename CI jobs

* Fix a couple of issues with Webpack + Docker

* Don't include Boostrap CSS from CDN with Webpack

* Rename variable

* Set publicPath in prod webpack config

* Fix removal of SASS files in post-gen hooks

* Add Webpack to readme usage section

* Run Django + Webpack dev server concurrently without Docker

* Fix async runserver command with Gulp/Webpack

* Upgrade django-webpack-loader to 1.5.0

* Pass variables required by Webpack at build time

* Upgrade django-webpack-loader to 1.7.0

* Add missing condition

* Add support for Azure Storage + Webpack

* Whitespaces

* Rename ROOT_DIR -> BASE_DIR

* Rename jobs

* Bump django-webpack-loader to latest

* Document limitation of Docker + Webpack + no Whitenoise

* Update section on custom Bootstrap compilation in generated readme
2023-01-29 12:12:12 +00:00
Bruno Alla
977ffd91a3
Remove BrokenLinkEmailsMiddleware (#4112) 2023-01-29 11:45:13 +00:00
github-actions[bot]
c09fa55b36
Auto-update pre-commit hooks (#4108)
Co-authored-by: browniebroke <browniebroke@users.noreply.github.com>
2023-01-28 17:47:29 +00:00
Bruno Alla
c0e83b104c
Refactor merge_production_dotenvs_in_dotenv.py (#4105) 2023-01-28 15:10:45 +00:00
pyup.io bot
900473777d
Update django-stubs to 1.14.0 (#4103) 2023-01-27 20:34:29 +00:00
pyup.io bot
80405234c8
Update pre-commit to 3.0.1 (#4104) 2023-01-26 20:21:47 +00:00
tildebox
7fcdeeae88
Rename BASE_DIR_PATH to BASE_DIR (#4102)
Co-authored-by: example <example@example.com>
2023-01-26 08:50:33 +00:00
tildebox
70014c2b45
Rename ROOT_DIR to BASE_DIR (#4086)
Co-authored-by: example <example@example.com>
Fix https://github.com/cookiecutter/cookiecutter-django/issues/4075
2023-01-25 22:55:08 +00:00
pyup.io bot
2dc964a8e3
Update coverage from 7.0.5 to 7.1.0 (#4100) 2023-01-25 08:50:58 +00:00
pyup.io bot
3361c75fbc
Update pre-commit to 3.0.0 (#4098)
* Update pre-commit from 2.21.0 to 3.0.0

* Update pre-commit from 2.21.0 to 3.0.0
2023-01-24 10:43:45 +00:00
pyup.io bot
e2a7647d3c
Update sentry-sdk to 1.14.0 (#4096) 2023-01-23 17:21:21 +00:00
pyup.io bot
6a601208ea
Update django-compressor from 4.3 to 4.3.1 (#4094) 2023-01-22 14:54:59 +00:00
pyup.io bot
403298fcdc
Update django-stubs from 1.13.1 to 1.13.2 (#4093) 2023-01-21 16:55:33 +00:00
pyup.io bot
c5b0db3c63
Update coverage from 7.0.4 to 7.0.5 (#4092) 2023-01-19 23:56:01 +00:00
pyup.io bot
4576c70a5d
Update redis from 4.4.1 to 4.4.2 (#4091) 2023-01-19 23:55:31 +00:00
Pamela Fox
be8aa5c73d
Add sourcemaps support to Gulp (#4089)
fixes https://github.com/cookiecutter/cookiecutter-django/issues/4045
2023-01-19 22:45:56 +00:00
pyup.io bot
5d07f3bb7e
Update pytest to 7.2.1 (#4077)
* Update pytest from 7.2.0 to 7.2.1

* Update pytest from 7.2.0 to 7.2.1
2023-01-15 11:33:58 +00:00
pyup.io bot
54df65c777
Update pytz from 2022.7 to 2022.7.1 (#4078) 2023-01-15 11:32:56 +00:00
pyup.io bot
fe6e6e85cb
Update sentry-sdk to 1.13.0 (#4074) 2023-01-12 18:28:26 +00:00
Pamela Fox
c4291e7522
Add dump.rdb to gitignore (#4062) 2023-01-10 23:11:53 +00:00
pyup.io bot
98ca314904
Update hiredis to 2.1.1 (#4070) 2023-01-10 13:21:58 +00:00
Pamela Fox
629785e1d4
Add .venv to exclude (#4069) 2023-01-10 08:57:05 +00:00
pyup.io bot
ce25e18a24
Update redis from 4.4.0 to 4.4.1 (#4068) 2023-01-08 11:10:19 +00:00
pyup.io bot
3e050c0f5b
Update coverage from 7.0.3 to 7.0.4 (#4067) 2023-01-08 11:10:04 +00:00
pyup.io bot
f294c276ad
Update django-storages to 1.13.2 (#4057) 2023-01-07 13:29:18 +00:00
Bruno Alla
e8071dcb34
Merge remote-tracking branch 'upstream/pyup-update-rcssmin-1.1.0-to-1.1.1' into pyup-update-django-compressor-4.1-to-4.3 2023-01-07 13:18:57 +00:00
pyup-bot
9c23a17987 Update django-compressor from 4.1 to 4.3 2023-01-06 14:11:14 -08:00
pyup-bot
d91c2141ea Update rcssmin from 1.1.0 to 1.1.1 2023-01-06 10:50:05 -08:00
Robin
62df4f4460
Add .git to .dockerignore (#4054) 2023-01-06 17:56:41 +00:00
Thomas Booij
ebcee95c8b
Fix typo on the test settings (#4049) 2023-01-04 12:33:02 -03:00
pyup.io bot
2da98ab87c
Update coverage from 7.0.2 to 7.0.3 (#4047) 2023-01-04 09:22:18 -03:00
pyup.io bot
f7b628092d
Update flake8-isort to 6.0.0 (#4022)
* Update flake8-isort from 5.0.3 to 6.0.0

Co-authored-by: Fábio C. Barrionuevo da Luz <bnafta@gmail.com>
2023-01-03 15:31:12 -03:00
Fábio C. Barrionuevo da Luz
2d453b5948
Merge pull request #4040 from cookiecutter/pyup-update-pillow-9.3.0-to-9.4.0
Update pillow to 9.4.0
2023-01-03 09:49:09 -03:00
Fábio C. Barrionuevo da Luz
8bad680091
Merge pull request #4042 from cookiecutter/pyup-update-coverage-7.0.1-to-7.0.2
Update coverage to 7.0.2
2023-01-03 09:47:58 -03:00
pyup-bot
3bb3712074 Update whitenoise from 6.2.0 to 6.3.0 2023-01-03 04:30:22 -08:00
pyup-bot
af62563523 Update coverage from 7.0.1 to 7.0.2 2023-01-02 16:43:37 -08:00
pyup-bot
a7f195680f Update pillow from 9.3.0 to 9.4.0 2023-01-01 21:15:53 -08:00
pyup-bot
5530eebfec Update django-allauth from 0.51.0 to 0.52.0 2022-12-29 02:21:49 -08:00
pyup.io bot
019efba2e1
Update pre-commit to 2.21.0 (#4026)
* Update pre-commit from 2.20.0 to 2.21.0

* Update pre-commit from 2.20.0 to 2.21.0
2022-12-26 10:03:43 +00:00
github-actions[bot]
5c30b67df1
Auto-update pre-commit hooks (#4021)
Co-authored-by: browniebroke <browniebroke@users.noreply.github.com>
2022-12-25 09:33:59 +00:00
pyup.io bot
bd2d3edd31
Update coverage from 7.0.0 to 7.0.1 (#4024) 2022-12-24 11:25:53 +00:00
Dani Hodovic
93c0769516
Retry when trying to store a Celery result in backend (#3996)
Co-authored-by: Bruno Alla <alla.brunoo@gmail.com>
2022-12-21 14:39:54 +00:00
pyup.io bot
7fc0b1d167
Update pytz to 2022.7 (#4020) 2022-12-21 14:24:02 +00:00
pyup.io bot
e869ab7cc4
Update ipdb to 0.13.11 (#4019) 2022-12-21 14:22:37 +00:00
pyup.io bot
31a1de9bfb
Update sentry-sdk to 1.12.1 (#4014) 2022-12-21 13:58:04 +00:00
pyup.io bot
dd1f3a6d12
Update coverage to 7.0.0 (#4013)
Co-authored-by: Bruno Alla <browniebroke@users.noreply.github.com>
2022-12-21 13:57:20 +00:00
pyup.io bot
81309a610f
Update django-anymail to 9.0 (#4012) 2022-12-21 11:20:42 +00:00
github-actions[bot]
e101fbc521
Auto-update pre-commit hooks (#4005)
Co-authored-by: browniebroke <browniebroke@users.noreply.github.com>
2022-12-21 11:20:19 +00:00
pyup.io bot
256a967087
Update drf-spectacular to 0.25.1 (#4009) 2022-12-21 11:02:04 +00:00
pyup.io bot
7a6435695b
Update hiredis to 2.1.0 (#4006) 2022-12-21 09:52:05 +00:00
github-actions[bot]
2cadf20adf
Auto-update pre-commit hooks (#3998)
Co-authored-by: browniebroke <browniebroke@users.noreply.github.com>
2022-12-13 09:06:12 +00:00
github-actions[bot]
8b9c719a31
Auto-update pre-commit hooks (#3991)
Co-authored-by: browniebroke <browniebroke@users.noreply.github.com>
2022-12-10 15:13:10 +00:00
pyup.io bot
20b7ca105b
Update djangorestframework-stubs to 1.8.0 (#3990) 2022-12-09 22:18:10 +00:00
pyup.io bot
a9c3b56e5f
Update black to 22.12.0 (#3988)
* Update black from 22.10.0 to 22.12.0

* Update black from 22.10.0 to 22.12.0
2022-12-09 22:04:36 +00:00
Bruno Alla
2f92644fce
Remove bind mounts for docker compose volumes (#3981)
Fix #3685
2022-12-09 22:04:12 +00:00
pyup.io bot
d15465a582
Update django-stubs to 1.13.1 (#3986) 2022-12-08 13:16:33 +00:00
github-actions[bot]
57496c56c5
Auto-update pre-commit hooks (#3983)
Co-authored-by: browniebroke <browniebroke@users.noreply.github.com>
2022-12-07 07:48:50 +00:00
ghazi-git
fc081ce1fe
set SERVERS in production settings instead of base settings (#3609)
fixes https://github.com/cookiecutter/cookiecutter-django/issues/3593
2022-12-06 19:26:24 +00:00
Adin Hodovic
33af8e3988
Simplify production DATABASES setting to extend base definition (#3969) 2022-12-06 19:04:38 +00:00
pyup.io bot
d272d9752d
Update django-coverage-plugin to 3.0.0 (#3979) 2022-12-06 11:37:50 +00:00
pyup.io bot
0336f08da1
Update redis to 4.4.0 (#3977) 2022-12-04 14:10:58 +00:00
pyup.io bot
3deb4d90f2
Update django-debug-toolbar to 3.8.1 (#3976) 2022-12-04 00:12:25 +00:00
github-actions[bot]
600783c89b
Auto-update pre-commit hooks (#3975)
Co-authored-by: browniebroke <browniebroke@users.noreply.github.com>
2022-12-03 11:36:29 +00:00
pyup.io bot
a464856234
Update flake8 to 6.0.0 (#3974) 2022-12-02 10:43:02 +00:00
rguptar
49b3bb8ffe
Add Azure Storage as an option to serve static and media files (#3967)
Fix https://github.com/cookiecutter/cookiecutter-django/issues/2301
2022-11-30 18:26:58 +00:00
github-actions[bot]
5ca7ae1c43
Auto-update pre-commit hooks (#3970)
Co-authored-by: browniebroke <browniebroke@users.noreply.github.com>
2022-11-30 09:37:03 +00:00
David
77695c7c10
Fix typo in flower start for watching celery (#3966) 2022-11-26 11:08:39 +00:00
github-actions[bot]
b21f50e22b
Auto-update pre-commit hooks (#3963)
Co-authored-by: browniebroke <browniebroke@users.noreply.github.com>
2022-11-24 08:17:41 +00:00
Chao Yang Wu
51f4374a8a
Fix graceful shutdown of local dev containers and use watchfiles for beat + flower (#3925)
Co-authored-by: Bruno Alla <alla.brunoo@gmail.com>
Co-authored-by: Bruno Alla <browniebroke@users.noreply.github.com>
2022-11-23 14:51:20 +00:00
Fábio C. Barrionuevo da Luz
9ceb228d1d
Merge pull request #3948 from cookiecutter/pyup-update-django-model-utils-4.2.0-to-4.3.1
Update django-model-utils to 4.3.1
2022-11-22 21:59:45 -03:00
Fábio C. Barrionuevo da Luz
d91757b377
Merge pull request #3952 from cookiecutter/pyup-update-flake8-isort-5.0.0-to-5.0.3
Update flake8-isort to 5.0.3
2022-11-22 21:59:08 -03:00
Fábio C. Barrionuevo da Luz
9cf0d7561c
Merge pull request #3961 from adinhodovic/celery-send-sent-task-event
feat(celery): Enable sending the sent task event by default
2022-11-22 21:58:31 -03:00
Andrew Chen Wang
b5ad2fc232
Remove USE_L10N due to deprecation (#3960) 2022-11-22 22:51:31 +00:00
Leifur Halldor Asgeirsson
d98aad0710
Remove platform from compose file (#3957) 2022-11-22 19:59:34 +00:00
adinhodovic
de48e31517 feat(celery): Enable sending the sent task event by default 2022-11-22 20:28:52 +01:00
adinhodovic
7d517dc677 feat(celery): Send task events for Celery by default
Is useful for e.g Flower and Celery-exporter
2022-11-22 20:08:02 +01:00
Fábio C. Barrionuevo da Luz
c59e3b337f
Merge pull request #3950 from cookiecutter/pyup-update-python-slugify-6.1.2-to-7.0.0
Update python-slugify to 7.0.0
2022-11-22 13:27:33 -03:00
Fábio C. Barrionuevo da Luz
667e477425
Merge pull request #3954 from cookiecutter/pyup-update-redis-4.3.4-to-4.3.5
Update redis to 4.3.5
2022-11-22 13:25:26 -03:00
Fábio C. Barrionuevo da Luz
8fab178712
Merge pull request #3955 from cookiecutter/pyup-update-sentry-sdk-1.10.1-to-1.11.1
Update sentry-sdk to 1.11.1
2022-11-22 13:25:16 -03:00
pyup-bot
0e91f40969 Update sentry-sdk from 1.10.1 to 1.11.1 2022-11-22 07:59:10 -06:00
pyup-bot
f70b397c86 Update redis from 4.3.4 to 4.3.5 2022-11-22 02:58:49 -06:00
pyup-bot
202da796b3 Update uvicorn from 0.19.0 to 0.20.0 2022-11-20 08:12:28 -06:00
pyup-bot
827e1364d1 Update flake8-isort from 5.0.0 to 5.0.3 2022-11-20 07:32:13 -06:00
pyup-bot
7bdc6aea66 Update python-slugify from 6.1.2 to 7.0.0 2022-11-18 14:21:59 -06:00
pyup-bot
466bb798aa Update django-model-utils from 4.2.0 to 4.3.1 2022-11-15 20:35:34 -06:00
github-actions[bot]
040537a5d6
Auto-update pre-commit hooks (#3942)
Co-authored-by: browniebroke <browniebroke@users.noreply.github.com>
2022-11-11 10:00:06 +00:00
pyup.io bot
b74584a467
Update watchfiles to 0.18.1 (#3938) 2022-11-07 12:42:26 +00:00