-
Notifications
You must be signed in to change notification settings - Fork 707
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
6891 - Add _blank attribute to links on LinkRenderer to open urls on … #6903
6891 - Add _blank attribute to links on LinkRenderer to open urls on … #6903
Conversation
✅ Deploy Preview for kubeapps-dev canceled.Built without sensitive environment variables
|
@vash-knives, you must sign our contributor license agreement before your changes are merged. Click here to sign the agreement. If you are a VMware employee, read this for further instruction. |
@vash-knives, we have received your signed contributor license agreement. The review is usually completed within a week, but may take longer under certain circumstances. Another comment will be added to the pull request to notify you when the merge can proceed. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
So every non-internal link for the dashboard-rendered markdown (Readme's, Notes) will be opened in a new tab - makes sense.
Thanks @vash-knives . Once the contributor agreement is approved, I'll land it.
@absoludity that is correct. i figured a user would prefer to be on the same tab if it's external. it does seem like on that "Notes.txt" it's mostly external links since it's for the chart's instructions anyway. I can update code if the internal should be on a new tab as well. Also, anything I need to do for that contributor agreement goes through? I'm new to this so still trying to figure that out. |
I think it's best as is (as internal links are internal to the page, not just the site), thanks :)
Nothing to do but wait at the moment, I assume it's waiting for someone to check a box which will automatically leave a comment here (as mentioned in the auto comment above), then we can land your change. |
@vash-knives, VMware has rejected your signed contributor license agreement. The merge can not proceed until the agreement has been resigned. Click here to resign the agreement. Reject reason:
|
@vash-knives, we have received your signed contributor license agreement. The review is usually completed within a week, but may take longer under certain circumstances. Another comment will be added to the pull request to notify you when the merge can proceed. |
@vash-knives, VMware has rejected your signed contributor license agreement. The merge can not proceed until the agreement has been resigned. Click here to resign the agreement. Reject reason:
|
@vash-knives, we have received your signed contributor license agreement. The review is usually completed within a week, but may take longer under certain circumstances. Another comment will be added to the pull request to notify you when the merge can proceed. |
@vash-knives, VMware has approved your signed contributor license agreement. |
ah finally! @absoludity , lmk if there's anything else i need to do. |
Excellent, but yeah, if you can, could you sign the commit? See https://docs.github.com/en/authentication/managing-commit-signature-verification/signing-commits (you might need to uncommit, then sign the commit as per the link, then force push). If you've had enough, no problem - I can land it as is since it's such a small change. Just let me know. |
5b4b906
to
7aae2f6
Compare
@absoludity So I got the gpg set up (eventually), see if that worked? I am not 100% I did it correctly. This is my first time signing using gpg, I appreciate your patience. Let me know if it did not work. |
7aae2f6
to
97fdadc
Compare
…another tab Signed-off-by: Vash Knives <aclassynerd@gmail.com>
97fdadc
to
9bbd80a
Compare
Great, yes - that worked. You can see by looking at the commit https://github.com/vmware-tanzu/kubeapps/pull/6903/commits and seeing the "Verified" (if you click on it, it tells you its' verified by your gpg key). I'll re-run the workflow. |
@absoludity nice, glad that worked! |
Description of the change
Fixes the #6891 ticket
Benefits
Opens a new tab for external links
Possible drawbacks
N/A
Applicable issues
Additional information
N/A