-
- Downloads
Allow loading more commits in merge request
Previously we would only load 100 commits and then add a warning message. This changes that by adding a button to load more commits. Closes #16800
parent
911759a4
No related branches found
No related tags found
Showing
- app/assets/javascripts/add_context_commits_modal/index.js 3 additions, 1 deletionapp/assets/javascripts/add_context_commits_modal/index.js
- app/assets/javascripts/merge_request_tabs.js 24 additions, 11 deletionsapp/assets/javascripts/merge_request_tabs.js
- app/assets/stylesheets/page_bundles/merge_requests.scss 4 additions, 0 deletionsapp/assets/stylesheets/page_bundles/merge_requests.scss
- app/controllers/projects/merge_requests_controller.rb 9 additions, 9 deletionsapp/controllers/projects/merge_requests_controller.rb
- app/models/commit_collection.rb 6 additions, 1 deletionapp/models/commit_collection.rb
- app/models/merge_request.rb 4 additions, 4 deletionsapp/models/merge_request.rb
- app/models/merge_request_diff.rb 9 additions, 7 deletionsapp/models/merge_request_diff.rb
- app/views/projects/commits/_commits.html.haml 2 additions, 3 deletionsapp/views/projects/commits/_commits.html.haml
- app/views/projects/merge_requests/_commits.html.haml 3 additions, 0 deletionsapp/views/projects/merge_requests/_commits.html.haml
- lib/gitlab/pagination_delegate.rb 1 addition, 1 deletionlib/gitlab/pagination_delegate.rb
- spec/controllers/projects/merge_requests_controller_spec.rb 26 additions, 2 deletionsspec/controllers/projects/merge_requests_controller_spec.rb
- spec/lib/gitlab/pagination_delegate_spec.rb 3 additions, 3 deletionsspec/lib/gitlab/pagination_delegate_spec.rb
- spec/models/merge_request_diff_spec.rb 13 additions, 0 deletionsspec/models/merge_request_diff_spec.rb
- spec/models/merge_request_spec.rb 13 additions, 0 deletionsspec/models/merge_request_spec.rb
- spec/views/projects/merge_requests/_commits.html.haml_spec.rb 0 additions, 12 deletions.../views/projects/merge_requests/_commits.html.haml_spec.rb
- spec/views/projects/merge_requests/creations/_new_submit.html.haml_spec.rb 0 additions, 13 deletions...ts/merge_requests/creations/_new_submit.html.haml_spec.rb
Loading
Please register or sign in to comment