-
- Downloads
Add the merge date to the Chain of Custody report
Prior to this change, the [Chain of Custody report][0] did not include the date or time when a MR was merged. Without this field, a user needed to take the report and cross-reference it with a list of Git commits to identify the time a merge occurred. This was a time consuming and error prone process. This lack of date information also made it difficult to filter reporte rows by date ranges. See [issue 365041][1] for more details With this commit, we now include a "Date Merged" column in the report [0]:https://docs.gitlab.com/ee/user/compliance/compliance_report/#chain-of-custody-report [1]:#365041 Changelog: changed MR: !91766# EE: true
parent
93e4fc63
No related branches found
No related tags found
Showing
- doc/user/compliance/compliance_report/index.md 1 addition, 1 deletiondoc/user/compliance/compliance_report/index.md
- ee/app/services/merge_commits/export_csv_service.rb 1 addition, 0 deletionsee/app/services/merge_commits/export_csv_service.rb
- ee/spec/services/merge_commits/export_csv_service_spec.rb 5 additions, 1 deletionee/spec/services/merge_commits/export_csv_service_spec.rb
-
mentioned in merge request kubitus-project/kubitus-installer!1252 (merged)
Please register or sign in to comment