-
- Downloads
Backend changes for merge commit csv export
Adds a service for CSV export of Merge Commits. This service is invoked in a controller action that lets Group owners and administrators download Merge Commits for a Group in the Compliance Dashboard.
parent
e4695080
No related branches found
No related tags found
This commit is part of merge request !37980. Comments created here will be created in the context of that merge request.
Showing
- app/models/merge_request.rb 4 additions, 0 deletionsapp/models/merge_request.rb
- ee/app/controllers/groups/security/compliance_dashboards_controller.rb 0 additions, 4 deletions...llers/groups/security/compliance_dashboards_controller.rb
- ee/app/controllers/groups/security/merge_commit_reports_controller.rb 26 additions, 0 deletions...ollers/groups/security/merge_commit_reports_controller.rb
- ee/app/helpers/groups/security_features_helper.rb 4 additions, 0 deletionsee/app/helpers/groups/security_features_helper.rb
- ee/app/services/merge_commits/export_csv_service.rb 54 additions, 0 deletionsee/app/services/merge_commits/export_csv_service.rb
- ee/changelogs/unreleased/commit_history_csv.yml 5 additions, 0 deletionsee/changelogs/unreleased/commit_history_csv.yml
- ee/config/routes/group.rb 1 addition, 0 deletionsee/config/routes/group.rb
- ee/spec/controllers/groups/security/merge_commit_reports_controller_spec.rb 90 additions, 0 deletions...s/groups/security/merge_commit_reports_controller_spec.rb
- ee/spec/services/merge_commits/export_csv_service_spec.rb 70 additions, 0 deletionsee/spec/services/merge_commits/export_csv_service_spec.rb
- spec/factories/merge_requests.rb 15 additions, 0 deletionsspec/factories/merge_requests.rb
Please register or sign in to comment