Skip to content
Snippets Groups Projects
  1. Nov 11, 2021
  2. Nov 08, 2021
    • Andreas Ellewsen's avatar
      Add future notifications for roles · 2db65f96
      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
      Verified
      2db65f96
  3. Nov 05, 2021
  4. Sep 08, 2021
    • 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
  5. Aug 31, 2021
  6. Aug 06, 2021
  7. Jul 15, 2021
  8. Jul 09, 2021
Loading