-
Notifications
You must be signed in to change notification settings - Fork 444
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
[GLUTEN-8257][CORE] Make IDEA support IssueNavigationLink #8258
base: main
Are you sure you want to change the base?
Conversation
Thanks for opening a pull request! Could you open an issue for this pull request on Github Issues? https://github.com/apache/incubator-gluten/issues Then could you also rename commit message and pull request title in the following format?
See also: |
@merrily01, could you clarify how this window is opened? It's just for checking commit history? Seems |
sadly, IDE does not support jumping to the commit link for now. |
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.
👍 very helpful improvement
The feature looks great. Though will this change create conflict between repo's and user's |
maybe we should use a new doc to let user integrate to their IDEA. |
Yeah,if the user has a vcs.xml locally, it may update the file or cause conflicts just like other file, when pulling the code. |
What changes were proposed in this pull request?
Make IDEA support IssueNavigationLink.
(Fixes: #8257)
How was this patch tested?
Manual test.
Before:
After: