Skip to content
Snippets Groups Projects
  1. Oct 07, 2021
  2. Oct 06, 2021
  3. Oct 01, 2021
  4. Sep 24, 2021
  5. Sep 23, 2021
  6. Sep 22, 2021
  7. Sep 17, 2021
  8. Sep 09, 2021
  9. Sep 08, 2021
    • Andreas Ellewsen's avatar
      Use VersionAdmin as baseclass for ConsentTypeAdmin · 2e712eee
      Andreas Ellewsen authored
      Enables rollback to previous version of a Consent Type in the history
      part of the admin interface.
      2e712eee
    • Andreas Ellewsen's avatar
      Add management command for keeping OUs up to date · 6513dad3
      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.
      6513dad3
  10. Sep 03, 2021
  11. Sep 02, 2021
    • Andreas Ellewsen's avatar
      Test more things · 0134e86c
      Andreas Ellewsen authored
      The custom repr and str methods of various models now have tests.
      Duplicate fixtures have been moved to conftest.py to reduce clutter.
      
      All fixtures have been modified to create database objects, and then
      fetching them back afterwards so that we work on the data saved in the
      database, instead of the data as it is on input.
      
      The health endpoint now has a test
      0134e86c
  12. Sep 01, 2021
  13. Aug 31, 2021
  14. Aug 30, 2021
Loading