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

nihaljain pushed a commit to branch branch-2.5
in repository https://gitbox.apache.org/repos/asf/hbase.git


The following commit(s) were added to refs/heads/branch-2.5 by this push:
     new 0096370d374 HBASE-29954 Support magic links to PR and JIRA in IDEA 
(#7841)
0096370d374 is described below

commit 0096370d3746f776c7ffe8e335e204779c3348ee
Author: Liu Xiao <[email protected]>
AuthorDate: Tue Mar 10 14:16:09 2026 +0800

    HBASE-29954 Support magic links to PR and JIRA in IDEA (#7841)
    
    Signed-off-by: Dávid Paksy <[email protected]>
    Signed-off-by: Nihal Jain <[email protected]>
    
    (cherry picked from commit 975aec8fc491a458824c44493f954af9c1548681)
---
 .gitignore    |  3 ++-
 .idea/vcs.xml | 39 +++++++++++++++++++++++++++++++++++++++
 2 files changed, 41 insertions(+), 1 deletion(-)

diff --git a/.gitignore b/.gitignore
index 4281f3a321f..9ab7a972d7a 100644
--- a/.gitignore
+++ b/.gitignore
@@ -4,7 +4,8 @@
 .DS_Store
 .classpath
 /build
-**/.idea/
+.idea/*
+!.idea/vcs.xml
 /logs
 *target/
 *.orig
diff --git a/.idea/vcs.xml b/.idea/vcs.xml
new file mode 100644
index 00000000000..b2aa0751c81
--- /dev/null
+++ b/.idea/vcs.xml
@@ -0,0 +1,39 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+/**
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
+ *
+ *     http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+-->
+<project version="4">
+  <component name="VcsDirectoryMappings">
+    <mapping directory="" vcs="Git" />
+  </component>
+  <component name="IssueNavigationConfiguration">
+    <option name="links">
+      <list>
+        <IssueNavigationLink>
+          <option name="issueRegexp" value="HBASE\-\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/hbase/pull/$1"/>
+        </IssueNavigationLink>
+      </list>
+    </option>
+  </component>
+</project>

Reply via email to