- Aug 30, 2021
-
-
Andreas Ellewsen authored
README said to use the default django command, but that does not work with the current setup. The file has been updated to run pytest and a pytest.ini file with the basic info needed to run the tests is now included.
-
- Aug 27, 2021
-
-
Tore.Brede authored
Adding drawio file that produced png used in documentation See merge request !30
-
Tore.Brede authored
-
Tore.Brede authored
GREG-9 Audit log See merge request !9
-
Tore.Brede authored
-
Tore.Brede authored
GREG-22: Adding first version of documentation See merge request !27
-
Tore.Brede authored
Adding get for single identity See merge request !29
-
Tore.Brede authored
-
Tore.Brede authored
-
- Aug 26, 2021
-
-
Tore.Brede authored
GREG-25: Adding namespace versioning See merge request !28
-
Tore.Brede authored
-
Tore.Brede authored
-
Tore.Brede authored
-
Tore.Brede authored
-
- Aug 23, 2021
-
-
Tore.Brede authored
GREG-21: Various model updates See merge request !24
-
Tore.Brede authored
-
Tore.Brede authored
-
Tore.Brede authored
Heuristic for telling if guest is registered and verified See merge request !26
-
Tore.Brede authored
-
- Aug 20, 2021
-
-
Tore.Brede authored
GREG-17: Duplicate check See merge request !21
-
Tore.Brede authored
-
Tore.Brede authored
-
Tore.Brede authored
GREG-21: Add foedselsnummer as type See merge request !25
-
Tore.Brede authored
-
Tore.Brede authored
-
- Aug 19, 2021
-
-
Deaktivert bruker authored
Adds a convenience method, is_verified() -> bool, to the Person model that returns true if the guest has at least one identity verification method associated with them. It is the combination of is_verified() and is_registered() that qualifies a guest for account creation in the IGA. Fixes: GREG-20
-
Deaktivert bruker authored
Adds convenience method to Person for testing if the guest has completed registration. Fixes: GREG-20
-
Deaktivert bruker authored
A Person may have multiple associated PersonIdentities. The object relation link between these data structures was previously introduced as "person", but is renamed "identities" with this patch. This changes the access pattern from: person.person.all() -> QuerySet[PersonIdentity] To: person.identities.all() -> QuerySet[PersonIdentity] Fixes: GREG-20
-
Deaktivert bruker authored
Fixes: GREG-20
-
Tore.Brede authored
-
Tore.Brede authored
Adding first and last name to sponsor model See merge request !22
-
Deaktivert bruker authored
Mostly a visual improvement, but instead of importing the entire django_filters.rest_framework module we make the dependency situation clearer by importing specific symbols. Fixes: GREG-20
-
Tore.Brede authored
-
Deaktivert bruker authored
The list(self, request, *args, **kwargs) function drops args and kwargs by not passing them on to the super class. Fixes: GREG-20
-
Tore.Brede authored
-
Tore.Brede authored
-
Tore.Brede authored
-
Tore.Brede authored
-
Tore.Brede authored
-
Tore.Brede authored
-