Skip to content

Split ee and ce queries

Nataliia Radina requested to merge 372844-split-ee-features into master

What does this MR do and why?

Splitting ee and ce queries, uncommenting failing specs related to #383717 (closed) and #372844 (closed)

Screenshots or screen recordings

EE FOSS
Screenshot_2022-11-30_at_16.00.02 Screenshot_2022-11-30_at_16.12.47

Screenshots are required for UI changes, and strongly recommended for all other merge requests.

How to set up and validate locally

  1. In rails console run Feature.enable(:branch_rules)
  2. In any project check Repository > Settings > Branch rules, make sure there is no errors
  3. In the terminal run export FOSS_ONLY=1 (in gitlab-development_kit folder please) or add this line in env.runit in root gdk folder
  4. Restart your gdk, reload local gitlab instance to make sure favicon is blue (means running as FOSS)
  5. In any project check Repository > Settings > Branch rules, Branch rules, make sure there is no errors

MR acceptance checklist

This checklist encourages us to confirm any changes have been analyzed to reduce risks in quality, performance, reliability, security, and maintainability.

Related to #372844 (closed)

Edited by Nataliia Radina

Merge request reports