Abhilash Raj

Results 39 issues of Abhilash Raj

**Tag/version of Container Images**: Currently, mailman-core container only runs mailman core and nothing else. However, there are some required routine jobs, typically run via cron, that are required for digests...

enhancement
documentation
core
priority: p0

It seems the provided configuration doesn't work for SQLite ``` OperationalError: no such table: hyperkitty_email ERROR 2017-11-10 01:41:11,882 24 django.request Internal Server Error: / Traceback (most recent call last): File...

It looks like django_q tasks aren't running as expected and hyperkitty doesn't have updated statistics unless restarted.

bug
web

The documentation steps are simple: ```bash $ docker-compose stop $ docker-compose rm $ docker pull maxking/mailman-core:$tag $ docker pull maxking/mailman-web:$tag $ docker-compose up -d ``` Make sure that you use...

documentation

More details are there in this thread[1] on [email protected]. The current instructions are mostly specific to Debian, I am not sure if they would change with distro, but there seems...

help wanted
documentation

The *hack* to make sure that the database is available before trying to make connection to it doesn't work sometimes. Especially when there are characters that bash treats as special...

bug
core
web

Currently the docker-test.yml generated for testing uses the full image url, this can potentially be an old valid image in the registry and may end up pulling up, making the...

bug
testing

While it is good to have a setup compatible with some services on host, if people are willing to use the containers, it would be great to provide a setup...

enhancement
core
web

As per the comment in Django's settings.py, it would be nice to have COMPRESS_OFFLINE=True and an additional `python manage.py compress` added to the entrypoint script.

enhancement
web