Skip to content

Minor Qa namespace refactor

Robert Speicher requested to merge rs-qa-refactor into master

602f77f7 - Relocate QA_ISSUER_LABELS and SKIP_QA_ISSUER_LABELS constants

They're only used in the IssuableOmitterByLabels class, which is where they're now defined.

a0e2b437 - Remove Qa::ISSUE_PROJECT constant

Mostly this simplifies the method signature for BuildQaIssueService, as we never took advantage of this dependency injection, and the project was always Release::Tasks.

Related: https://gitlab.com/gitlab-org/release-tools/-/issues/446, gitlab-com/gl-infra/delivery#841 (closed).

Edited by Robert Speicher

Merge request reports