-
- Downloads
Merge branch 'show-status-from-branch' into 'master'
Show pipeline status from branch and commit than only commit Closes #23615 See merge request !7034
No related branches found
No related tags found
Showing
- app/controllers/application_controller.rb 2 additions, 1 deletionapp/controllers/application_controller.rb
- app/controllers/projects/commits_controller.rb 8 additions, 1 deletionapp/controllers/projects/commits_controller.rb
- app/controllers/projects/merge_requests_controller.rb 12 additions, 2 deletionsapp/controllers/projects/merge_requests_controller.rb
- app/helpers/ci_status_helper.rb 11 additions, 3 deletionsapp/helpers/ci_status_helper.rb
- app/helpers/commits_helper.rb 5 additions, 3 deletionsapp/helpers/commits_helper.rb
- app/models/commit.rb 11 additions, 4 deletionsapp/models/commit.rb
- app/views/projects/_last_commit.html.haml 6 additions, 4 deletionsapp/views/projects/_last_commit.html.haml
- app/views/projects/blob/_blob.html.haml 1 addition, 1 deletionapp/views/projects/blob/_blob.html.haml
- app/views/projects/commits/_commit.html.haml 5 additions, 4 deletionsapp/views/projects/commits/_commit.html.haml
- app/views/projects/commits/_commit_list.html.haml 1 addition, 1 deletionapp/views/projects/commits/_commit_list.html.haml
- app/views/projects/commits/_commits.html.haml 2 additions, 4 deletionsapp/views/projects/commits/_commits.html.haml
- app/views/projects/commits/show.html.haml 1 addition, 1 deletionapp/views/projects/commits/show.html.haml
- app/views/projects/merge_requests/branch_from.html.haml 2 additions, 1 deletionapp/views/projects/merge_requests/branch_from.html.haml
- app/views/projects/merge_requests/branch_to.html.haml 2 additions, 1 deletionapp/views/projects/merge_requests/branch_to.html.haml
- app/views/projects/merge_requests/show/_commits.html.haml 1 addition, 1 deletionapp/views/projects/merge_requests/show/_commits.html.haml
- app/views/projects/show.html.haml 1 addition, 1 deletionapp/views/projects/show.html.haml
- changelogs/unreleased/show-status-from-branch.yml 4 additions, 0 deletionschangelogs/unreleased/show-status-from-branch.yml
- spec/features/commits_spec.rb 18 additions, 5 deletionsspec/features/commits_spec.rb
- spec/models/commit_spec.rb 46 additions, 5 deletionsspec/models/commit_spec.rb
Please register or sign in to comment