This is an automated email from the ASF dual-hosted git repository. lzljs3620320 pushed a commit to branch release-0.4 in repository https://gitbox.apache.org/repos/asf/incubator-paimon.git
commit aecc97c22c6f56ea3ee75ec93b7600ebb7a74851 Author: JingsongLi <[email protected]> AuthorDate: Fri May 5 14:04:15 2023 +0800 [idea] Add vcs.xml to issue link --- .gitignore | 3 ++- .idea/vcs.xml | 21 +++++++++++++++++++++ 2 files changed, 23 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 81f00540b..c1f00b464 100644 --- a/.gitignore +++ b/.gitignore @@ -1,6 +1,7 @@ .cache .classpath -.idea +.idea/* +!.idea/vcs.xml .metadata .settings .project diff --git a/.idea/vcs.xml b/.idea/vcs.xml new file mode 100644 index 000000000..889d1a311 --- /dev/null +++ b/.idea/vcs.xml @@ -0,0 +1,21 @@ +<?xml version="1.0" encoding="UTF-8"?> +<project version="4"> + <component name="IssueNavigationConfiguration"> + <option name="links"> + <list> + <IssueNavigationLink> + <option name="issueRegexp" value="[A-Z]+\-\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/incubator-paimon/pull/$1" /> + </IssueNavigationLink> + </list> + </option> + </component> + <component name="VcsDirectoryMappings"> + <mapping directory="$PROJECT_DIR$" vcs="Git" /> + <mapping directory="$PROJECT_DIR$/docs/themes/book" vcs="Git" /> + </component> +</project> \ No newline at end of file
