This is an automated email from the ASF dual-hosted git repository.
martijnvisser pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/flink.git
The following commit(s) were added to refs/heads/master by this push:
new 7b5fe279cde [hotfix] Revert accidentally committed change to
`.idea/vcx.xml` as part of f6d09c5c0182767243d6628fb257ddd0a93482e4
7b5fe279cde is described below
commit 7b5fe279cdebaa7b712141da286cde2f864c6bbf
Author: Martijn Visser <[email protected]>
AuthorDate: Thu Jul 27 16:26:56 2023 +0200
[hotfix] Revert accidentally committed change to `.idea/vcx.xml` as part of
f6d09c5c0182767243d6628fb257ddd0a93482e4
---
.idea/vcs.xml | 30 +-----------------------------
1 file changed, 1 insertion(+), 29 deletions(-)
diff --git a/.idea/vcs.xml b/.idea/vcs.xml
index 8c1dfffdcbb..165d593076e 100644
--- a/.idea/vcs.xml
+++ b/.idea/vcs.xml
@@ -15,34 +15,6 @@
<option name="issueRegexp" value="#(\d+)" />
<option name="linkRegexp"
value="https://github.com/apache/flink/pull/$1" />
</IssueNavigationLink>
- <IssueNavigationLink>
- <option name="issueRegexp" value="\bb/(\d+)(#\w+)?\b" />
- <option name="linkRegexp"
value="https://buganizer.corp.google.com/issues/$1$2" />
- </IssueNavigationLink>
- <IssueNavigationLink>
- <option name="issueRegexp" value="\b(?:BUG=|FIXED=)(\d+)\b" />
- <option name="linkRegexp"
value="https://buganizer.corp.google.com/issues/$1" />
- </IssueNavigationLink>
- <IssueNavigationLink>
- <option name="issueRegexp"
value="\b(?:cl/|cr/|OCL=|DIFFBASE=|ROLLBACK_OF=)(\d+)\b" />
- <option name="linkRegexp"
value="https://critique.corp.google.com/$1" />
- </IssueNavigationLink>
- <IssueNavigationLink>
- <option name="issueRegexp" value="\bomg/(\d+)\b" />
- <option name="linkRegexp" value="https://omg.corp.google.com/$1" />
- </IssueNavigationLink>
- <IssueNavigationLink>
- <option name="issueRegexp"
value="\b(?:go/|goto/)([^,.<>()"\s]+(?:[.,][^,.<>()"\s]+)*)"
/>
- <option name="linkRegexp" value="https://goto.google.com/$1" />
- </IssueNavigationLink>
- <IssueNavigationLink>
- <option name="issueRegexp" value="\bcs/([^\s]+[\w$])" />
- <option name="linkRegexp"
value="https://cs.corp.google.com/search/?q=$1" />
- </IssueNavigationLink>
- <IssueNavigationLink>
- <option name="issueRegexp"
value="(LINT\.IfChange)|(LINT\.ThenChange)" />
- <option name="linkRegexp"
value="https://goto.google.com/ifthisthenthatlint" />
- </IssueNavigationLink>
</list>
</option>
</component>
@@ -50,4 +22,4 @@
<mapping directory="$PROJECT_DIR$" vcs="Git" />
<mapping directory="$PROJECT_DIR$/docs/themes/book" vcs="Git" />
</component>
-</project>
\ No newline at end of file
+</project>