v1.11.0
·
1018 commits
to master
since this release
Changelog
- Adding an endpoint to retrieve a list of group's shadow assignments
- Modify implementation of ExerciseConfigHelper to reflect recent changes, which allows more pipelines with same identification in test configuration
- Universal pipelines are now distinguished by not having any author
- Refactoring
Commits
7de36c3 Adding an endpoint to retrieve a list of group's shadow assignments.
0650d28 Refactoring of for cycles to foreach in ExerciseConfig Helper and alike
9c0a485 Make ExerciseConfig tests happy and in the process modify code accordingly
836f781 Modify implementation of ExerciseConfigHelper to reflect recent changes, which allows more pipelines with same identification in test configuration.
2936af1 Introduce pipelines entity and configuration cache
dbadae6 Remove identification of pipeline from Environment structure
8b32acd Rename PipelineVars->name to id, which is more appropriate to its content
10d941f Universal pipelines are now distinguished by not having any author.
116a9e6 Fixing a typo that caused a bug.