Skip to content
Snippets Groups Projects
  1. Jul 31, 2024
  2. Jul 25, 2024
  3. Jul 23, 2024
    • Konrad Mohrfeldt's avatar
      fix(program-generation): fix undefined behaviour around start and end query parameters · b01c9bf7
      Konrad Mohrfeldt authored
      The radio program is a continuous stream of program slots. Clients can
      expect that the program generated for their queries fit the start and
      end parameters given by the client. However, they *cannot* expect the
      actual radio program (in the form of Timeslot objects) to fit these
      artifical boundaries.
      
      As the program endpoint should always output the actual program
      broadcasted by the radio we must include timeslots that
        * have started before the specified start query but end after it
        * or end after the specified end query but start before it.
      
      The changes in this commit ensure that the program matches the given
      range exactly and that planned timeslots in that range are always
      included.
      b01c9bf7
  4. Jul 12, 2024
  5. Jul 08, 2024
  6. Jul 05, 2024
  7. Jul 03, 2024
  8. Jul 02, 2024
  9. Jun 20, 2024
  10. Jun 18, 2024
  11. Jun 17, 2024
  12. Jun 11, 2024
  13. Jun 06, 2024
  14. May 22, 2024
  15. May 16, 2024
  16. May 15, 2024
  17. Jan 26, 2024
  18. Jan 24, 2024
  19. Nov 19, 2023
  20. Oct 13, 2023
  21. Aug 02, 2023
  22. Jun 07, 2023
  23. May 05, 2023
  24. Apr 17, 2023
Loading