Skip to content

Commit

Permalink
[SPARK-35223] Add IssueNavigationLink
Browse files Browse the repository at this point in the history
### What changes were proposed in this pull request?

Add `IssueNavigationLink` to make IDEA support hyperlink on JIRA Ticket and GitHub PR on Git plugin.

![image](https://user-images.githubusercontent.com/26535726/115997353-5ecdc600-a615-11eb-99eb-6acbf15d8626.png)

### Why are the changes needed?

Make it more friendly for developers which using IDEA.

### Does this PR introduce _any_ user-facing change?

No.

### How was this patch tested?

Closes apache#32337 from pan3793/SPARK-35223.

Authored-by: Cheng Pan <379377944@qq.com>
Signed-off-by: Kent Yao <yao@apache.org>
  • Loading branch information
pan3793 authored and yaooqinn committed Apr 26, 2021
1 parent c0a3c0c commit 84026d7
Show file tree
Hide file tree
Showing 2 changed files with 39 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,9 @@
.ensime_cache/
.ensime_lucene
.generated-mima*
.idea/
# The star is required for further !.idea/ to work, see https://git-scm.com/docs/gitignore
.idea/*
!.idea/vcs.xml
.idea_modules/
.project
.pydevproject
Expand Down
36 changes: 36 additions & 0 deletions .idea/vcs.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 84026d7

Please sign in to comment.