Fix runtime config URL after zos-config repo rename (zos-config->zos_config)#117
Closed
ashraffouda wants to merge 2960 commits into
Closed
Fix runtime config URL after zos-config repo rename (zos-config->zos_config)#117ashraffouda wants to merge 2960 commits into
ashraffouda wants to merge 2960 commits into
Conversation
Signed-off-by: needsure <qinzhipeng@outlook.com>
Development geoip docs tests
Signed-off-by: Ashraf Fouda <ashraf.m.fouda@gmail.com>
add number of open connections to node statistics
add --no-header when getting number of node connections
Document node client
…iond Document version and versiond
add location endpoint
* feat: use of retryable http server Signed-off-by: nabil salah <nabil.salah203@gmail.com> * feat: use retryable http in zos upgarde hub and increase the max retry count Signed-off-by: nabil salah <nabil.salah203@gmail.com> * remove: request wrapping Signed-off-by: nabil salah <nabil.salah203@gmail.com> * feat: use retryable http on more clients Signed-off-by: nabil salah <nabil.salah203@gmail.com> * fix:linting --------- Signed-off-by: nabil salah <nabil.salah203@gmail.com>
Signed-off-by: Ashraf Fouda <ashraf.m.fouda@gmail.com>
Signed-off-by: Ashraf Fouda <ashraf.m.fouda@gmail.com>
Signed-off-by: Ashraf Fouda <ashraf.m.fouda@gmail.com>
add check curring running version
add registration url to env
Signed-off-by: Ashraf Fouda <ashraf.m.fouda@gmail.com>
* provsion docs Signed-off-by: Ashraf Fouda <ashraf.m.fouda@gmail.com> * fixing linter for workflows Signed-off-by: Ashraf Fouda <ashraf.m.fouda@gmail.com> --------- Signed-off-by: Ashraf Fouda <ashraf.m.fouda@gmail.com>
Signed-off-by: Ashraf Fouda <ashraf.m.fouda@gmail.com>
Signed-off-by: Ashraf Fouda <ashraf.m.fouda@gmail.com>
Signed-off-by: Ashraf Fouda <ashraf.m.fouda@gmail.com>
Signed-off-by: Ashraf Fouda <ashraf.m.fouda@gmail.com>
Signed-off-by: Ashraf Fouda <ashraf.m.fouda@gmail.com>
Signed-off-by: Ashraf Fouda <ashraf.m.fouda@gmail.com>
update chain, rmb client and fix lint
Signed-off-by: Ashraf Fouda <ashraf.m.fouda@gmail.com>
…ith license reference
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) <noreply@anthropic.com>
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.
pkg/environment/environment.gofetched the extended node config fromraw.githubusercontent.com/threefoldtech/zos-config/main/. That repo was renamed tozos_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.jsonall return 200 from the new URL. No functional change.Part of the repo-rename migration off GitHub redirects.