This is an automated email from the ASF dual-hosted git repository.
jiabaosun pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/flink-cdc.git
The following commit(s) were added to refs/heads/master by this push:
new 96888b2ce [FLINK-34577] Add IssueNavigationLink for IDEA git log
(#3096)
96888b2ce is described below
commit 96888b2ce0a7981ebe5917b6c27deb4015d845d2
Author: gongzhongqiang <[email protected]>
AuthorDate: Tue Mar 5 17:54:25 2024 +0800
[FLINK-34577] Add IssueNavigationLink for IDEA git log (#3096)
---
.idea/vcs.xml | 26 ++++++++++----------------
1 file changed, 10 insertions(+), 16 deletions(-)
diff --git a/.idea/vcs.xml b/.idea/vcs.xml
index e992962bf..e774de2af 100644
--- a/.idea/vcs.xml
+++ b/.idea/vcs.xml
@@ -1,25 +1,19 @@
<?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="IssueNavigationConfiguration">
<option name="links">
<list>
+ <IssueNavigationLink>
+ <option name="issueRegexp" value="FLINK\-\d+" />
+ <option name="linkRegexp"
value="https://issues.apache.org/jira/browse/$0" />
+ </IssueNavigationLink>
+ <IssueNavigationLink>
+ <option name="issueRegexp" value="FLIP\-\d+" />
+ <option name="linkRegexp"
value="https://cwiki.apache.org/confluence/display/FLINK/$0" />
+ </IssueNavigationLink>
<IssueNavigationLink>
<option name="issueRegexp" value="#(\d+)" />
- <option name="linkRegexp"
value="https://github.com/ververica/flink-cdc-connectors/pull/$1" />
+ <option name="linkRegexp"
value="https://github.com/apache/flink-cdc/pull/$1" />
</IssueNavigationLink>
</list>
</option>
@@ -27,4 +21,4 @@
<component name="VcsDirectoryMappings">
<mapping directory="$PROJECT_DIR$" vcs="Git" />
</component>
-</project>
\ No newline at end of file
+</project>