Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support categories on catalog types #128

Merged
merged 1 commit into from
Jun 27, 2024
Merged

Support categories on catalog types #128

merged 1 commit into from
Jun 27, 2024

Conversation

paprikati
Copy link
Contributor

@paprikati paprikati commented Jun 26, 2024

Categories are an optional way of organising your catalog.

Example diff:

  ✔ Custom["DocsTeam"] (id=01HSTDDA8AAPGNVYFEAWFZD21V)
    map[string]any{
    	"annotations": map[string]any{"incident.io/catalog-importer/last-sync-at": string("2024-06-26T22:46:36+01:00"), "incident.io/catalog-importer/sync-id": string("incident-io/catalog"), "incident.io/catalog-importer/version": string("2.2.3")},
  - 	"categories":  []any{},
  + 	"categories":  []any{string("team")},
    	"color":       string("cyan"),
    	"created_at":  string("2024-03-25T09:00:08.944Z"),
    	... // 12 identical entries
    }

Categories are an optional way of organising your catalog
@paprikati paprikati merged commit aa336c2 into master Jun 27, 2024
1 check passed
@paprikati paprikati deleted the lisa/categories branch June 27, 2024 09:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants