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
b49ca9e1f6d16c1d588a12e623dffee7cf54010a
Select Git revision
Branches
11
2.0
protected
2.1
protected
2.2
protected
2.3
protected
2.4
protected
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
4
Mar
3
2
28
Feb
25
24
19
17
16
12
11
10
9
6
3
2
1
29
Jan
28
27
26
25
23
22
21
20
19
18
17
16
15
14
13
12
10
8
7
26
Dec
22
20
17
15
2
29
Nov
18
12
10
7
5
3
30
Oct
29
27
24
23
22
15
8
7
6
1
24
Sep
18
12
10
9
8
6
5
4
27
Aug
25
24
23
21
13
9
8
6
1
31
Jul
29
26
19
18
17
16
14
13
12
8
2
30
Jun
26
20
18
14
12
10
9
7
6
5
4
3
2
1
30
May
28
27
26
25
24
23
22
21
20
19
18
13
12
11
7
6
5
3
28
Apr
25
13
12
11
8
7
5
4
19
Mar
18
12
10
8
4
3
28
Feb
26
25
17
29
Jan
28
22
21
20
14
18
Dec
10
7
28
Nov
26
20
19
15
13
12
30
Oct
26
23
22
16
14
8
2
6
Sep
3
21
Aug
8
2
31
Jul
30
29
16
10
9
8
4
3
28
Jun
19
18
17
13
12
11
10
9
8
6
5
4
15
May
14
13
8
Added empty function
Commented setSequenceNr() in sort out
Added two missing )
#14875 first realisation of the new saveQuestion
Fix for #14841: Properly weight wrong answers
Fix for #14551: Add concept questions to statistics
Fix for #14551: Count unique session creators
Added missing semiclon
Added Question.java
#14873 added getter and setter vor sequenceNr in Class Question
Build fix
Fix for #14551: More stats for sessions and questions
Fix for #14551: Include number of student questions in statistics
Scheduled method does not seem to handle caching annotations
Build fix
Fix for #14723: Send number of users to clients
Send answer events after queue is emptied
Include question count in learning progress responses
Fix #14670: Do not include questions without correct answers
Fix Spring event handling for Socket.IO server
Add comment concerning order of pp levels
Remove deprecated methods
Fix #14653: evict question caches on update
Bulk delete question answers when deleting sessions
Do not prevent inheritance/method overriding w/o a reason
Remove mysessions cache, check or empty lists
Cache my sessions
Add auto-generated hashCode/equals methods
Cache answer statistics for the latest PI round
Load question without view, handle null values
Remove socket dependency, add @Async for Answer events
Do not send an empty bulk request
Remove count request for data that has not been changed
Remove unused parameters
Remove events that are currently unused
Store answers in queue to bulk save documents periodically
Build fix
Cache all question variants for users
Fix import of public pool sessions
Build fix