This is an automated email from the ASF dual-hosted git repository.

szetszwo pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/ratis.git


The following commit(s) were added to refs/heads/master by this push:
     new 436b7d264 RATIS-1829. Support magic links to PR and JIRA in IDEA (#870)
436b7d264 is described below

commit 436b7d264e40f076519f2854bba13d710c5296a5
Author: tison <[email protected]>
AuthorDate: Mon Apr 10 11:15:36 2023 +0800

    RATIS-1829. Support magic links to PR and JIRA in IDEA (#870)
---
 .idea/vcs.xml | 20 ++++++++++++++++++++
 1 file changed, 20 insertions(+)

diff --git a/.idea/vcs.xml b/.idea/vcs.xml
new file mode 100644
index 000000000..82aee3231
--- /dev/null
+++ b/.idea/vcs.xml
@@ -0,0 +1,20 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<project version="4">
+  <component name="VcsDirectoryMappings">
+    <mapping directory="" vcs="Git" />
+  </component>
+  <component name="IssueNavigationConfiguration">
+    <option name="links">
+      <list>
+        <IssueNavigationLink>
+          <option name="issueRegexp" value="RATIS\-\d+" />
+          <option name="linkRegexp" 
value="https://issues.apache.org/jira/browse/$0"; />
+        </IssueNavigationLink>
+        <IssueNavigationLink>
+          <option name="issueRegexp" value="#(\d+)"/>
+          <option name="linkRegexp" 
value="https://github.com/apache/ratis/pull/$1"/>
+        </IssueNavigationLink>
+      </list>
+    </option>
+  </component>
+</project>
\ No newline at end of file

Reply via email to