- Sep 17, 2024
-
-
Ernesto Rico Schmidt authored
-
Ernesto Rico Schmidt authored
-
- Sep 13, 2024
-
-
Ernesto Rico Schmidt authored
-
Ernesto Rico Schmidt authored
-
- Sep 12, 2024
-
-
Ernesto Rico Schmidt authored
-
Ernesto Rico Schmidt authored
-
Ernesto Rico Schmidt authored
This reverts commit 09853c06.
-
Ernesto Rico Schmidt authored
-
Ernesto Rico Schmidt authored
-
Ernesto Rico Schmidt authored
-
Ernesto Rico Schmidt authored
-
- Sep 11, 2024
-
-
Ernesto Rico Schmidt authored
-
Ernesto Rico Schmidt authored
-
Ernesto Rico Schmidt authored
-
Ernesto Rico Schmidt authored
-
Ernesto Rico Schmidt authored
-
Ernesto Rico Schmidt authored
-
Ernesto Rico Schmidt authored
-
Ernesto Rico Schmidt authored
-
Ernesto Rico Schmidt authored
-
- Sep 10, 2024
-
-
Ernesto Rico Schmidt authored
-
- Aug 10, 2024
-
-
Ernesto Rico Schmidt authored
-
- Aug 09, 2024
-
-
Ernesto Rico Schmidt authored
-
- Aug 02, 2024
-
-
Ernesto Rico Schmidt authored
-
Ernesto Rico Schmidt authored
-
- Aug 01, 2024
-
-
Ernesto Rico Schmidt authored
-
- Jul 31, 2024
-
-
Ernesto Rico Schmidt authored
-
Ernesto Rico Schmidt authored
-
Ernesto Rico Schmidt authored
-
Ernesto Rico Schmidt authored
-
Ernesto Rico Schmidt authored
-
Ernesto Rico Schmidt authored
-
Konrad Mohrfeldt authored
API consumers must not be tempted to parse ids, so we encode them as UUIDs to prevent that.
-
Konrad Mohrfeldt authored
Up until now the id of the first and last program entry was based on the filtered range. Instead, we want these to be based on the first timeslot that was scheduled before/after the specified range. This way we ensure that the ids of these entries are stable as long as the schedule doesn’t change.
-
Konrad Mohrfeldt authored
Mapping keys in filter_data are guaranteed to be defined but might be None for boolean filters. We want to ensure that we actually pass booleans to generate_program_entries.
-
Konrad Mohrfeldt authored
This flag allows clients to define what they expect as default behaviour for setting the ProgramEntry start and end attributes. If the flag is set steering ensures that ProgramEntry.start never starts before the requested start and that ProgramEntry.end never ends after the requested end.
-
Konrad Mohrfeldt authored
We might need that queryset unbothered by already set filters later on ;)
-
Konrad Mohrfeldt authored
-
Ernesto Rico Schmidt authored
-
Ernesto Rico Schmidt authored
-