qwerrrqw
bb8090d2c1
ruff/E402
2024-11-21 14:39:04 +09:00
qwerrrqw
a893259052
ruff
2024-11-21 14:29:52 +09:00
qwerrrqw
819ae7bf6a
ruff
2024-11-21 14:23:19 +09:00
qwerrrqw
a5ed0d9fa9
ruff
2024-11-21 14:11:43 +09:00
qwerrrqw
5d35f50f79
Modifying to ruff rules
2024-11-21 13:40:23 +09:00
qwerrrqw
9e243001f0
Change import ssl settings to conditional
...
The ssl module is only used in Celery SSL settings, so it is not actually used when the use_celery option is 'n'. I modified it to import conditionally as follows.
2024-11-21 13:29:16 +09:00
qwerrrqw
92a0fdcf1b
fix: Redis SSL configuration
...
- Move Redis SSL configuration to base settings
- Remove redundant Redis SSL settings from production
- Remove REDIS_SSL env var from Heroku deployment docs
- Use rediss:// URL scheme detection for SSL
2024-11-21 13:20:44 +09:00
qwerrrqw
345ed77162
test
2024-11-16 04:23:20 +09:00
qwerrrqw
e6e16125f3
test
2024-11-16 03:43:21 +09:00
qwerrrqw
a839300951
test
2024-11-16 03:38:55 +09:00
qwerrrqw
a3e62f620d
test
2024-11-16 03:29:31 +09:00
qwerrrqw
f50f1ea810
test
2024-11-16 03:22:16 +09:00
qwerrrqw
c93729712d
test
2024-11-16 03:16:54 +09:00
qwerrrqw
1677f1ab7f
test
2024-11-16 03:12:57 +09:00
qwerrrqw
d35d22332b
test
2024-11-16 03:04:40 +09:00
qwerrrqw
50e81a04e8
test
2024-11-16 02:57:39 +09:00
qwerrrqw
cddfa6c7c5
import ssl
2024-11-15 23:40:48 +09:00
qwerrrqw
757fcc418a
Merge branch 'master' of https://github.com/cookiecutter/cookiecutter-django into fix/redis-TLS-support
2024-11-15 23:27:47 +09:00
qwerrrqw
94afb9d5f4
modify ruff 0.7.3 rule
2024-11-15 23:26:56 +09:00
qwerrrqw
c8fb4a128b
tests
2024-11-15 23:12:21 +09:00
qwerrrqw
ad008e95c7
error test
2024-11-15 22:28:10 +09:00
qwerrrqw
f0da061323
Error Correction
2024-11-15 22:15:07 +09:00
qwerrrqw
1f785bd0cb
tests2
2024-11-15 22:09:40 +09:00
pyup.io bot
1b9f3e7a48
Update coverage to 7.6.5 ( #5529 )
2024-11-15 09:46:37 +00:00
github-actions
d3ffe31bd0
Release 2024.11.14
2024-11-15 02:30:57 +00:00
qwerrrqw
e65ce78bf5
Simplify Redis TLS configuration with single environment variable
2024-11-14 20:43:41 +09:00
qwerrrqw
3d889e6323
Update Heroku deployment docs: reorganize Redis TLS configuration
2024-11-14 19:24:13 +09:00
qwerrrqw
7acd5a441f
Merge branch 'fix/redis-TLS-support' of https://github.com/qwerrrqw/cookiecutter-django into fix/redis-TLS-support
2024-11-14 17:39:39 +09:00
qwerrrqw
8ec2c90ee7
Update Heroku deployment docs with Redis TLS configuration
2024-11-14 17:38:44 +09:00
dependabot[bot]
e03b0b0c7e
Bump amazon/aws-cli ( #5528 )
2024-11-14 07:56:59 +00:00
github-actions
08ba595f87
Release 2024.11.13
2024-11-14 02:28:06 +00:00
pyup.io bot
c5988b5c3c
Update werkzeug to 3.1.3 ( #5524 )
2024-11-13 10:38:33 +00:00
pyup.io bot
73f41e2425
Update ruff to 0.7.3 ( #5521 )
2024-11-13 10:05:52 +00:00
dependabot[bot]
555872e1c9
Bump amazon/aws-cli from 2.19.0 to 2.20.0 ( #5527 )
2024-11-13 10:04:53 +00:00
Bruno Alla
868db771f3
Merge pull request #5523 from cookiecutter/pyup-update-django-allauth-65.1.0-to-65.2.0
2024-11-13 10:04:32 +00:00
qwerrrqw
165075d809
Merge branch 'master' into fix/redis-TLS-support
2024-11-12 18:36:28 +09:00
github-actions
cf375e934b
Release 2024.11.08
2024-11-09 02:23:39 +00:00
pyup-bot
b932c9bf15
Update django-allauth from 65.1.0 to 65.2.0
2024-11-08 13:51:11 +00:00
github-actions
4e506b44f1
Release 2024.11.07
2024-11-08 02:26:52 +00:00
pyup.io bot
8d6c8ebed1
Update djlint to 1.36.1 ( #5519 )
2024-11-07 19:43:37 +00:00
qwerrrqw
5682ead8a0
Add Redis TLS support for Heroku
...
base.py(286~287)
- CELERY_BROKER_USE_SSL
- CELERY_REDIS_BACKEND_USE_SSL
production.py(51~54)
- REDIS_SSL
- Set to default=False, no impact on existing environments
You only need to set REDIS_SSL=True in Heroku environment
Add only new options without modifying existing settings
2024-11-06 17:48:55 +09:00
github-actions
f8954e8a47
Release 2024.11.05
2024-11-06 02:26:15 +00:00
pyup.io bot
1e0c9ff2c1
Update djlint to 1.36.0 ( #5517 )
2024-11-05 08:21:05 +00:00
github-actions
06bfd2ebaa
Release 2024.11.04
2024-11-05 02:26:45 +00:00
pyup.io bot
dd98112051
Update sentry-sdk to 2.18.0 ( #5515 )
2024-11-04 18:09:28 +00:00
github-actions
51ce542796
Release 2024.11.02
2024-11-03 02:30:16 +00:00
pyup.io bot
5136d3da99
Update ruff to 0.7.2 ( #5510 )
2024-11-02 18:51:49 +00:00
github-actions
f2a45a3ee7
Release 2024.11.01
2024-11-02 02:26:45 +00:00
pyup.io bot
33a7478559
Update djlint to 1.35.4 ( #5508 )
...
Co-authored-by: browniebroke <861044+browniebroke@users.noreply.github.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2024-11-01 12:21:39 +00:00
dependabot[bot]
8d5a4269fc
Bump amazon/aws-cli from 2.18.1 to 2.19.0 ( #5507 )
...
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-11-01 09:55:01 +00:00