Skip to content

Commit

Permalink
Austenem/CAT-1135 Update /services (#3687)
Browse files Browse the repository at this point in the history
* add ukv service

* remove logs

* add changelog
  • Loading branch information
austenem authored Feb 11, 2025
1 parent 471b152 commit add1bf4
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG-update-services.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
- Update services page to include new UKV endpoint.
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ function ServiceStatusTable({
workspacesEndpoint,
ubkgEndpoint,
softAssayEndpoint,
ukvEndpoint,
}) {
const gatewayStatus = useGatewayStatus(`${gatewayEndpoint}/status.json`);

Expand Down Expand Up @@ -105,6 +106,12 @@ function ServiceStatusTable({
endpointUrl: ubkgEndpoint,
githubUrl: 'https://github.com/x-atlas-consortia/hs-ontology-api',
}),
buildServiceStatus({
apiName: 'ukv-api',
response: gatewayStatus.ukv_api,
endpointUrl: ukvEndpoint,
githubUrl: 'https://github.com/x-atlas-consortia/user-key-value-api',
}),
]
: [];

Expand Down

0 comments on commit add1bf4

Please sign in to comment.