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

chengpan pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/kyuubi.git


The following commit(s) were added to refs/heads/master by this push:
     new 1098086bc [KYUUBI #5637] [INFRA] Add known contributor translation
1098086bc is described below

commit 1098086bccfbcf23d2e4f2575f52d93cf8ff4795
Author: Cheng Pan <[email protected]>
AuthorDate: Wed Nov 8 09:42:48 2023 +0800

    [KYUUBI #5637] [INFRA] Add known contributor translation
    
    ### _Why are the changes needed?_
    
    This PR proposes to add a contributor name translation mapping, it's for 
the contributor's contributions calculation.
    
    Note, that this PR only contains the mapping, but not the scripts (I still 
need to polish them).
    
    ### _How was this patch tested?_
    - [ ] Add some test cases that check the changes thoroughly including 
negative and positive cases if possible
    
    - [ ] Add screenshots for manual tests if appropriate
    
    - [ ] [Run 
test](https://kyuubi.readthedocs.io/en/master/contributing/code/testing.html#running-tests)
 locally before make a pull request
    
    ### _Was this patch authored or co-authored using generative AI tooling?_
    
    No
    
    Closes #5637 from pan3793/trans.
    
    Closes #5637
    
    727923bb9 [sychen] sort
    8a65304fd [sychen] add
    166898e23 [Cheng Pan] fix
    472d3f0bd [Cheng Pan] nit
    5a24e6907 [Cheng Pan] ni
    2efe704a4 [Cheng Pan] [INFRA] Add known contributor translation
    
    Lead-authored-by: Cheng Pan <[email protected]>
    Co-authored-by: sychen <[email protected]>
    Signed-off-by: Cheng Pan <[email protected]>
---
 .gitignore                       |  1 +
 build/release/known_translations | 60 ++++++++++++++++++++++++++++++++++++++++
 2 files changed, 61 insertions(+)

diff --git a/.gitignore b/.gitignore
index a2f6fb1ef..dcf808e67 100644
--- a/.gitignore
+++ b/.gitignore
@@ -42,6 +42,7 @@
 .settings
 build/apache-maven*
 build/release/tmp
+build/release/*.txt
 build/scala*
 build/test
 target/
diff --git a/build/release/known_translations b/build/release/known_translations
new file mode 100644
index 000000000..73fd1ad55
--- /dev/null
+++ b/build/release/known_translations
@@ -0,0 +1,60 @@
+#
+# 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.
+#
+
+# This is a mapping of names to be translated.
+# The format expected on each line should be: <GitHub ID> - <Full Name>
+AngersZhuuuu - Yi Zhu
+ASiegeLion - Peiyue Liu
+bowenliang123 - Bowen Liang
+BruceWong96 - Bruce Wong
+CavemanIV - Liang Zhang
+cxzl25 - Shaoyun Chen
+davidyuan1223 - David Yuan
+dependabot[bot] - GitHub Bot
+dev-lpq - Pengqi Li
+dnskr - Denis Krivenko
+edddddy - Yang Du
+hadoopkandy - Kang Wang
+HaoYang670 - Remzi Yang
+huage1994 - Guanhua Li
+iodone - Yaodong Zhang
+ITzhangqiang - Qiang Zhang
+Kiss736921 - Alex Zou
+labbomb - Junjie Xu
+lightning_L - Tianlin Liao
+liunaijie - Naijie Liu
+lsm1 - Senmiao Liu
+mattshma - Ming Ma
+merrily01 - Ruilei Ma
+minyk - Drake Youngkun Min
+packyan - Deng An
+QianyongY - Yong Qian
+thomasg19930417 - Xu Guo
+turboFei - Fei Wang
+ulysses-you - Xiduo You
+wangmiao1002 - Miao Wang
+wForget - Zhen Wang
+Xieming LI - Xieming Li
+XorSum - Baokun Han
+yabola - Chenliang Lu
+Yikf - Kaifei Yi
+ymZhao1001 - Yangming Zhao
+zhaohehuhu - He Zhao
+zhaomin1423 - Min Zhao
+zhouyifan279 - Yifan Zhou
+zhuyaogai - Yaogai Zhu
+zwangsheng - Binjie Yang

Reply via email to