- Nov 11, 2021
-
-
Sivert Kronen Hatteberg authored
-
- Nov 08, 2021
-
-
Andreas Ellewsen authored
The post_save signal now checks if the instance is a Role, and queues a django q task to produce a Notification on the start and end dates for the Role. The future task checks if the date has changed after it was queued and only produces a Notification if today's date matches the date for the task. Resolves: GREG-65
-
- Nov 05, 2021
-
-
Sivert Kronen Hatteberg authored
-
- Sep 08, 2021
-
-
Andreas Ellewsen authored
- Takes OrgReg url and api key as arguments - Assumes that the OrgReg api has been registered behind a Gravitee instance. - Introduces active and deleted fields to OrganizationalUnit for keeping track of status in OrgReg. Logic should be introduced in the future to ensure that Sponsors and Guests are not connected to deleted or inactive OUs. - Add search and orgreg_id to Admin interface of OUs.
-
- Aug 31, 2021
-
-
Andreas Ellewsen authored
Type checking is now also done for management commands and the usual missing imports errors are ignored.
-
- Aug 06, 2021
-
-
Tore.Brede authored
-
- Jul 15, 2021
-
-
Deaktivert bruker authored
Fixes: GREG-13
-
Deaktivert bruker authored
Fixes: GREG-13
-
Deaktivert bruker authored
Apparently django_filters is missing type hints. Fixes: GREG-13
-
Deaktivert bruker authored
We should be developing against Python 3.9. Fixes: GREG-13
-
- Jul 09, 2021
-
-
Jonas Braathen authored
-