Skip to content

Add support for overriding host resolving.#854

Merged
hcannoodt merged 3 commits into
develop_0_9from
fix/add_env_for_vsh_host
Oct 6, 2025
Merged

Add support for overriding host resolving.#854
hcannoodt merged 3 commits into
develop_0_9from
fix/add_env_for_vsh_host

Conversation

@hcannoodt
Copy link
Copy Markdown
Collaborator

Describe your changes

Add support for overriding host resolving

Related issue(s)

Closes #xxxx

Type of Change

  • Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • New functionality (non-breaking change which adds functionality)
  • Major change (non-breaking change which modifies existing functionality)
  • Minor change (non-breaking change which does not modify existing functionality)
  • Bug fix (non-breaking change which fixes an issue)
  • This change requires a documentation update

Checklist

Requirements:

  • I have read the CONTRIBUTING doc.
  • I have performed a self-review of my code by checking the "Changed Files" tab.
  • My code follows the code style of this project.

Tests:

  • I have added tests that prove my fix is effective or that my feature works.
  • New and existing unit tests pass locally with my changes.

Documentation:

  • Proposed changes are described in the CHANGELOG.md.
  • I have updated the documentation accordingly.

Test Environment

@hcannoodt hcannoodt requested a review from rcannood October 6, 2025 09:01
val uri = s"https://packages.viash-hub.com/$fullRepo.git"
lazy val uri_ssh = s"git@packages.viash-hub.com:$fullRepo.git"
// TODO: replace by using anc
val server = sys.env.getOrElse("VIASH_VSH_HOST", "packages.viash-hub.com")
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

What about VIASH_HUB_HOST?

Or VIASH_HUB_GIT_HOST, since this only pertains to where the git repos are stored.

Comment thread CHANGELOG.md Outdated
hcannoodt and others added 2 commits October 6, 2025 12:00
Co-authored-by: Robrecht Cannoodt <robrecht@data-intuitive.com>
@hcannoodt hcannoodt requested a review from rcannood October 6, 2025 10:03
@hcannoodt hcannoodt merged commit dc142cc into develop_0_9 Oct 6, 2025
7 checks passed
@hcannoodt hcannoodt deleted the fix/add_env_for_vsh_host branch October 6, 2025 13:19
hcannoodt added a commit that referenced this pull request Oct 6, 2025
* Add support for overriding host resolving.

* Update CHANGELOG.md

Co-authored-by: Robrecht Cannoodt <robrecht@data-intuitive.com>

* change env variable name

---------

Co-authored-by: Robrecht Cannoodt <robrecht@data-intuitive.com>
rcannood pushed a commit that referenced this pull request Oct 10, 2025
* Add support for overriding host resolving.

* Update CHANGELOG.md



* change env variable name

---------

Co-authored-by: Robrecht Cannoodt <robrecht@data-intuitive.com>
lazappi pushed a commit that referenced this pull request May 13, 2026
* Add support for overriding host resolving.

* Update CHANGELOG.md



* change env variable name

---------

Co-authored-by: Robrecht Cannoodt <robrecht@data-intuitive.com>
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.

2 participants