Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
S
Sprachschulsystem
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
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
Jan Pokorný
Sprachschulsystem
Graph
68c9fa944b1d1c44dbba00710b8f4e9f58669cbb
Select Git revision
No matching results
An error occurred while fetching branches. Retry the search.
An error occurred while fetching tags. Retry the search.
You can move around the graph by using the arrow keys.
Begin with the selected commit
Created with Raphaël 2.2.0
14
Apr
12
11
10
9
8
7
6
5
4
29
Mar
26
25
24
23
22
21
19
18
17
15
12
2
Fixing constructor error
Fixing missing import
Merge branch 'M2-course-tests' of https://gitlab.fi.muni.cz/xpokorn8/sprachschulsystem into M2-course-tests
Merge branch 'M2-certificate-tests' into 'M2'
implemented get Enrolled and get Finished
added queries for get enrolled and get finished
implemented get enrolled and finished
changed the 2 lists of language and proficiency to a Map
changed the 2 lists of language and proficiency to a Map
added api response and implemented getFinished/Enrolled
aadded User-Course mapping
changed Course to work with User-Course mapping
Merge branch 'M2' into M2-user
fixing LectureMapper
changed login and logout to response entity
Making CourseMapperTest use Equals
Adding EqualsAndHashcode for course entity and dtos
Implementing LectureServiceTest
Implementing LectureRepositoryTest
added UserType to model user
changed the id from String to Long
changed the id from String to Long
created facade and implemented functions for controller
Added UserType, languages and proficiency levels to Dto
Added UserType, languages and proficiency levels to createDto
added OpenApi and facade to controller
removed unused imports
changed the used Enums in UserAddLanguageDto
refactored DataInitializer
placed Language and ProficiencyLevel to model User
changed id to Long and added delete and update
Add OpenApi documentation for AnswerController, add ResponseEntity
Add OpenApi documentation for QuestionController, add ResponseEntity
Add OpenApi documentation for ExerciseController, add ResponseEntity
Move mappers to ExerciseFacade
Add ExerciseFacade
Move findAllByQuestionId to QuestionController
Move findByExerciseId to ExerciseController
Add JpaRepository
Change id from String to long
Loading