-
- 下载
Merge branch 'eb-download-daily-coverage-csv' into 'master'
Implement download feature for daily code coverage See merge request gitlab-org/gitlab!27094
显示
- app/controllers/projects/ci/daily_build_group_report_results_controller.rb 77 个添加, 0 个删除...rojects/ci/daily_build_group_report_results_controller.rb
- app/controllers/projects/graphs_controller.rb 22 个添加, 0 个删除app/controllers/projects/graphs_controller.rb
- app/finders/ci/daily_build_group_report_results_finder.rb 37 个添加, 0 个删除app/finders/ci/daily_build_group_report_results_finder.rb
- app/models/ci/daily_build_group_report_result.rb 6 个添加, 0 个删除app/models/ci/daily_build_group_report_result.rb
- app/services/ci/daily_build_group_report_result_service.rb 3 个添加, 1 个删除app/services/ci/daily_build_group_report_result_service.rb
- app/views/projects/graphs/charts.html.haml 17 个添加, 0 个删除app/views/projects/graphs/charts.html.haml
- changelogs/unreleased/eb-download-daily-coverage-csv.yml 6 个添加, 0 个删除changelogs/unreleased/eb-download-daily-coverage-csv.yml
- config/routes/project.rb 1 个添加, 0 个删除config/routes/project.rb
- doc/ci/pipelines/settings.md 10 个添加, 0 个删除doc/ci/pipelines/settings.md
- lib/csv_builder.rb 10 个添加, 1 个删除lib/csv_builder.rb
- lib/csv_builders/single_batch.rb 11 个添加, 0 个删除lib/csv_builders/single_batch.rb
- locale/gitlab.pot 6 个添加, 0 个删除locale/gitlab.pot
- spec/controllers/projects/ci/daily_build_group_report_results_controller_spec.rb 80 个添加, 0 个删除...ts/ci/daily_build_group_report_results_controller_spec.rb
- spec/controllers/projects/graphs_controller_spec.rb 20 个添加, 0 个删除spec/controllers/projects/graphs_controller_spec.rb
- spec/factories/ci/daily_build_group_report_results.rb 1 个添加, 1 个删除spec/factories/ci/daily_build_group_report_results.rb
- spec/finders/ci/daily_build_group_report_results_finder_spec.rb 72 个添加, 0 个删除...inders/ci/daily_build_group_report_results_finder_spec.rb
加载中
想要评论请 注册 或 登录