-
- Downloads
Merge branch 'feature/allow-artifacts-for-reporters' into 'master'
Allow access to artifacts for users with reporter role This is originally introduced by @ajohnsn in this merge request: https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/2259 I've added and refactored specs, original commit by @ajohnsn has been cherry picked here. See merge request !2448
No related branches found
No related tags found
Showing
- CHANGELOG 1 addition, 0 deletionsCHANGELOG
- app/controllers/projects/artifacts_controller.rb 1 addition, 1 deletionapp/controllers/projects/artifacts_controller.rb
- app/controllers/projects/builds_controller.rb 2 additions, 2 deletionsapp/controllers/projects/builds_controller.rb
- app/controllers/projects/commit_controller.rb 1 addition, 1 deletionapp/controllers/projects/commit_controller.rb
- app/models/ability.rb 1 addition, 1 deletionapp/models/ability.rb
- features/project/builds/artifacts.feature 3 additions, 8 deletionsfeatures/project/builds/artifacts.feature
- features/project/builds/permissions.feature 18 additions, 0 deletionsfeatures/project/builds/permissions.feature
- features/project/builds/summary.feature 11 additions, 0 deletionsfeatures/project/builds/summary.feature
- features/steps/project/builds/artifacts.rb 1 addition, 14 deletionsfeatures/steps/project/builds/artifacts.rb
- features/steps/project/builds/permissions.rb 7 additions, 0 deletionsfeatures/steps/project/builds/permissions.rb
- features/steps/project/builds/summary.rb 14 additions, 0 deletionsfeatures/steps/project/builds/summary.rb
- features/steps/shared/builds.rb 11 additions, 2 deletionsfeatures/steps/shared/builds.rb
- features/steps/shared/project.rb 17 additions, 1 deletionfeatures/steps/shared/project.rb
features/project/builds/permissions.feature
0 → 100644
features/project/builds/summary.feature
0 → 100644
features/steps/project/builds/permissions.rb
0 → 100644
features/steps/project/builds/summary.rb
0 → 100644
Please register or sign in to comment