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

Add github project slug to API catalogue entities #247

Merged
merged 2 commits into from
May 30, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 5 additions & 1 deletion catalog-info.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ metadata:
title: Athena BlueAPI
description: Lightweight wrapper service around Bluesky Run Engine
annotations:
github.com/project-slug: DiamondLightSouce/blueapi
github.com/project-slug: DiamondLightSource/blueapi
diamond.ac.uk/viewdocs-url: https://diamondlightsource.github.io/blueapi
spec:
type: service
Expand All @@ -22,6 +22,8 @@ metadata:
name: blueapiControl
title: Athena BlueAPI Control
description: REST API for getting plans/devices from the worker (and running tasks)
annotations:
github.com/project-slug: DiamondLightSource/blueapi
spec:
type: openapi
lifecycle: production
Expand All @@ -35,6 +37,8 @@ metadata:
name: blueapiEvents
title: Athena BlueAPI Events
description: Event topics which can be listened to over a message bus
annotations:
github.com/project-slug: DiamondLightSource/blueapi
spec:
type: asyncapi
lifecycle: production
Expand Down