Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixes catalog logic to ensure custom modules override base catalog #245

Merged
merged 1 commit into from
Oct 16, 2022

Conversation

seansund
Copy link
Member

  • Uses 'name' attribute to test module uniqueness in catalog instead of id
  • Puts new modules before existing catalog modules in list so new modules are selected when there are duplicates
  • Removes '?ref={version}' if the id is a 'file:' url

closes #240

Signed-off-by: Sean Sundberg [email protected]

@seansund seansund added bug Something isn't working patch Patch release (0.0.x) labels Oct 16, 2022
- Uses 'name' attribute to test module uniqueness in catalog instead of id
- Puts new modules before existing catalog modules in list so new modules are selected when there are duplicates
- Removes '?ref={version}' if the id is a 'file:' url

closes #240

Signed-off-by: Sean Sundberg <[email protected]>
@seansund seansund merged commit 6a49634 into main Oct 16, 2022
@seansund seansund deleted the 240-local-module-override branch October 16, 2022 20:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working patch Patch release (0.0.x)
Projects
None yet
Development

Successfully merging this pull request may close these issues.

when using local module, it is not included in module dependency resolution
1 participant