Skip to content
Snippets Groups Projects
Verified Commit a8fe8904 authored by Brian Williams's avatar Brian Williams :two:
Browse files

Move merge base pipeline logic to EE

`::Ci::CompareMetricsReportsService`,
`::Ci::CompareCodequalityReportsService`, and
`::Ci::CompareSecurityReportsService` are all EE classes. Since
`use_merge_base_pipeline_for_comparison?` is related to those classes
specifically, it should be in EE. This change moves the code to the EE
file. To lower the risk of EE class usage happening the in the CE file
in the future, we use constants instead of strings for the map keys.
This means that trying to reference an EE constant inside CE will cause
an undefined constant error and fail the pipeline when running tests.
parent 7b1747e3
No related branches found
No related tags found
2 merge requests!122597doc/gitaly: Remove references to removed metrics,!118264Move merge base pipeline logic to EE
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment