Add 'Metrics' report type to merge requests
What does this MR do?
CE MR - https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/26798
-
Add metrics report file name constant in EE::Ci::JobArtifact -
Add metrics report type to Ci::JobArtifact#DEFAULT_FILE_NAMES,Ci::JobArtifact#TYPE_AND_FORMAT_PAIRS,Ci::JobArtifact#file_typeandCi::RetryBuildServicespecREJECT_ACCESSORS -
Add ee spec fixture with sample metrics report -
Implement MergeRequest,Ci::Build,Ci::PipelineandCi::JobArtifactfactories with metrics reports -
Implement EE::Ci::Pipeline,EE::Ci::BuildandEE::Ci::JobArtifactmetrics report scopes -
Add metrics report feature and add it to EE::Ci::Pipeline#REPORT_LICENSED_FEATURESandEE::Ci::Build#LICENSED_PARSER_FEATURES -
Implement #has_metrics_reports?methods inEE::PipelineandEE::MergeRequestmodules -
Implement metrics CI report type in Gitlab::Ci::Reportsmodule -
Implement metrics report CI parser in Gitlab::Ci::Parsersmodule andEE::Gitlab::Ci::Parsers#parsers -
Implement EE::Ci::Build#collect_metrics_reports -
Implement EE::Ci::Pipeline#metrics_report -
Implement EE::Gitlab::Ci::Reports::Metrics::ReportsComparer -
Implement metrics report serializer entities -
Implement metrics report compare service in Cimodule -
Implement EE::MergeRequest#compare_metrics_reports -
Implement EE::Projects::MergeRequestsController#metrics_reports
What are the relevant issue numbers?
Related https://gitlab.com/gitlab-org/gitlab-ee/issues/9788
Does this MR meet the acceptance criteria?
-
Changelog entry added, if necessary -
Documentation created/updated via this MR -
Documentation reviewed by technical writer or follow-up review issue created -
Tests added for this feature/bug - N/A Tested in all supported browsers
-
Conforms to the code review guidelines -
Conforms to the merge request performance guidelines -
Conforms to the style guides - N/A Conforms to the database guides
- N/A Link to e2e tests MR added if this MR has Requires e2e tests label. See the Test Planning Process.
-
EE specific content should be in the top level /eefolder - N/A For a paid feature, have we considered GitLab.com plans, how it works for groups, and is there a design for promoting it to users who aren't on the correct plan?
-
Security reports checked/validated by reviewer
Edited by James Heimbuck