Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
ARSnova Backend
Manage
Activity
Members
Labels
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Operate
Environments
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Help
Help
Support
GitLab documentation
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Privacy
Imprint
Contact
Snippets
Groups
Projects
Show more breadcrumbs
Paul-Christian Volkmer
ARSnova Backend
Graph
c056ae1937d8bbf4023f43f43c7f0331e9b6a35e
Select Git revision
Branches
11
2.0
2.1
2.2
2.3
2.4
2.5
2.x
api-v3
master
default
score-calculator-rounding-fix
students-course-sessions
Tags
20
production
staging
v2.5.2
v2.5.1
v2.4.3
v2.5.0
v2.4.2
v2.3.4
v2.4.1
v2.3.3
v2.2.2
v2.1.2
v2.0.4
v2.4.0
v2.3.2
v2.2.1
v2.1.1
v2.0.3
v2.3.1
v2.3.0
31 results
You can move around the graph by using the arrow keys.
Begin with the selected commit
Created with Raphaël 2.2.0
26
Sep
25
14
11
29
Aug
28
21
17
17
Jul
16
15
6
4
3
2
29
Jun
23
22
29
May
27
24
8
7
6
3
2
1
30
Apr
26
25
21
17
16
11
3
28
Mar
27
14
6
28
Feb
14
13
10
7
6
26
Jan
24
10
2
21
Dec
20
19
15
Nov
14
10
8
7
3
31
Oct
26
13
11
7
6
5
29
Sep
28
23
Aug
25
Jul
21
19
18
14
12
6
5
20
Jun
7
19
May
17
16
15
14
13
11
12
Apr
11
9
7
4
31
Mar
22
17
15
11
9
8
6
2
22
Feb
21
19
18
17
8
6
5
2
1
29
Jan
20
19
12
7
20
Dec
19
10
8
4
1
26
Nov
23
21
20
19
31
Oct
27
26
25
11
10
8
28
Sep
18
17
14
10
18
Aug
11
10
7
6
4
1
29
Jul
28
27
22
18
14
7
6
28
Jun
25
24
17
12
10
9
8
6
3
1
28
May
27
26
25
24
23
20
18
13
12
11
4
2
29
Apr
28
27
26
24
22
21
Change occurences of 'Session' in class names to 'Room'
Add reverse migrations (to v2) for entities
Refactor API/entities for users
Refactor API/entities for comments
Refactor API/entities for sessions
Refactor API/entities for contents and answers
Introduce migration service for API v2
Merge branch 'entity-service-interface'
Extract interface from EntityService
Merge branch '2.x'
Bump Maven dependencies and plugins
Merge branch '2.5' into 2.x
Start next patch release iteration
2.5
2.5
Release version 2.5.2
v2.5.2
v2.5.2
Import BOM for Netty
Bump Maven dependencies and plugins
Remove unused import
Merge branch 'couchdb-mango-queries' into 'master'
Add support for CouchDB Mango queries
Merge branch '2.x'
Merge branch '2.5' into 2.x
Fix typo in documentation
Fix parameter name
Merge branch 'refac' into 'master'
Rename caches
Remove obsolete transport entities
Add workaround to allow access from WebSocket server to service layer
Improve authorization checking logic
Remove obsolete session creator anonymization
Move domain logic and caching to service layer
Fix permission handling for EntityService's `get` method
Resolve cross-repository dependencies in persistance layer
Overload patch method with Collection signature
Add missing interface for event handling
Fix unintended recursions in repositories' update methods
Make services implement EntityService and use constructor DI
Rename service layer methods for consistency
Abstract common CRUD service functionality
Refactor permission handling
Refactor method signatures to be be consistent with Spring Data