Skip to content

Fix runtime config URL after zos-config repo rename (zos-config->zos_config) - #117

Closed
ashraffouda wants to merge 2960 commits into
developmentfrom
chore/repo-rename-zos-config
Closed

Fix runtime config URL after zos-config repo rename (zos-config->zos_config)#117
ashraffouda wants to merge 2960 commits into
developmentfrom
chore/repo-rename-zos-config

Conversation

@ashraffouda

Copy link
Copy Markdown
Collaborator

pkg/environment/environment.go fetched the extended node config from raw.githubusercontent.com/threefoldtech/zos-config/main/. That repo was renamed to zos_config; this points the base URL at the new name instead of relying on GitHub's non-permanent rename redirect.

Verified production.json, testing.json, qa.json, development.json all return 200 from the new URL. No functional change.

Part of the repo-rename migration off GitHub redirects.

rowangamal and others added 30 commits December 4, 2024 10:31
add number of open connections to node statistics
add --no-header when getting number of node connections
* feat: use of retryable http server

Signed-off-by: nabil salah <[email protected]>

* feat: use retryable http in zos upgarde hub and increase the max retry count

Signed-off-by: nabil salah <[email protected]>

* remove: request wrapping

Signed-off-by: nabil salah <[email protected]>

* feat: use retryable http on more clients

Signed-off-by: nabil salah <[email protected]>

* fix:linting

---------

Signed-off-by: nabil salah <[email protected]>
Signed-off-by: Ashraf Fouda <[email protected]>
ashraffouda and others added 22 commits March 11, 2026 17:19
Signed-off-by: Ashraf Fouda <[email protected]>
Signed-off-by: Ashraf Fouda <[email protected]>
Signed-off-by: Ashraf Fouda <[email protected]>
Signed-off-by: Ashraf Fouda <[email protected]>
update chain, rmb client and fix lint
The extended-config base URL pointed at github.com/threefoldtech/zos-config,
which was renamed to zos_config. Point it at the new name instead of relying
on GitHub's non-permanent rename redirect. Verified all running-mode config
files (production/testing/qa/development.json) serve 200 from the new URL.

Co-Authored-By: Claude Opus 4.8 (1M context) <[email protected]>
@ashraffouda
ashraffouda changed the base branch from main to development July 7, 2026 12:17
@ashraffouda ashraffouda closed this Jul 7, 2026
@ashraffouda
ashraffouda deleted the chore/repo-rename-zos-config branch July 28, 2026 12:09
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.