Skip to content

Use SaaS metadata helper in foss

Doug Stull requested to merge use-saas-metadata-helper-in-foss into master

What does this MR do and why?

  • Moves the :saas metadata helper(ee/spec/support/stub_dot_com_check.rb) to ce as we have code that could use it there and is valid to have.
  • Resolves easily resolvable specs to use it in ce. Leaves the specs that stub it(:com?) with a variable or explicit toggling alone.
  • Changes some context/example descriptions to reflect SaaS instead of gitlab.com for more alignment on the concept of saas. Left others alone based on the context of file/tests around it.

MR acceptance checklist

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

Relates to #378167

Edited by Doug Stull

Merge request reports