Skip to content
Snippets Groups Projects
  1. Jan 17, 2022
  2. Jan 11, 2022
  3. Nov 23, 2021
  4. Nov 08, 2021
    • Andreas Ellewsen's avatar
      Add fixtures for use with frontend · 2e527d39
      Andreas Ellewsen authored
      To make testing of the frontend easier, we add a script that generates
      Person objects with the appropriate Consents and Identities for the
      different stages of the registration process. This includes Invitations,
      InvitationLinks, Sponsors and other things that would be present in a
      production environment.
      
      Resolves:  GREG-93
      2e527d39
  5. Oct 20, 2021
    • Jonas Braathen's avatar
      Simplify notification publisher and task scheduler commands · 0c037da3
      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
      0c037da3
  6. Sep 03, 2021
  7. Aug 30, 2021
    • Andreas Ellewsen's avatar
      Update info for running unit tests · a8efd395
      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.
      a8efd395
  8. Jul 09, 2021
Loading