- Sep 23, 2020
-
-
-
-
-
Flavio TARSETTI authored
Fix url prefix usage in attestations See merge request !378
-
The cleanup command was called as part of the warning sending which is reversed logic, therefore the warning command now does just the sending part and a call to clean_attestations has been added here.
-
The name of the command is misleading as it is supposed to send warnings not alter the database content.
-
-
-
-
Removed useless boolean variable
-
Flavio TARSETTI authored
Fix reports url prefix usage See merge request !379
-
Samuel GAIST authored
-
Samuel GAIST authored
-
Samuel GAIST authored
-
- Sep 22, 2020
-
-
Flavio TARSETTI authored
Remove Python2 imports See merge request !377
-
-
-
-
-
-
Flavio TARSETTI authored
Update installed apps See merge request !376
-
Samuel GAIST authored
Otherwise it's not taken into account when setting up the development environment with buildout and the statistics tests can't run properly as the django script does not contain the path to the appropriate egg.
-
Samuel GAIST authored
-
Samuel GAIST authored
It now follows Django 3 way of listing ones custom applications.
-
Samuel GAIST authored
-
Samuel GAIST authored
-
Samuel GAIST authored
-
Samuel GAIST authored
-
Samuel GAIST authored
-
Samuel GAIST authored
-
- Sep 17, 2020
-
-
Flavio TARSETTI authored
Remove the extra forms for environment language handling See merge request !375
-
This makes the environment creation and management clearer. Fixes #565
-
Flavio TARSETTI authored
Update wsgi socket path See merge request !374
-
Samuel GAIST authored
/tmp is not a valid folder for a production environment. Move the socket to a dedicated folder.
-
Flavio TARSETTI authored
Update python version to 3.7 for tests See merge request !373
-
Samuel GAIST authored
-
Samuel GAIST authored
Fix supervisor crash on sign-up See merge request !372
-
- Sep 16, 2020
-
-
Flavio TARSETTI authored
Fixes #568
-
Flavio TARSETTI authored
Cleanup plotters See merge request !356
-
- Sep 14, 2020
-
-
The success/error handlers have been deprecated and removed. This patch updates the code using them.
-