Commit Graph

538 Commits

Author SHA1 Message Date
dependabot[bot]
48c2425b4b Bump alpine from 3.18.3 to 3.18.4 in /postorius (#654)
Bumps alpine from 3.18.3 to 3.18.4.

---
updated-dependencies:
- dependency-name: alpine
  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-10-02 09:20:39 -07:00
Abhilash Raj
022cb48778 Fix: Add support for new version of django-allauth (#655)
* Fix: Add support for new version of django-allauth

* Use full path for manage.py script
2023-10-02 08:58:36 -07:00
Abhilash Raj
f45adbfd21 Merge pull request #644 from maxking/dependabot/docker/postorius/alpine-3.18.3
Bump alpine from 3.18.2 to 3.18.3 in /postorius
2023-08-28 23:11:54 +05:30
Abhilash Raj
2bfdc21660 Merge pull request #645 from maxking/dependabot/docker/web/alpine-3.18.3
Bump alpine from 3.18.2 to 3.18.3 in /web
2023-08-28 23:11:40 +05:30
Abhilash Raj
fe74e6181d Merge pull request #646 from maxking/fix-642
fix: Do not log full database url.
2023-08-28 23:11:27 +05:30
Abhilash Raj
2cb8786964 Merge branch 'main' into fix-642 2023-08-28 21:30:52 +05:30
Abhilash Raj
7f70692632 Merge branch 'main' into dependabot/docker/postorius/alpine-3.18.3 2023-08-28 21:28:51 +05:30
Abhilash Raj
2323ff2db8 Merge branch 'main' into dependabot/docker/web/alpine-3.18.3 2023-08-28 21:28:28 +05:30
Abhilash Raj
2a7fc8ebb9 Merge pull request #647 from maxking/downgrade-importlib-resources
fix: Downgrade importlib-resources to < 6.0
2023-08-28 21:24:43 +05:30
Abhilash Raj
770a121c52 quote version requirement 2023-08-28 21:07:27 +05:30
Abhilash Raj
4a54e9f279 fix: Downgrade importlib-resources to < 6.0
Since released version of Core doesn't support importlib-resources > 6.
2023-08-28 20:56:31 +05:30
Abhilash Raj
528ddba4d2 fix: Do not log full database url.
Since the database contain credentials, do not log them after
changing from `mysql://` to `mysql+pymysql://`.

Fixes #642
2023-08-28 20:52:51 +05:30
dependabot[bot]
bd6b8c2435 Bump alpine from 3.18.2 to 3.18.3 in /web
Bumps alpine from 3.18.2 to 3.18.3.

---
updated-dependencies:
- dependency-name: alpine
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-08-14 07:52:20 +00:00
dependabot[bot]
9a074a2e9b Bump alpine from 3.18.2 to 3.18.3 in /postorius
Bumps alpine from 3.18.2 to 3.18.3.

---
updated-dependencies:
- dependency-name: alpine
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-08-14 07:28:54 +00:00
Abhilash Raj
13411cbe62 Merge pull request #641 from maxking/serve-from-domain
Add SERVE_FROM_DOMAIN in the testing
2023-07-07 00:20:35 -07:00
Abhilash Raj
fea6a5be6b Add SERVE_FROM_DOMAIN in the testing 2023-07-07 07:08:31 +00:00
Abhilash Raj
4c6664cd3a Merge pull request #638 from raph-topo/patch-allowed-hosts
feat: Allow DJANGO_ALLOWED_HOSTS to be a csv

#637
2023-06-27 07:01:28 -07:00
Raphael
57a2f5456a Fix DJANGO_ALLOWED_HOSTS parsing
Closes #637.
2023-06-26 12:47:10 +02:00
Abhilash Raj
244b73d0f2 fix: Use -P pager=off in the psql commands. (#631)
This allows for non-interactive use and doesn't hang on the user
input in certain conditions, like when the command output is large.

Fixes #610
2023-06-19 20:04:03 -07:00
Abhilash Raj
0745e37f01 Merge pull request #636 from raph-topo/patch-5
EMAIL_USE_TLS/EMAIL_USE_SSL are mutually exclusive, so only set one o…
2023-06-19 20:00:39 -07:00
Abhilash Raj
84f4db64a2 Merge pull request #635 from raph-topo/patch-4
Version tag comment
2023-06-19 19:59:03 -07:00
Abhilash Raj
45fd544f01 Merge pull request #632 from maxking/dependabot/docker/postorius/alpine-3.18.2
Bump alpine from 3.18.0 to 3.18.2 in /postorius
2023-06-19 19:55:09 -07:00
Abhilash Raj
944c9e7c63 Merge pull request #633 from maxking/dependabot/docker/web/alpine-3.18.2
Bump alpine from 3.18.0 to 3.18.2 in /web
2023-06-19 19:54:58 -07:00
Abhilash Raj
f3b1ac922f nit: Use backticks for variables. 2023-06-19 19:54:13 -07:00
Abhilash Raj
4dcba2362a Added minor suggestions. 2023-06-19 19:52:23 -07:00
Abhilash Raj
9bee281bae Merge pull request #634 from raph-topo/patch-3
fix: Add tzdata apk package to all container images.

Also, use TZ environment variable to set timezone in mailman-web container.
2023-06-19 19:49:39 -07:00
Raphael
9c84b4030a Version tag comment in Readme 2023-06-19 18:59:41 +02:00
Raphael
0647e9c8eb EMAIL_USE_TLS/EMAIL_USE_SSL are mutually exclusive, so only set one of those settings. 2023-06-19 11:44:43 +02:00
Raphael
1a390c0260 Version tag comment 2023-06-19 11:40:25 +02:00
Raphael
5ec446a927 apk add tzdata 2023-06-19 11:33:51 +02:00
Raphael
c097913a80 Use TZ in settings.py 2023-06-19 11:26:05 +02:00
dependabot[bot]
4e7f032621 Bump alpine from 3.18.0 to 3.18.2 in /web
Bumps alpine from 3.18.0 to 3.18.2.

---
updated-dependencies:
- dependency-name: alpine
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-06-19 07:59:47 +00:00
dependabot[bot]
ca033c1a58 Bump alpine from 3.18.0 to 3.18.2 in /postorius
Bumps alpine from 3.18.0 to 3.18.2.

---
updated-dependencies:
- dependency-name: alpine
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-06-19 07:59:38 +00:00
Abhilash Raj
a09b1812d8 Merge pull request #623 from maxking/bump-django
Bump Alpine and Django version
2023-06-18 20:23:23 -07:00
Abhilash Raj
9a10a00f3a Merge pull request #628 from raph-topo/patch-2
Highlight diverging database URLs in `docker-compose-mysql.yaml`
2023-06-18 19:58:39 -07:00
Raphael
4e184096a7 Highlight diverging database URLs in docker-compose-mysql.yaml 2023-06-18 23:30:05 +02:00
Abhilash Raj
85a060015c Do it correctly this time 2023-06-16 08:21:24 +00:00
Abhilash Raj
91a0e999cc Also bump version of psycopg2 2023-06-16 08:05:31 +00:00
Abhilash Raj
9564304706 Bump version of Django to 4.1.x 2023-06-16 07:58:02 +00:00
Abhilash Raj
552fae1d26 Merge branch 'main' into dependabot/docker/web/alpine-3.18.0 2023-06-15 02:25:21 -07:00
dependabot[bot]
8a73398532 Bump alpine from 3.17 to 3.18 in /core (#618)
Bumps alpine from 3.17 to 3.18.

---
updated-dependencies:
- dependency-name: alpine
  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-06-15 02:25:10 -07:00
dependabot[bot]
33be7724ce Bump alpine from 3.17.3 to 3.18.0 in /postorius (#620)
Bumps alpine from 3.17.3 to 3.18.0.

---
updated-dependencies:
- dependency-name: alpine
  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-06-15 02:24:57 -07:00
dependabot[bot]
a5601ea8ee Bump alpine from 3.17.3 to 3.18.0 in /web
Bumps alpine from 3.17.3 to 3.18.0.

---
updated-dependencies:
- dependency-name: alpine
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-05-15 08:00:25 +00:00
dependabot[bot]
b581310090 Bump alpine from 3.17.2 to 3.17.3 in /web (#613)
Bumps alpine from 3.17.2 to 3.17.3.

---
updated-dependencies:
- dependency-name: alpine
  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-04-06 07:42:04 +05:30
dependabot[bot]
c0ac2af9ba Bump actions/stale from 7 to 8 (#611)
Bumps [actions/stale](https://github.com/actions/stale) from 7 to 8.
- [Release notes](https://github.com/actions/stale/releases)
- [Changelog](https://github.com/actions/stale/blob/main/CHANGELOG.md)
- [Commits](https://github.com/actions/stale/compare/v7...v8)

---
updated-dependencies:
- dependency-name: actions/stale
  dependency-type: direct:production
  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-04-06 07:41:54 +05:30
dependabot[bot]
eef13c7f01 Bump alpine from 3.17.2 to 3.17.3 in /postorius (#612)
Bumps alpine from 3.17.2 to 3.17.3.

---
updated-dependencies:
- dependency-name: alpine
  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-04-06 07:41:43 +05:30
dependabot[bot]
a46e3c9369 Bump alpine from 3.17.1 to 3.17.2 in /postorius (#607)
Bumps alpine from 3.17.1 to 3.17.2.

---
updated-dependencies:
- dependency-name: alpine
  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-02-13 05:13:00 -08:00
dependabot[bot]
ebd64f9c02 Bump alpine from 3.17.1 to 3.17.2 in /web (#606)
Bumps alpine from 3.17.1 to 3.17.2.

---
updated-dependencies:
- dependency-name: alpine
  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-02-13 05:12:48 -08:00
dependabot[bot]
b7d5fa3a18 Bump alpine from 3.17.0 to 3.17.1 in /postorius (#601)
Bumps alpine from 3.17.0 to 3.17.1.

---
updated-dependencies:
- dependency-name: alpine
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-01-16 22:17:31 -08:00
dependabot[bot]
9606f2f190 Bump alpine from 3.17.0 to 3.17.1 in /web (#600)
Bumps alpine from 3.17.0 to 3.17.1.

---
updated-dependencies:
- dependency-name: alpine
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-01-16 22:17:16 -08:00