Skip to content

Replace space with underscore for multi-worded stages

Jennifer Li requested to merge jennli-fix-data_stores_argument_error into master

What does this MR do and why?

devopsdata stores can be fetched via the stages api with the key data_stores, so when the processor validates stage names, it needs to replace space with underscore.

Fixes issue reported in #1309 (closed).

Closes #1309 (closed).

Expected impact & dry-runs

These are strongly recommended to assist reviewers and reduce the time to merge your change.

See https://gitlab.com/gitlab-org/quality/triage-ops/-/tree/master/doc/scheduled#testing-with-a-dry-run on how to perform dry-runs for new policies.

See https://gitlab.com/gitlab-org/quality/triage-ops/-/blob/master/doc/reactive/best_practices.md#use-the-sandbox-to-test-new-processors on how to make sure a new processor can be tested.

Action items

Merge request reports