Joel Falknau
15fc38ccfd
Merge branch 'master' of gitlab.com:allianceauth/allianceauth into v5.x
2025-03-03 12:52:12 +10:00
Peter Pfeufer
4ccfe20c14
[CHANGE] Set email to dummy@example.net
2025-02-25 11:52:25 +01:00
Peter Pfeufer
2de57b334b
[ADD] ESI_USER_CONTACT_EMAIL
to test settings
2025-02-19 10:09:00 +01:00
Joel Falknau
a99315ea55
formatting storm
2024-09-13 23:10:37 +10:00
Joel Falknau
4ed1c5b7c4
bring test celery in line with project
2024-09-09 13:59:43 +10:00
Erik Kalkoken
62c936f1c0
Improve menu app
2024-02-17 07:56:38 +00:00
Peter Pfeufer
9b9c2ddc04
[ADDED] SITE_URL
to test settings
2022-09-07 15:31:22 +02:00
Ariel Rin
ecc53888bc
Merge branch 'master' of https://gitlab.com/allianceauth/allianceauth into v3.x
2022-02-26 15:23:01 +10:00
Erik Kalkoken
01164777ed
Improve celery infos on Dashboard
2022-02-26 05:15:30 +00:00
Peter Pfeufer
640a21e4db
Switch to path
, use re_path
only when really needed
2022-02-02 15:09:48 +01:00
Ariel Rin
fd442a5735
django.conf.urls.url is deprecated
2022-02-02 21:56:01 +10:00
Aaron Kable
297da44a5a
Swap the Redis Cache client
2022-02-02 04:12:04 +00:00
Ariel Rin
60b12bad61
Python 3.10 Support
2021-11-27 03:35:40 +00:00
Peter Pfeufer
a99a375375
one and only one empty line at the end of the file
2021-05-17 09:48:57 +02:00
Peter Pfeufer
8c3df89d52
remove trailing whitespaces
2021-05-17 09:46:11 +02:00
Erik Kalkoken
7b815fd010
Enable Discord service to deal with managed roles
2020-05-23 04:28:01 +00:00
Aaron Kable
d7dcacb899
Add 500 and 400, 403, 404 error redirects back to dashboard with basic message
2020-04-17 06:45:01 +00:00
Aaron Kable
8861ec0a61
Add Celery Priorities
2020-03-26 02:20:02 +00:00
ErikKalkoken
01c17d28f6
Extend tox setup to include core only testing
2020-02-18 19:34:44 +01:00
Ariel Rin
30bb6cdfab
Deprecate Market and Seat service
2020-02-17 00:04:30 +10:00
colcrunch
46d46ac90b
Fleetup removal
2020-01-16 03:54:18 +00:00
Adarnof
f3f156bf57
Use Django's cache framework for task keys.
...
Remove depreciated only_one decorator.
Prevent including task_self repr in key name.
Because some tasks are nested in a class, they use a task_self argument instead of the normal self which the celery_once package doesn't recognize to strip out.
2018-04-17 16:21:54 -04:00
Adarnof
73e6f576f4
Use celery_once to prevent repeat task queueing.
...
Prevent group updates from being queued multiple times per user.
Default graceful to prevent raising exceptions.
2018-04-17 16:21:43 -04:00
Adarnof
efecf5113b
Correct celery eagerness during tests.
...
I have no idea why this setting name has to be changed. The docs for Celery 4.1.0 (installed) indicate it should be called CELERY_TASK_ALWAYS_EAGER - even with namespace removal TASK_ALWAYS_EAGER doesn't work, but the "old" name of CELERY_ALWAYS_EAGER does.
2018-02-22 18:00:03 -05:00
Basraah
3d532dae01
Fix celery in tests
...
There's actually a better way to structure tests involving celery since
4.0, but that can wait for some time in the future.
2018-01-09 12:11:54 +10:00
Basraah
f037d7fea6
Change celery tasks to shared task decorator
2017-12-11 00:26:07 +10:00
Basraah
70c4b17518
[v2] Alliance and Corp Autogroups ( #902 )
...
* Add pseudo foreign keys to EveCharacter model
* Ensure populate alliance is called on create
* Add unit tests for model
* Add extra signal for state removal/addition
* Add unit tests for signals
* Add tests for manager
* Add migrations
* Add sync command to admin control
* Prevent whitespace being stripped from group names
* Add documentation
2017-12-04 12:52:05 +10:00
Adarnof
c68574efc3
Create project template for deployment.
2017-10-05 00:33:18 -04:00
Adarnof
cd6963daa6
Restructure tests folder.
...
Remove DOMAIN setting.
Use localhost for services revoked emails.
2017-09-28 20:37:33 -04:00