This is an automated email from the ASF dual-hosted git repository. martijnvisser pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/flink-connector-elasticsearch.git
The following commit(s) were added to refs/heads/main by this push: new 55e6a9f [hotfix] add Flink-style IntelliJ settings 55e6a9f is described below commit 55e6a9ff84726d425cdd8430e57d374e2a4543c9 Author: Alexander Fedulov <1492164+afedu...@users.noreply.github.com> AuthorDate: Thu Apr 7 18:10:53 2022 +0200 [hotfix] add Flink-style IntelliJ settings --- .idea/vcs.xml | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) diff --git a/.idea/vcs.xml b/.idea/vcs.xml new file mode 100644 index 0000000..309fd12 --- /dev/null +++ b/.idea/vcs.xml @@ -0,0 +1,25 @@ +<?xml version="1.0" encoding="UTF-8"?> +<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/apache/flink/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>