Commit Graph

405 Commits

Author SHA1 Message Date
Abhilash Raj
53bba5b8a3 Delete _config.yml 2021-09-17 11:12:56 -07:00
Abhilash Raj
fd837d04f1 Make several changes in the release and CI setup. (#509)
* Make several changes in the release and CI setup.

- Remove .travis/ directory completely.
- Update deploy.py script to tag with major.minor version
  and remove the v in the tag which it didn't before.
- Fix the CircleCI cron setup.

* Update config.yml

* Use buildkit if possible.

* Use machine executor which supports buildkit.

* Remove setup docker step

* Use newer image.

* Use buildkit syntax for caching pip dependencies.

This should significantly speed up the build process by not having
to build python wheels multiple times.

* Use plain output from buildkit

* Make deploy script work with Python 2.7

Also cache python deps across builds.

* Fix more python3 things

* Install dependency in python3
2021-09-17 11:10:27 -07:00
Abhilash Raj
8753c02ba7 Merge pull request #508 from maxking/fix-docs
Fix the docs for create super user and add more
2021-09-16 11:28:13 -07:00
Abhilash Raj
c23c54228a Fix the docs for create super user and add more 2021-09-16 17:46:25 +00:00
Abhilash Raj
9beb9a1517 Merge pull request #506 from maxking/maxking-patch-1
Fix a URL for compose file.
2021-09-15 12:27:37 -07:00
Abhilash Raj
65ed7bebd6 Fix a URL for compose file. 2021-09-15 12:06:48 -07:00
Abhilash Raj
fda837f8d1 Empty commit to trigger new build (#505) 2021-09-05 15:42:01 -07:00
Abhilash Raj
89eef41cb3 Bump versions (#504)
* Bump Postorius 1.3.5

* Also bump django-mailman3 and mailmanclient

* Pin psycopg2 in Postorius
2021-09-05 12:48:09 -07:00
Abhilash Raj
38233b2b77 Some small changes in the REDAME urls. (#503) 2021-09-05 10:22:00 -07:00
Abhilash Raj
f389cb0f58 Merge pull request #500 from maxking/doc2
Minor fixes in the NEWS file
2021-09-01 01:05:16 -07:00
Abhilash Raj
9f5d0da9d3 Minor fixes in the NEWS file 2021-09-01 07:44:40 +00:00
Abhilash Raj
2798c8f41f Add NEWS for upgrade instructions (#499)
* Add NEWS for new release

* Use material theme
2021-08-31 22:28:36 -07:00
Abhilash Raj
486f9a9f61 Merge pull request #498 from maxking/static-ips
Use a defined subnet for containers
2021-08-25 23:24:12 -07:00
Abhilash Raj
3b8ed3f9e9 Merge pull request #497 from maxking/docs
Publish rolling releases on main branch
2021-08-25 23:15:42 -07:00
Abhilash Raj
d655998926 Use a defined subnet for containers 2021-08-26 05:56:26 +00:00
Abhilash Raj
a849a41c57 Publish rolling releases on main branch 2021-08-26 05:50:53 +00:00
Abhilash Raj
b49931b7c1 Merge pull request #495 from maxking/docs
Some clarifications for postfix
2021-08-25 21:29:55 -07:00
Abhilash Raj
78b7410c63 Merge branch 'main' into docs 2021-08-25 21:05:55 -07:00
Abhilash Raj
66dc40f9ae Merge pull request #479 from binarious/feat/email-ssl
feat: support smtp via ssl
2021-08-25 04:31:49 -07:00
Abhilash Raj
a6d2792ee1 Iterate over commits until we find something that passed CI (#494)
* Iterate over commits until we find something that passed CI

* Fix a bug
2021-08-25 04:27:50 -07:00
Abhilash Raj
4d7c616e7f Some clarifications for postfix 2021-08-25 11:25:53 +00:00
Abhilash Raj
4fcf037c62 Merge pull request #493 from maxking/docs
Update postfix related documentation
2021-08-25 02:01:10 -07:00
Abhilash Raj
bf0c7c61c5 Minor fixes 2021-08-25 08:38:54 +00:00
Abhilash Raj
d6ee6123ab Update postfix related documentation 2021-08-25 08:25:37 +00:00
Abhilash Raj
26c3f4709d Merge pull request #492 from maxking/docs
Minor doc fixes
2021-08-25 00:46:19 -07:00
Abhilash Raj
547c53795e Minor doc fixes 2021-08-25 07:25:58 +00:00
Abhilash Raj
b09ac1a449 Bump Django to 3.1.x since 3.0 is now EOL'd. (#477) 2021-08-24 23:33:10 -07:00
Abhilash Raj
1c022ab127 Merge pull request #486 from danil-smirnov/postorius-rolling-fix
Postorius rolling image fix
2021-08-18 23:12:07 -07:00
Abhilash Raj
9e582143f8 Merge pull request #490 from maxking/maxking-patch-1
Document some configs need changing in compose file.
2021-08-18 23:03:53 -07:00
Abhilash Raj
a7e6809c46 Merge pull request #489 from maxking/fix-mailman-root
Run mailman aliases command as mailman user
2021-08-18 23:00:43 -07:00
Abhilash Raj
5b9b22cc09 Update docker-entrypoint.sh 2021-08-18 21:56:30 -07:00
Abhilash Raj
a1a8d7cd37 Run mailman aliases command as mailman user 2021-08-18 01:26:47 +00:00
Abhilash Raj
eb6500ccfc Document some configs need changing in compose file. 2021-08-17 17:03:52 -07:00
Danil Smirnov
793ee37f2e Postorius rolling image fix 2021-08-09 09:03:05 +00:00
Abhilash Raj
9ecaffcab0 Merge pull request #485 from maxking/maxking-patch-1
Fix broken link to Nginx sample configuration.
2021-08-09 00:43:05 -07:00
Abhilash Raj
a26209a9b8 Fix broken link to Nginx sample configuration. 2021-08-09 00:23:26 -07:00
Martin
6fb158d062 feat: support smtp via ssl 2021-07-29 18:27:55 +02:00
Abhilash Raj
c181a372d1 Merge pull request #476 from maxking/fix-postgres
Pin psycopg2<2.9 for supporting Django 2.2.
2021-07-18 12:34:46 -07:00
Abhilash Raj
08622ce4f0 Ping psycopg2<2.9 for supporting Django 2.2.
https://github.com/psycopg/psycopg2/issues/1293
2021-07-18 11:43:30 -07:00
Danil Smirnov
cb4ad1d10e Adding django-utils-six for xapian (#473) 2021-07-18 10:30:15 -07:00
Danil Smirnov
2e9a101a1b Parametrizing Django diskcache path and size (#474)
* Parametrizing Django diskcache path and size

* Cache directory permissions fix
2021-07-18 10:27:36 -07:00
Abhilash Raj
6cd113ce56 Merge pull request #472 from danil-smirnov/postorius_uwsgi_tuneup
Use 2 threads and 2 processes in Postorius image.
2021-05-30 10:44:25 -07:00
Danil Smirnov
7881025fd5 uwsgi configuration update 2021-05-30 17:24:47 +00:00
Abhilash Raj
c9e49b72b4 Merge pull request #470 from danil-smirnov/hyperkitty_goes_multi_process
Use two process & two threads for mailman-web.
2021-05-30 10:02:10 -07:00
Danil Smirnov
582ac73f90 Hyperkitty goes multi-process 2021-05-24 08:45:35 +00:00
Abhilash Raj
496ee0c057 Add support for CACHES. (#467)
Also, bump Django to 3.1.
2021-05-22 09:42:05 -07:00
Abhilash Raj
1186d36462 Add .venv/ to gitignore foro codespaces (#465) 2021-05-21 23:01:35 +00:00
Gabor Szarnyas
3dd4718770 README fixes (#464)
* Fix typos and use consistent YAML data structures for env

* Add Debug flag and more structure to the README

* Clarify default value of MM_HOSTNAME

* Fix typo

* Fix typos
2021-05-21 13:54:03 -07:00
Abhilash Raj
9409942a31 Fix the Build Status svg to use main branch. (#458) 2021-04-07 23:52:27 +00:00
Abhilash Raj
53b1f1e457 Fix broken links (#457) 2021-04-07 19:36:37 +00:00