This is an automated email from the ASF dual-hosted git repository.
nihaljain pushed a commit to branch branch-3
in repository https://gitbox.apache.org/repos/asf/hbase.git
The following commit(s) were added to refs/heads/branch-3 by this push:
new 474c2e75501 HBASE-29954 Support magic links to PR and JIRA in IDEA
(#7841)
474c2e75501 is described below
commit 474c2e75501fbac03fc20ff70668a86269ed7a94
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 6d1584c8890..77a8ce30890 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>