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

Parse requirement's alias and display "alias(name)" if 'alias' not empty #69

Merged
merged 1 commit into from Jan 12, 2021
Merged

Parse requirement's alias and display "alias(name)" if 'alias' not empty #69

merged 1 commit into from Jan 12, 2021

Conversation

horacimacias
Copy link

This allows for charts using dependencies to have documentation showing their aliases (if defined).
This is handy when several dependencies use the same chart with different aliases.

Before

Repository Name Version
repo dependency1 0.1.0
repo sharedchart 0.1.0
repo sharedchart 0.1.0
repo sharedchart 0.1.0

after

Repository Name Version
repo dependency1 0.1.0
repo dependency2(sharedchart) 0.1.0
repo dependency3(sharedchart) 0.1.0
repo dependency4(sharedchart) 0.1.0

@norwoodj norwoodj merged commit 2e20ce4 into norwoodj:master Jan 12, 2021
@norwoodj
Copy link
Owner

Thanks a lot for the change @horacimacias! Sorry it took me so long to look at it.

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.

None yet

3 participants