-
- Downloads
Merge branch 'security-11-5-test-permissions' into 'security-11-5'
[11.5] Pipelines section is available to unauthorized users See merge request gitlab/gitlabhq!2806 (cherry picked from commit 3a060db7ea48eee0f08d06f312b01936abf9cc70) bd1ae349 Backport security fix b2469eeb Add CHANGELOG entry 957f6694 Rename Project#all_pipelines to Project#pipelines 8a9894d6 Remove destroy_pipeline specs
Showing
- app/controllers/projects/merge_requests/application_controller.rb 6 additions, 3 deletions...rollers/projects/merge_requests/application_controller.rb
- app/controllers/projects/pipelines_controller.rb 1 addition, 0 deletionsapp/controllers/projects/pipelines_controller.rb
- app/helpers/projects_helper.rb 2 additions, 1 deletionapp/helpers/projects_helper.rb
- app/models/commit.rb 4 additions, 1 deletionapp/models/commit.rb
- app/models/project.rb 8 additions, 0 deletionsapp/models/project.rb
- app/policies/ci/pipeline_policy.rb 9 additions, 0 deletionsapp/policies/ci/pipeline_policy.rb
- app/policies/project_policy.rb 16 additions, 4 deletionsapp/policies/project_policy.rb
- app/presenters/commit_presenter.rb 13 additions, 0 deletionsapp/presenters/commit_presenter.rb
- app/presenters/merge_request_presenter.rb 4 additions, 0 deletionsapp/presenters/merge_request_presenter.rb
- app/serializers/merge_request_widget_entity.rb 1 addition, 1 deletionapp/serializers/merge_request_widget_entity.rb
- app/views/projects/commit/_ci_menu.html.haml 3 additions, 1 deletionapp/views/projects/commit/_ci_menu.html.haml
- app/views/projects/commit/_commit_box.html.haml 2 additions, 2 deletionsapp/views/projects/commit/_commit_box.html.haml
- app/views/projects/commit/show.html.haml 2 additions, 5 deletionsapp/views/projects/commit/show.html.haml
- app/views/projects/commits/_commit.html.haml 3 additions, 2 deletionsapp/views/projects/commits/_commit.html.haml
- app/views/projects/issues/_merge_requests.html.haml 2 additions, 1 deletionapp/views/projects/issues/_merge_requests.html.haml
- app/views/projects/issues/_related_branches.html.haml 1 addition, 1 deletionapp/views/projects/issues/_related_branches.html.haml
- app/views/projects/merge_requests/_merge_request.html.haml 1 addition, 1 deletionapp/views/projects/merge_requests/_merge_request.html.haml
- app/views/projects/pipelines/_info.html.haml 16 additions, 17 deletionsapp/views/projects/pipelines/_info.html.haml
- changelogs/unreleased/security-11-5-test-permissions.yml 5 additions, 0 deletionschangelogs/unreleased/security-11-5-test-permissions.yml
- lib/api/pipelines.rb 3 additions, 3 deletionslib/api/pipelines.rb
app/presenters/commit_presenter.rb
0 → 100644
Please register or sign in to comment