You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
canarie-api: fix new Thredds v5 monitoring URL (#485)
## Overview
Fix the error below at the URL https://HOST/canarie/node/service/stats:
Bad return code from
http://thredds:8080//twitcher/ows/proxy/thredds/catalog.html (Expecting
200, Got 404
Old URL: http://thredds:8080//twitcher/ows/proxy/thredds/catalog.html
New URL:
http://thredds:8080/twitcher/ows/proxy/thredds/catalog/catalog.html
An oversight from the previous PR
#413
## Changes
**Non-breaking changes**
- Adapt canarie-api to new Thredds v5 URL
## CI Operations
<!--
The test suite can be run using a different DACCS config with
``birdhouse_daccs_configs_branch: branch_name`` in the PR description.
To globally skip the test suite regardless of the commit message use
``birdhouse_skip_ci`` set to ``true`` in the PR description.
Using ``[<cmd>]`` (with the brackets) where ``<cmd> = skip ci`` in the
commit message will override ``birdhouse_skip_ci`` from the PR
description.
Such commit command can be used to override the PR description behavior
for a specific commit update.
However, a commit message cannot 'force run' a PR which the description
turns off the CI.
To run the CI, the PR should instead be updated with a ``true`` value,
and a running message can be posted in following PR comments to trigger
tests once again.
-->
birdhouse_daccs_configs_branch: master
birdhouse_skip_ci: false
0 commit comments