Skip to content
Snippets Groups Projects
  1. May 17, 2022
  2. May 16, 2022
  3. May 12, 2022
  4. May 11, 2022
  5. May 09, 2022
  6. May 04, 2022
  7. May 03, 2022
  8. Apr 24, 2022
    • Konrad Mohrfeldt's avatar
      fix: align schedule create/update conflict responses with documentation · 3af360ec
      Konrad Mohrfeldt authored
      The conflict responses should be send with an HTTP 409 status code as
      they’re defined in our documentation. This was not the case as the
      dashboard couldn’t handle these error codes, but is now fixed in
      dashboard@4a07ad9e.
      3af360ec
    • Konrad Mohrfeldt's avatar
      feat: allow single request scheduling · 293c78c5
      Konrad Mohrfeldt authored
      Until now the steering API client was expected to submit two requests.
      
      1. The initial schedule request, with a `schedule` object
      2. A second schedule request, with an additional `solutions` object
      
      This `solutions` object was empty, if no conflicts arose from the
      submitted schedule in the first place. But instead of just creating the
      requested schedule if no conflicts were detected we still required that
      second round-trip, introducing possible race conditions in the client,
      if another successful scheduling request was made between requests.
      
      From now on the steering API will create schedules if no conflicts have
      been detected and will only require the client to submit solutions if
      there really are conflicts to solve.
      293c78c5
    • Konrad Mohrfeldt's avatar
      refactor: update schedule REST API attribute names and documentation · 51be0fbe
      Konrad Mohrfeldt authored
      The following attribute names were marked as deprecated in the schedule
      request and have been replaced by their new names:
      
        dstart → first_date
        until → last_date
        tstart → start_time
        tend → end_time
        byweekday → by_weekday
      
      Apart from that this commit fixes a few documentation errors.
      51be0fbe
  9. Apr 23, 2022
  10. Apr 15, 2022
  11. Apr 14, 2022
  12. Apr 11, 2022
    • Ernesto Rico Schmidt's avatar
      Update requirements · df7efd08
      Ernesto Rico Schmidt authored
      - asgiref
      - Django
      - drf_spectacular
      - Pillow
      - pre-commit
      - pycryptodomex
      - pyparsing
      - pytest
      - python-magic
      - pytz
      - urllib3
      df7efd08
  13. Apr 07, 2022
  14. Apr 05, 2022
  15. Mar 30, 2022
  16. Mar 29, 2022
  17. Mar 28, 2022
Loading