This is an automated email from the ASF dual-hosted git repository.

zhouky pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/incubator-celeborn.git


The following commit(s) were added to refs/heads/main by this push:
     new c37300661 [CELEBORN-951] Add IssueNavigationLink and icon for IDEA
c37300661 is described below

commit c373006618d331cbeade2abd5814d7032bfbea6f
Author: sychen <[email protected]>
AuthorDate: Wed Sep 6 20:39:36 2023 +0800

    [CELEBORN-951] Add IssueNavigationLink and icon for IDEA
    
    ### What changes were proposed in this pull request?
    
    <img width="598" alt="image" 
src="https://github.com/apache/incubator-celeborn/assets/3898450/1488b7ad-b323-411a-98d9-285439190752";>
    
    <img width="681" alt="image" 
src="https://github.com/apache/incubator-celeborn/assets/3898450/26b8c8bc-2d88-4817-aeb7-d21fc7a3d55f";>
    
    ### Why are the changes needed?
    
    ### Does this PR introduce _any_ user-facing change?
    
    ### How was this patch tested?
    
    Closes #1883 from cxzl25/idea_icon_and_link.
    
    Authored-by: sychen <[email protected]>
    Signed-off-by: zky.zhoukeyong <[email protected]>
---
 .idea/icon.png | Bin 0 -> 6818 bytes
 .idea/vcs.xml  |  36 ++++++++++++++++++++++++++++++++++++
 2 files changed, 36 insertions(+)

diff --git a/.idea/icon.png b/.idea/icon.png
new file mode 100644
index 000000000..77333f0ca
Binary files /dev/null and b/.idea/icon.png differ
diff --git a/.idea/vcs.xml b/.idea/vcs.xml
new file mode 100644
index 000000000..8cc7fcc07
--- /dev/null
+++ b/.idea/vcs.xml
@@ -0,0 +1,36 @@
+<?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="[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-celeborn/pull/$1"; />
+        </IssueNavigationLink>
+      </list>
+    </option>
+  </component>
+  <component name="VcsDirectoryMappings">
+    <mapping directory="" vcs="Git" />
+  </component>
+</project>

Reply via email to