- Jan 20, 2023
-
-
lass authored
-
- Dec 07, 2022
-
-
Jonas Braathen authored
-
- Nov 29, 2022
-
-
The old version of the client did not fetch short name correctly from the api response. This new one does, but shortname is now called short_name, forcing some small adjustments of the tests and their settings.
-
- Sep 06, 2022
-
-
Tore.Brede authored
-
- Mar 04, 2022
-
-
Andreas Ellewsen authored
scim client will be used for fetching iga data for UiB
-
- Jan 17, 2022
-
-
Andreas Ellewsen authored
Link login was replaced by our own implementation some time ago, making sesame pointless.
-
- Nov 11, 2021
-
-
Sivert Kronen Hatteberg authored
-
- Nov 09, 2021
-
-
Tore.Brede authored
-
- Nov 05, 2021
-
-
Sivert Kronen Hatteberg authored
-
- Oct 20, 2021
-
-
Jonas Braathen authored
- Rename management command start_notification_publisher to notification_publisher - Rename management command start_schedule_tasks to task_scheduler - Stop using python-daemon and lockfiles, as these will run as standalone containers anyway - Remove management commands stop_notification_publisher and stop_schedule_tasks - Remove python-daemon dependency
-
- Oct 17, 2021
-
-
Tore.Brede authored
-
Tore.Brede authored
-
- Oct 08, 2021
-
-
Stein Elgethun authored
Issue: GREG-66
-
- Sep 27, 2021
-
-
Sivert Kronen Hatteberg authored
Issue: GREG-36
-
- Sep 22, 2021
-
-
Andreas Ellewsen authored
-
- Sep 09, 2021
-
-
Andreas Ellewsen 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.
-
- Sep 07, 2021
-
-
Jonas Braathen authored
-
Jonas Braathen authored
Issue: GREG-35
-
- Sep 01, 2021
-
-
Jonas Braathen authored
-
Jonas Braathen authored
-
Jonas Braathen authored
-
- Aug 31, 2021
-
-
Andreas Ellewsen authored
Omits the test folder since checking coverage of the test functions themselves makes little sense.
-
- Jul 27, 2021
-
-
Deaktivert bruker authored
Pytest understands unittest-styled tests, so there is no immediate need to update the test files themselves to a pytest idiomatic syntax. Fixes: GREG-14
-
- Jul 16, 2021
-
-
Tore.Brede authored
-
- Jul 15, 2021
-
-
Deaktivert bruker authored
We use black, the uncompromising Python code formatter. This means we have no need for autopep8. Fixes: GREG-16
-
Deaktivert bruker authored
Use black to check if the code is well-formatted and fail if it is not. Fixes: GREG-16
-
Deaktivert bruker authored
Apparently pka-context-manager is mirrored on UiB's GitLab instance. Picking it up from there makes a great deal of sense, otherwise the CI test pipeline will fail because it does not have access to USIT's Bitbucket instance. Fixes: GREG-15
-
Deaktivert bruker authored
Fixes: GREG-15
-
Deaktivert bruker authored
Fixes: GREG-15
-
Deaktivert bruker authored
Python 3.9 has some minor library API changes that it would be useful for us to have, such as type hinting for generics in collections, union operators for dicts, and perhaps most generally useful, new methods for removing prefixes and suffixes from strings. Unless we have a strong reason not to, we should be targetting the latest stable release. Fixes: GREG-13
-
- Jul 13, 2021
-
-
Tore.Brede authored
-
- Jul 09, 2021
-
-
Jonas Braathen authored
-