browniebroke
211b0571f3
Update Contributors
2023-08-14 10:23:06 +00:00
zhaoruibing
bf44d152ea
Exclude env files from container image (add .envs/ to .dockerignore) ( #4476 )
...
Currently, environment files are copied to container image during build.
Environment files contains secrets and should not be in container images.
Per [discussion 4474](https://github.com/cookiecutter/cookiecutter-django/discussions/4474 ), this is likely a bug.
This change excludes all environment files from being copied to container image.
Co-authored-by: Bruno Alla <browniebroke@users.noreply.github.com>
2023-08-14 11:22:25 +01:00
browniebroke
f89ff79aee
Update Contributors
2023-08-14 09:58:32 +00:00
Fateme Fouladkar
5d0a11b7d5
Update README.md ( #4514 )
...
* Update README.md
* [pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
---------
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
2023-08-14 10:55:28 +01:00
pyup.io bot
7f59f85814
Update coverage to 7.3.0 ( #4516 )
2023-08-14 10:53:37 +01:00
pyup.io bot
b5b12b8f96
Update django-debug-toolbar to 4.2.0 ( #4511 )
2023-08-14 10:53:14 +01:00
pyup.io bot
a76f43dba9
Update flower to 2.0.1 ( #4518 )
2023-08-14 10:52:57 +01:00
pyup.io bot
867daa2265
Update tox to 4.8.0 ( #4515 )
2023-08-14 10:51:45 +01:00
browniebroke
d2b81ac39a
Update Contributors
2023-08-14 09:51:28 +00:00
Tharushan
3415586cf7
Fix overrideCommand
value in devcontainer
so that the django
container can run ( #4517 )
2023-08-14 10:50:47 +01:00
github-actions
bd153d0691
Release 2023.08.10
2023-08-11 02:08:04 +00:00
pyup.io bot
20730611d7
Update sh to 2.0.6 ( #4508 )
2023-08-10 13:59:06 +01:00
pyup.io bot
079260320e
Update tox to 4.7.0 ( #4505 )
2023-08-10 13:58:36 +01:00
pyup.io bot
3486a93f03
Update pygithub to 1.59.1 ( #4501 )
2023-08-10 13:58:18 +01:00
mpsantos
6a15b4831e
Corrected 'or' translation to pt-br ( #4507 )
2023-08-10 13:57:47 +01:00
github-actions
39e7876ade
Release 2023.08.04
2023-08-05 02:15:32 +00:00
pyup.io bot
98d973f4b1
Update cookiecutter from 2.2.3 to 2.3.0 ( #4502 )
2023-08-04 08:22:29 +01:00
github-actions[bot]
ca99449e4a
Auto-update pre-commit hooks ( #4503 )
...
Co-authored-by: browniebroke <browniebroke@users.noreply.github.com>
2023-08-04 08:22:14 +01:00
github-actions
6a391713d8
Release 2023.08.01
2023-08-02 02:14:43 +00:00
github-actions[bot]
64f660b170
Auto-update pre-commit hooks ( #4499 )
...
Co-authored-by: browniebroke <browniebroke@users.noreply.github.com>
2023-08-01 23:02:31 +01:00
pyup.io bot
9d33aca169
Update django-anymail to 10.1 ( #4497 )
...
* Update django-anymail from 10.0 to 10.1
* Update django-anymail from 10.0 to 10.1
* Update django-anymail from 10.0 to 10.1
* Update django-anymail from 10.0 to 10.1
* Update django-anymail from 10.0 to 10.1
* Update django-anymail from 10.0 to 10.1
* Update django-anymail from 10.0 to 10.1
* Update django-anymail from 10.0 to 10.1
* Update django-anymail from 10.0 to 10.1
2023-08-01 23:02:09 +01:00
pyup.io bot
bbfdbc8b0e
Update sentry-sdk from 1.29.1 to 1.29.2 ( #4496 )
2023-08-01 23:01:24 +01:00
pyup.io bot
072372619d
Update django from 4.2.3 to 4.2.4 ( #4495 )
2023-08-01 23:01:10 +01:00
Bruno Alla
bc56102f13
Change how we remove prettier pre-commit hook from the config ( #4450 )
2023-08-01 20:56:51 +01:00
pyup.io bot
d54f29fd4f
Update flake8 to 6.1.0 ( #4489 )
...
* Update flake8 from 6.0.0 to 6.1.0
* Update flake8 from 6.0.0 to 6.1.0
2023-08-01 14:44:02 +01:00
pyup.io bot
093b346b3d
Update uvicorn to 0.23.2 ( #4490 )
2023-08-01 14:43:51 +01:00
pyup.io bot
82a944bc67
Update sentry-sdk to 1.29.1 ( #4494 )
2023-08-01 14:43:38 +01:00
github-actions
7844cfe008
Release 2023.07.30
2023-07-31 02:18:38 +00:00
browniebroke
7b27d791fa
Update Contributors
2023-07-30 11:15:43 +00:00
Sadra Yahyapour
9eea9c894e
README.md file extension issue fixed ( #4488 )
2023-07-30 12:15:06 +01:00
github-actions
a4c397890e
Release 2023.07.28
2023-07-29 02:15:29 +00:00
browniebroke
6354f7f64f
Update Contributors
2023-07-28 12:04:23 +00:00
Shayan Karimi
40ddc4b6af
Add support for Drone ( #4382 )
...
* Add overall config for drone.io support
* Update docs
* Configure basic CI setup
* [pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
* Fix python image version for tests step
---------
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
2023-07-28 13:03:47 +01:00
github-actions
4e7aff306e
Release 2023.07.27
2023-07-28 02:17:48 +00:00
Imran Rahman
0ecb9ce299
Explicitly state that docker exec does not work for running management commands ( #4487 )
...
Co-authored-by: Imran Rahman <imranrahman.ix@gmail.com>
2023-07-27 14:42:04 +01:00
browniebroke
7a81a561c9
Update Contributors
2023-07-27 11:29:24 +00:00
hleroy
01962fb3a1
Add Webpack instructions for developping locally with HTTPS ( #4486 )
...
* Add Webpack instructions for developping locally with HTTPS
* Fix formatting of code blocks
---------
Co-authored-by: Bruno Alla <browniebroke@users.noreply.github.com>
2023-07-27 12:28:49 +01:00
Bruno Alla
eca21f5b77
Update broken link to https
...
Fix #4484
2023-07-26 09:50:16 +01:00
github-actions
286c68c06f
Release 2023.07.25
2023-07-26 02:22:13 +00:00
dependabot[bot]
72e91da973
Bump traefik ( #4483 )
...
Bumps traefik from 2.10.3 to 2.10.4.
---
updated-dependencies:
- dependency-name: traefik
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-07-25 10:21:53 -03:00
github-actions
64d9bd8c14
Release 2023.07.24
2023-07-25 02:28:58 +00:00
pyup.io bot
89ecc2e576
Update drf-spectacular to 0.26.4 ( #4481 )
2023-07-24 16:36:15 +01:00
Imran Rahman
a50f2bee94
Display custom 403_csrf.html while getting a csrf error in prod ( #4464 )
...
Co-authored-by: Imran Rahman <imranrahman.ix@gmail.com>
2023-07-24 12:41:10 +01:00
browniebroke
842fa01af0
Update Contributors
2023-07-24 09:43:43 +00:00
Imran Rahman
f567b5f685
update docs docker-compose -> docker compose ( #4463 )
...
Co-authored-by: Imran Rahman <imranrahman.ix@gmail.com>
2023-07-24 10:42:51 +01:00
github-actions
7664c4fb3e
Release 2023.07.20
2023-07-21 02:20:22 +00:00
pyup.io bot
e7f0b960b7
Update djlint to 1.32.1 ( #4475 )
...
* Update djlint from 1.32.0 to 1.32.1
* Update djlint from 1.32.0 to 1.32.1
2023-07-20 18:38:35 +01:00
github-actions
b146d7df04
Release 2023.07.19
2023-07-20 02:19:30 +00:00
pyup.io bot
394a9c4bd8
Update factory-boy to 3.3.0 ( #4472 )
2023-07-19 16:52:30 +01:00
pyup.io bot
6b4f8852a3
Update gunicorn to 21.2.0 ( #4473 )
2023-07-19 16:52:09 +01:00