fix(api): default Hub server URL → live https://openuba.org#139
Merged
Conversation
… openuba.gacwr.org) Surfaced by the 3-agent ROADMAP audit on PR #137 (Agent A + C, .cncf-roadmap-audit/audit-{A,C}-*.md): the openuba_hub_adapter.py was already updated to https://openuba.org, but core/api.py:85 still pointed at the dead http://openuba.gacwr.org host. This brings the legacy API surface in line with the live public Hub instance at https://openuba.org.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Surfaced by the 3-agent ROADMAP audit on PR #137 (Agent A + C audits at
.cncf-roadmap-audit/audit-{A,C}-*.md).The find:
core/api.py:85still defaulted tohttp://openuba.gacwr.org— a dead host. The actual live public Hub instance ishttps://openuba.org(HTTP 200, sibling repoopenuba-model-hubdeploys it withCNAME=openuba.org). The newercore/registry/adapters/openuba_hub_adapter.pywas already pointing at the live URL; this brings the legacy API surface in line.Change: 1 line.
http://openuba.gacwr.org→https://openuba.orgincore/api.py:85.cc @Jovonni — landed off fresh master post-#137 and #138 merges. cc @copilot — straightforward URL fix.