~jsing/mailman3-web-charm/+git/mailman3-web-charm:readme

Last commit made on 2018-07-03
Get this branch:
git clone -b readme https://git.launchpad.net/~jsing/mailman3-web-charm/+git/mailman3-web-charm
Only Joel Sing can upload to this branch. If you are Joel Sing please log in for upload directions.

Branch merges

Branch information

Recent commits

e4be529... by Joel Sing

Remove the README example and add a barebones README instead.

7d9b067... by Joel Sing

Reconfigure django compressor to reduce sass overhead.

The sass tool is written in ruby, which means that for every request to the site we're
forking and loading a ruby interpreter in order to compile static content. Furthermore,
compress has been disabled. Enable compression, switch to the sassc tool (written in C)
and enabling caching based on content hashing. This reduces request overhead substantially.

In the longer term we really should be using COMPRESS_OFFLINE = True, however this is
more complex and needs more integration than the current approach.

8873f5e... by Haw Loeung

Prefer IPv4, otherwise we'll end up with issues such as talking to hosts IPv6 even though all we have are link-local addresses

Reviewed-on: https://code.launchpad.net/~hloeung/mailman3-web-charm/+git/mailman3-web-charm/+merge/347948
Reviewed-by: Laurent Sesques <email address hidden>

0fea62c... by Haw Loeung

Prefer IPv4, otherwise we'll end up with issues such as talking to hosts IPv6 even though all we have are link-local addresses

f624086... by Haw Loeung

Fixed, we can only run manage.py set_default_site after DB has been configured

Reviewed-on: https://code.launchpad.net/~hloeung/mailman3-web-charm/+git/mailman3-web-charm/+merge/347787
Reviewed-by: Thomas Cuthbert <email address hidden>

95f37a2... by Haw Loeung

Fixed, we can only run manage.py set_default_site after DB has been configured

a52ec3d... by Haw Loeung

Fixed, we can only run DB migrations after the DB has been configured

Reviewed-on: https://code.launchpad.net/~hloeung/mailman3-web-charm/+git/mailman3-web-charm/+merge/347671
Reviewed-by: Paul Gear <email address hidden>

9652905... by Haw Loeung

Fixed, we can only run DB migrations after the DB has been configured

68606ea... by Haw Loeung

Add ability to change site name and also refresh/update domain on config change

Reviewed-on: https://code.launchpad.net/~hloeung/mailman3-web-charm/+git/mailman3-web-charm/+merge/347344
Reviewed-by: Paul Gear <email address hidden>

963c3b4... by Haw Loeung

Add ability to change site name and also refresh/update domain on config change