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

fix: update links to env var lines #326

Merged
merged 1 commit into from
Feb 16, 2023

Conversation

rafvasq
Copy link
Member

@rafvasq rafvasq commented Feb 10, 2023

Motivation

Links pointing to ModelMesh environment variables are no longer accurate.

Modifications

Update the line numbers to point to the correct places in ModelMeshEnvVars.java

@rafvasq rafvasq requested review from ckadner and njhill and removed request for animeshsingh and chinhuang007 February 10, 2023 16:03
@rafvasq rafvasq added the bug Something isn't working label Feb 10, 2023
@rafvasq rafvasq self-assigned this Feb 10, 2023
@ckadner
Copy link
Member

ckadner commented Feb 11, 2023

Maybe we should link to a release tag so the links don't go wonder of after changes to main. They would still be at risk of becoming obsolete if future versions deprecate/remove any of them but that would cause compile warning/errors at which point we could update the links.

-https://github.com/kserve/modelmesh/blob/main/src/main/java/com/ibm/watson/modelmesh/ModelMeshEnvVars.java#L50
+https://github.com/kserve/modelmesh/blob/v0.10.0/src/main/java/com/ibm/watson/modelmesh/ModelMeshEnvVars.java#L50

Signed-off-by: Rafael Vasquez <raf.vasquez@ibm.com>
@rafvasq
Copy link
Member Author

rafvasq commented Feb 13, 2023

Thanks @ckadner, I agree. I updated the links to point to v0.10.0.

Copy link
Member

@ckadner ckadner left a comment

Choose a reason for hiding this comment

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

/lgtm

@njhill
Copy link
Member

njhill commented Feb 16, 2023

/lgtm

@kserve-oss-bot
Copy link
Collaborator

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: ckadner, njhill, rafvasq

The full list of commands accepted by this bot can be found here.

The pull request process is described here

Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@kserve-oss-bot kserve-oss-bot merged commit b0ab19f into kserve:main Feb 16, 2023
@rafvasq rafvasq deleted the fix-envar-links branch February 21, 2023 14:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
approved bug Something isn't working lgtm
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants