Commit Graph

316 Commits

Author SHA1 Message Date
Abhilash Raj
aec782d539 Bump Core to 3.3.2 2020-11-08 13:21:21 -08:00
Abhilash Raj
77fbf814f2 Update some documentation about releases. (#413)
* Update the readme to point to releases instead of NEWS.

* Update NEWS.md that it is outdated now.
2020-10-22 07:32:50 -07:00
Abhilash Raj
9d32d7a8fa Add a list of registries where the image is available. 2020-10-14 18:24:45 -07:00
Abhilash Raj
eff14b43f4 Build and push to Github Container Registry. 2020-10-14 17:38:58 -07:00
Abhilash Raj
046efc5192 Add documentation for search indexing. (#409)
Add docs to replace whoosh with Xapian since we can't do it by
default just yet without major version bump.
2020-10-04 10:54:28 -07:00
Abhilash Raj
b8fd2f0b31 Merge pull request #407 from maxking/pin-flufl-lock
Pin flufl.lock to <5.0 to prevent against incompatibility.
2020-09-23 09:15:16 -07:00
Abhilash Raj
c5a2084ae0 Pin flufl.lock to <5.0 to prevent against incompatibility. 2020-09-23 08:59:24 -07:00
Abhilash Raj
dbb6da068d Merge pull request #402 from maxking/maxking-patch-2
Include dnspython dependency in quotes
2020-09-13 11:38:56 -07:00
Abhilash Raj
4487adefa8 Include dnspython dependency in quotes
Not using quotes mean the shell considers `<` as the redirection
from a file called 2.0

Fixes #399
2020-09-10 22:12:55 -07:00
Abhilash Raj
86b4deaeec Merge pull request #400 from maxking/maxking-patch-2
Downgrade dnspython to < 2.0
2020-09-10 16:28:13 -07:00
Abhilash Raj
bd7d283447 Downgrade dnspython to < 2.0 2020-09-10 10:14:38 -07:00
Abhilash Raj
244a41de30 Merge pull request #397 from danil-smirnov/gunicorn-configurable
Allow configuring Gunicorn configuration for Mailman Core easily using
a special gunicorn-extra.cfg config file.
2020-08-25 19:54:43 -07:00
Danil Smirnov
2b84aea40f Update README.md 2020-08-25 16:18:25 +03:00
Danil Smirnov
26327e7389 Won't append configuration to avoid parameters duplication 2020-08-25 13:08:14 +00:00
Abhilash Raj
c0798bb158 Merge branch 'master' into gunicorn-configurable 2020-08-24 10:05:14 -07:00
Abhilash Raj
ec0e96cec5 Merge pull request #398 from danil-smirnov/postorius-updates
postorius:
- Install gettext as a runtime deps
- Install django-auth-ldap and openldap-dev packages
- Install Python-memcached
- Compile locale files for all the installed python apps.
2020-08-24 10:02:14 -07:00
Danil Smirnov
42d27a9074 Updating Postorius image 2020-08-24 16:09:45 +00:00
Danil Smirnov
8284936454 Respect gunicorn.cfg shipped with Mailman core 2020-08-24 14:07:09 +00:00
Danil Smirnov
20fbfe6e77 Suggested change in core/docker-entrypoint.sh
Co-authored-by: Abhilash Raj <maxking@users.noreply.github.com>
2020-08-24 16:52:00 +03:00
Danil Smirnov
071737f72d Suggested change in core/README.md
Co-authored-by: Abhilash Raj <maxking@users.noreply.github.com>
2020-08-24 16:51:49 +03:00
Danil Smirnov
06d3665921 Updating README 2020-08-23 11:21:47 +00:00
Danil Smirnov
6774539d29 Making Gunicorn configurable 2020-08-23 11:06:18 +00:00
Abhilash Raj
215fe7890e Merge pull request #396 from maxking/database-restart
Do not restart database always.
2020-08-22 18:58:57 -07:00
Abhilash Raj
d19f1e0244 Merge branch 'master' into database-restart 2020-08-22 18:18:32 -07:00
Abhilash Raj
0b22a0da62 Do not restart database always. 2020-08-22 18:16:41 -07:00
Abhilash Raj
5a344a3bbb Merge pull request #395 from maxking/compile-messages
Compile all the i18n files installed in the container.
2020-08-22 16:19:40 -07:00
Abhilash Raj
e2d06a2af1 Merge branch 'master' into compile-messages 2020-08-22 16:03:02 -07:00
Abhilash Raj
0e8c81e6e6 Merge pull request #391 from maxking/maxking-patch-2
Update documentation about updates.
2020-08-22 16:02:50 -07:00
Abhilash Raj
b5fd50226a Compile all the i18n files installed in the container.
Also, compress the static files offline.
2020-08-22 13:16:41 -07:00
Abhilash Raj
941765c2fd Merge branch 'master' into maxking-patch-2 2020-08-22 13:15:25 -07:00
Abhilash Raj
7d741f09aa Merge pull request #392 from jGleitz/memcached
Install python-memcached in Mailman Web
2020-08-19 11:30:25 -07:00
Joshua Gleitze
2bc331edc9 Install python-memcached in Mailman Web 2020-08-19 18:10:53 +02:00
Abhilash Raj
cd7e6e850f Update documentation about updates. 2020-08-18 11:10:52 -07:00
Abhilash Raj
e76bb3a1ff Bump to use Alpine 3.12 since 3.8 is now EOL. (#390)
* Bump to use Alpine 3.12 since 3.8 is now EOL.

* Manually install pip in all images.

* Rename all py- modules to py3- modules.

* Replace mysqldb with mysqlclient library for Mysql support in web.
2020-08-04 00:16:42 -07:00
Abhilash Raj
07a7c1ce68 Bump Mailmanclient and upgrade setuptools and wheel in images. (#389)
* Bump Mailmanclient.
* Add linux-headers package for psutils.
* Update setuptools and wheel everywhere.
* Use Postorius 1.3.3 in Postorius image.
2020-08-02 12:42:36 -07:00
Abhilash Raj
1ae02c70ee Clear the old files when collecting static files. 2020-06-25 22:57:24 -07:00
Abhilash Raj
3efedcaccb Update bug_report.md 2020-06-25 22:39:01 -07:00
Abhilash Raj
f6a4e7a3a6 We don't really do image signing anymore. (#380)
Remove security tags from docs.
2020-06-12 20:01:08 -07:00
Abhilash Raj
d502b34f21 Bump Mailaman components. (#378)
* Bump Mailaman-web components.

* Bump mailman core
2020-06-12 19:03:50 -07:00
Abhilash Raj
839d42f3d3 Revert "Update fulltext search engine to Xapian from Whoosh. (#364)" (#376)
This reverts commit 508da12771.
2020-05-15 18:28:56 -07:00
Christian Dietrich
794d17ebd1 Include django-auth-ldap in mailman-web (#374) (#375) 2020-04-19 17:13:48 -07:00
Abhilash Raj
637c353dfc Update Postorius, Hyperkitty and django-mailman3. (#365)
* Update Postorius, Hyperkitty and django-mailman3.

Also, entrypoint script should compile i18n messages.

* Add git to postorius image.

* Also compile i18n messages in Postorius.

* Add GNU Gettext to the images.

* Do not compilemessages.

* Do not compilemessages.
2020-02-09 11:20:51 -08:00
Abhilash Raj
508da12771 Update fulltext search engine to Xapian from Whoosh. (#364) 2020-01-18 10:04:40 -08:00
Abhilash Raj
b125b44277 Update images in compose files to use the latest ones. (#363) 2020-01-18 09:51:12 -08:00
Danil Smirnov
81f3eeb578 Postorius fix for Dockerfile.dev (#361)
* Updating Dockerfiles

* Whitespaces fix
2020-01-10 09:14:41 -08:00
Danil Smirnov
5ec6bd054f Fixing Postorius only container image (#360)
* Fixing Postorius
* Getting rid of django_compressor from STATICFILES_FINDERS
2020-01-08 11:13:02 -08:00
Abhilash Raj
973169262b Update README to use dockerhub instead of quay. (#357) 2019-12-19 16:44:36 -08:00
Abhilash Raj
1c08a20f2b Use latest Django 2.2 release. (#356) 2019-12-18 22:52:37 -08:00
Abhilash Raj
6dc9598ee4 Bump versions. (#355) 2019-12-13 10:02:16 -08:00
Abhilash Raj
9ebc27138e Fix issues with gunicorn 20.0.0 (#350)
* Fix latest version of gunicorn.

* Use older version of gunicorn.
2019-11-17 17:47:01 -08:00