Skip to content

Fix a bug where categories could be duplicated

Rémy Coutable requested to merge fix-master into master

What does this MR do and why?

In https://about.gitlab.com/categories.json, the integrations category has both a label and feature_labels`.

  "integrations": {
    "name": "Integrations",
    "stage": "ecosystem",
    "group": "integrations",
    "label": "Category:Integrations",
    "feature_labels": [
      "Category:Integrations"
    ]
  },

While this is wrong and only label should be defined, I think it's good if our logic can cope with that as well.

I also regenerated auto-generated templates after some changes around the Gitaly group.

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.

Action items

  • (If applicable) Add documentation to the handbook pages for Triage Operations =>
  • (If applicable) Identify the affected groups and how to communicate to them:
    • /cc @person_or_group =>
    • Relevant Slack channels =>
    • Engineering week-in-review
Edited by Rémy Coutable

Merge request reports