v1.15.2
版本发布时间: 2017-06-27 12:21:17
allianceauth/allianceauth最新发布版本:v2.0.4(2018-05-29 05:15:16)
What's new
- Fleet-Up integration UI and underlying code has been greatly improved #787 #798
- An additional view for FAT has been added for individual characters in a given corp #785
- SRP requests can now be batch modified to greatly speed up request processing #786
- Replaced
django-celery
with the basecelery
app #791 - Improved syncing of API keys to SeAT #796
- Implemented rate-limiting for Discord API calls #799
- Fixed an issue that prevented deletion of API keys with a user's main character #769 #813
- Fixed an issue rejecting duplicate email addresses #783
- Corrected error message display when joining TS for the first time #758
New Celery Usage
Commands to start celery workers have changed. Instead of the old python manage.py celeryd/beat
syntax, use the following:
celery -A alliance_auth worker
celery -A alliance_auth beat
If using supervisor to manage celery, it is necessary to update the confs (the sample confs have been updated to reflect this).
If using a virtualenv it is necessary to change the command to /path/to/venv/bin/celery
Upgrading
git fetch origin
and git checkout v1.15.2
to get the latest changes.
There is a minor change necessary in settings.py
to get scheduled tasks to operate. Either copy the new settings template or manually edit your working file.
Then run update.sh
.