Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
steering
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
AURA
steering
Repository graph
Repository graph
You can move around the graph by using the arrow keys.
002032e9130bbc1eefbbe0d4cf872a3006e498c9
Select Git revision
Branches
15
add-playlists
ci-trigger-aura-tests
feat/249-episodes
protected
feat/site-data
protected
feature/extended-database-env-configuration
protected
fix-aura-sysuser
protected
fix-push-latest-with-tag
protected
fix/media_id_source
protected
kmohrf/fix-configuration-error-api-responses
kmohrf/id-filters
kmohrf/program-calendar-populate-filter
kmohrf/virtual-timeslot-fixes
main
default
protected
refactor-playout-endpoint-210
rename-playlist-playlistentry
Tags
6
1.0.0-alpha6
protected
1.0.0-alpha5
protected
1.0.0-alpha4
protected
1.0.0-alpha3
protected
1.0.0-alpha2
protected
1.0.0-alpha1
protected
21 results
Begin with the selected commit
Created with Raphaël 2.2.0
21
Nov
20
18
15
13
12
11
7
6
5
4
1
30
Oct
29
28
23
17
8
4
3
30
Sep
18
17
16
13
12
11
9
9
Aug
1
31
Jul
30
29
27
26
25
24
23
22
18
17
16
15
12
11
9
8
5
4
3
2
1
26
Jun
25
24
19
18
17
13
11
10
8
6
4
3
31
May
30
27
23
22
16
15
14
8
7
6
30
Apr
23
22
17
16
15
13
12
11
10
8
4
2
29
Mar
28
27
26
25
22
20
19
18
15
14
8
28
Feb
26
23
22
21
20
19
16
15
14
13
12
9
8
7
6
31
Jan
26
24
15
Dec
14
13
12
11
6
24
Nov
23
21
19
15
13
11
7
1
31
Oct
18
17
13
12
13
Sep
12
7
6
feat: add saves_relationships_to decorator for serializers
feat: add pick_keys utility function
feat: remove superfluous scheduling data handling
chore: add django-test-migrations package
feat: add serializer mixin for audit field updates
feat: add re-usable validator mixin for write permissions
test: add test to create a profile with links
fix: use the correct field while creating a ProfileLink
fix: handle serializer context without request
test: fixes for around midnight
Merge branch 'main' of ssh://gitlab.servus.at:22022/aura/steering
test: add tests for generate timeslots
test: add fixtures for rrules and schedules
test: fix update schedule test
test: fix ScheduleFactory
Merge branch 'add-playlists' into 'main'
fix: solve merge conflicts
add-playlists
add-playlists
test: rename usage of line_num -> order in factories & tests
fix: set the PlaylistEntry order in the serializer
fix: remove line_num from PlaylistEntrySerializer
fix: rename line_num -> order in PlaylistEntry, specify ordering
docs: update docstrings for create and update methods
feat: raise ValidationError when a playlist has multiple null duration entries
feat: raise ValidationError on IntegrityError in PlaylistSerializer
feat: add database constraint file_id_or_uri on PlaylistEntry
feat: add validation of the duration for Playlist entries
feat: use showIds to filter playlists by shows IDs
feat: use containsFileIds to filter file IDs
feat: remove playlists/usage route
feat: remove APIPlaylistUsageViewSet
feat: use PlaylistFilter instead of filtering the list
feat: add file_id to PlaylistFilter
refactor: rename PlaylistFileUsageFilter -> PlaylistFilter
feat: annotate playlists API endpoints
refactor: introduce PlaylistFileUsageFilter
refactor: inline check if request is authenticated
feat: add playlists/usage route
test: add tests for playlists
feat: check for destroy_playlist permssion or ownership to delete
test: add fixtures for user, api_client playlist perms, owned show, playlist & playlist_entry
Loading