Skip to content

Fix chemlab-gitlab internal gem require

Harsha Muralidhar requested to merge hm-relative-require-for-lib-gitlab into master

What does this MR do and why?

Closes: gitlab-org/quality/engineering-productivity/master-broken-incidents#7159 (closed)

Entry point for gitlab chemlab library has to be changed in order to not cause clash with gitlab gem. This is still not ideal, because of top level Gitlab module name that could technically cause some module name clashes. But chemlab is slowly being removed from /qa framework, so the problem should be removed eventually.

MR acceptance checklist

Please evaluate this MR against the MR acceptance checklist. It helps you analyze changes to reduce risks in quality, performance, reliability, security, and maintainability.

Screenshots or screen recordings

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

Before After

How to set up and validate locally

Numbered steps to set up and validate the change are strongly suggested.

Edited by Andrejs Cunskis

Merge request reports