You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@linkis.apache.org by pe...@apache.org on 2022/01/17 13:01:59 UTC

[incubator-linkis-website] branch dev updated: update how-to-email.md

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

peacewong pushed a commit to branch dev
in repository https://gitbox.apache.org/repos/asf/incubator-linkis-website.git


The following commit(s) were added to refs/heads/dev by this push:
     new de5fdef  update how-to-email.md
     new dbbeed1  Merge pull request #114 from casionone/dev
de5fdef is described below

commit de5fdef1b56308bb899ddd61b50a7538d783b667
Author: casionone <ca...@gmail.com>
AuthorDate: Mon Jan 17 20:56:54 2022 +0800

    update how-to-email.md
---
 community/how-to-email.md                          | 34 +++++++++++++++++++++-
 community/how-to-verify.md                         |  3 +-
 .../context_service/context_service_search.md      |  4 +--
 docs/{release-note.md => release-notes-rc.md}      |  3 +-
 docusaurus.config.js                               |  1 +
 .../current/how-to-email.md                        | 33 ++++++++++++++++++++-
 .../{release-note.md => release-notes-rc.md}       |  2 ++
 .../context_service/context_service_search.md      |  2 +-
 .../context_service/context_service_search.md      |  4 +--
 9 files changed, 77 insertions(+), 9 deletions(-)

diff --git a/community/how-to-email.md b/community/how-to-email.md
index 9408422..0248ef4 100644
--- a/community/how-to-email.md
+++ b/community/how-to-email.md
@@ -80,7 +80,39 @@ From the determination of a version to the release, it may involve specific comm
 4. New committer/ppmc votes need to be sent to private@linkis.apache.org. See https://community.apache.org/newcommitter.html for the new committee/ppmc selection process
 
 
-## 5. Appendix
+## 5. How to Reply to Version Release Voting Emails
+If a release vote is initiated, after verification (see [How to verify](how-to-verify.md) for the detailed verification process), you can refer to this reply example for email reply
+
+If you initiate a posting vote, you can refer to this response example to reply to the email after verification
+<font color="red">
+When replying to the email, you must bring the information that you have checked by yourself. Simply replying to `+1 approve` is invalid.
+
+PPMC/IPMC member voting is best with the binding suffix, indicating a binding vote, which is convenient for counting voting results
+</font>
+
+Non-PPMC/Non-IPMC member
+```html
++1 (non-binding)
+I checked:
+     1. All download links are valid
+     2. Checksum and signature are OK
+     3. LICENSE and NOTICE are exist
+     4. Build successfully on macOS(Big Sur)
+     5.  
+````
+
+PPMC/IPMC member
+```html
++1 (binding)
+I checked:
+     1. All download links are valid
+     2. Checksum and signature are OK
+     3. LICENSE and NOTICE are exist
+     4. Build successfully on macOS(Big Sur)
+     5.  
+````
+
+## 6. Appendix
 ** QQ mailbox switch to plain text format **
 
 ![image](https://user-images.githubusercontent.com/11496700/149449779-d0116bb1-de9e-4cc4-98fb-af3327b15c09.png)
\ No newline at end of file
diff --git a/community/how-to-verify.md b/community/how-to-verify.md
index 4dfed18..40208a6 100644
--- a/community/how-to-verify.md
+++ b/community/how-to-verify.md
@@ -179,6 +179,7 @@ You can refer to this article: [ASF Third Party License Policy](https://apache.o
  
 
 ## 3. Email reply
+
 If you initiate a posting vote, you can refer to this response example to reply to the email after verification
 <font color="red">
 When replying to the email, you must bring the information that you have checked by yourself. Simply replying to `+1 approve` is invalid.
@@ -186,7 +187,7 @@ When replying to the email, you must bring the information that you have checked
 PPMC/IPMC member voting is best with the binding suffix, indicating a binding vote, which is convenient for counting voting results
 </font>
 
-Non-PPMC/IPMC member
+Non-PPMC/Non-IPMC member
 ```html
 +1 (non-binding)
 I checked:
diff --git a/docs/architecture/public_enhancement_services/context_service/context_service_search.md b/docs/architecture/public_enhancement_services/context_service/context_service_search.md
index a36cf76..543b30c 100644
--- a/docs/architecture/public_enhancement_services/context_service/context_service_search.md
+++ b/docs/architecture/public_enhancement_services/context_service/context_service_search.md
@@ -117,8 +117,8 @@ Provide a search interface, receive Map as a parameter, and filter out the corre
 > Taking tree A and tree B as examples, calculate the costs of these two trees respectively, as shown in the figure below, the number in the node is Cost\|Weight, assuming that the cost of the 5 simple conditions of ABCDE is 10, 100, 50 , 10, and 100. It can be concluded that the cost of tree B is less than that of tree A, which is a better solution.
 
 
-<center class="half">
-    <img src="/Images/Architecture/Public_Enhancement_Service/ContextService/linkis-contextservice-search-06.png" width="300"/> <img src="./../ /Images/Architecture/Public_Enhancement_Service/ContextService/linkis-contextservice-search-07.png" width="300"/>
+<center>
+    <img src="/Images/Architecture/Public_Enhancement_Service/ContextService/linkis-contextservice-search-06.png" width="300"/> <img src="/Images/Architecture/Public_Enhancement_Service/ContextService/linkis-contextservice-search-07.png" width="300"/>
 </center>
 
 1. Use CostCalculator to measure the cost of simple conditions:
diff --git a/docs/release-note.md b/docs/release-notes-rc.md
similarity index 95%
rename from docs/release-note.md
rename to docs/release-notes-rc.md
index 35d5632..833b129 100644
--- a/docs/release-note.md
+++ b/docs/release-notes-rc.md
@@ -90,7 +90,8 @@ Abbreviations:
 
 ## Others
 * \[Commons&MGS-LinkisServiceGateway][[Linkis-1192]](https://github.com/apache/incubator-linkis/pull/1092) third-party dependencies of mysql-connector-java which violates apache licensing policy, because of the apache licensing policy, project cannot dependency on mysql-connector-java, if only for your own project used, you can rely on mysql-connector-java in your own project.
-
+* \[Commons&MGS-LinkisEureka][[Linkis-1291]](https://github.com/apache/incubator-linkis/pull/1291) remove the jar package io.github.x-stream with unclear license attribution category:mxparser
+* \[Console][[Linkis-1301]](https://github.com/apache/incubator-linkis/pull/1301) remove font files with unknown license authorization and front-end resource files such as unused image icons
 ---------
 
 ## Credits 
diff --git a/docusaurus.config.js b/docusaurus.config.js
index 923a20d..d401310 100644
--- a/docusaurus.config.js
+++ b/docusaurus.config.js
@@ -70,6 +70,7 @@ const darkCodeTheme = require('prism-react-renderer/themes/dracula');
          appId: 'AE29KQB3IA',
          apiKey: '9ca054a67ee2403605e78587a518b0d6',
          indexName: 'linkis-apache',
+         contextualSearch:true,
      },
      colorMode: {
           defaultMode: 'light',
diff --git a/i18n/zh-CN/docusaurus-plugin-content-docs-community/current/how-to-email.md b/i18n/zh-CN/docusaurus-plugin-content-docs-community/current/how-to-email.md
index 91bb8c3..86f2f7b 100644
--- a/i18n/zh-CN/docusaurus-plugin-content-docs-community/current/how-to-email.md
+++ b/i18n/zh-CN/docusaurus-plugin-content-docs-community/current/how-to-email.md
@@ -78,8 +78,39 @@ Linkis的存档邮件可以在此处查看[存档邮件](https://lists.apache.or
 3. 主持的周例会,会议前需要发布会议邀约提醒邮件/会议后要发送会议纪要邮件至dev@linkis.apache.org邮箱中
 4. 新的committer/ppmc投票需要发送投票邮件至private@linkis.apache.org邮箱中。新的committer/ppmc推选流程见 https://community.apache.org/newcommitter.html
 
+## 5. 版本发布投票邮件的回复
+如果发起了发布投票,验证后(详细验证流程见[如何验证](how-to-verify.md)),可以参照此回复示例进行邮件回复
+
+<font color="red">
+回复的邮件一定要带上自己检查了那些项信息,仅仅回复`+1 approve`,是无效的。
+
+PPMC/IPMC成员,投票时请带上 binding后缀,表示具有约束性投票,方便统计投票结果
+</font>
+
+非PPMC/IPMC成员
+```html
++1 (non-binding)
+I  checked:
+    1. All download links are valid
+    2. Checksum and signature are OK
+    3. LICENSE and NOTICE are exist
+    4. Build successfully on macOS(Big Sur) 
+    5. ....
+```
+
+PPMC/IPMC成员
+```html
++1 (binding)
+I  checked:
+    1. All download links are valid
+    2. Checksum and signature are OK
+    3. LICENSE and NOTICE are exist
+    4. Build successfully on macOS(Big Sur) 
+    5. ....
+```
+
+## 6. 附录
 
-## 5. 附录
 ** QQ邮箱切换纯文本格式 **
 
 ![image](https://user-images.githubusercontent.com/11496700/149449779-d0116bb1-de9e-4cc4-98fb-af3327b15c09.png)
diff --git a/i18n/zh-CN/docusaurus-plugin-content-docs/current/release-note.md b/i18n/zh-CN/docusaurus-plugin-content-docs/current/release-notes-rc.md
similarity index 95%
rename from i18n/zh-CN/docusaurus-plugin-content-docs/current/release-note.md
rename to i18n/zh-CN/docusaurus-plugin-content-docs/current/release-notes-rc.md
index 92aee51..9c6c7a7 100644
--- a/i18n/zh-CN/docusaurus-plugin-content-docs/current/release-note.md
+++ b/i18n/zh-CN/docusaurus-plugin-content-docs/current/release-notes-rc.md
@@ -86,6 +86,8 @@ Apache Linkis(incubating) 1.0.3 包含所有 [Project Linkis-1.0.3](https://gith
 
 ## 其他
 * \[Commons&MGS-LinkisServiceGateway][[Linkis-1192]](https://github.com/apache/incubator-linkis/pull/1092) 第三方依赖mysql-connector-java违反了Apache 许可政策。所以从1.0.3开始移除了对 mysql-connector-java 的依赖,如果只为自己的项目使用,可以自行在项目中增加 mysql-connector-java 依赖。
+* \[Commons&MGS-LinkisEureka][[Linkis-1291]](https://github.com/apache/incubator-linkis/pull/1291)移除license归属类别不明确的jar包 io.github.x-stream:mxparser 
+* \[Console][[Linkis-1301]](https://github.com/apache/incubator-linkis/pull/1301)移除license授权未知的字体文件以及未使用到的图片图标等前端资源文件
 
 ---------
 
diff --git a/i18n/zh-CN/docusaurus-plugin-content-docs/version-1.0.2/architecture/public_enhancement_services/context_service/context_service_search.md b/i18n/zh-CN/docusaurus-plugin-content-docs/version-1.0.2/architecture/public_enhancement_services/context_service/context_service_search.md
index 18c1f8e..3541470 100644
--- a/i18n/zh-CN/docusaurus-plugin-content-docs/version-1.0.2/architecture/public_enhancement_services/context_service/context_service_search.md
+++ b/i18n/zh-CN/docusaurus-plugin-content-docs/version-1.0.2/architecture/public_enhancement_services/context_service/context_service_search.md
@@ -116,7 +116,7 @@ sidebar_position: 6
 >   以树A和树B为例子,分别计算出这两个树的代价,如下图所示,节点中的数字为Cost\|Weight,假设ABCDE这5个简单条件的Cost为10、100、50、10和100。由此可以得出,树B的代价小于树A,为更优方案。
 
 
-<center class="half">
+<center>
     <img src="/Images-zh/Architecture/Public_Enhancement_Service/ContextService/linkis-contextservice-search-06.png" width="300"/> <img src="/Images-zh/Architecture/Public_Enhancement_Service/ContextService/linkis-contextservice-search-07.png" width="300"/>
 </center>
 
diff --git a/versioned_docs/version-1.0.2/architecture/public_enhancement_services/context_service/context_service_search.md b/versioned_docs/version-1.0.2/architecture/public_enhancement_services/context_service/context_service_search.md
index a36cf76..543b30c 100644
--- a/versioned_docs/version-1.0.2/architecture/public_enhancement_services/context_service/context_service_search.md
+++ b/versioned_docs/version-1.0.2/architecture/public_enhancement_services/context_service/context_service_search.md
@@ -117,8 +117,8 @@ Provide a search interface, receive Map as a parameter, and filter out the corre
 > Taking tree A and tree B as examples, calculate the costs of these two trees respectively, as shown in the figure below, the number in the node is Cost\|Weight, assuming that the cost of the 5 simple conditions of ABCDE is 10, 100, 50 , 10, and 100. It can be concluded that the cost of tree B is less than that of tree A, which is a better solution.
 
 
-<center class="half">
-    <img src="/Images/Architecture/Public_Enhancement_Service/ContextService/linkis-contextservice-search-06.png" width="300"/> <img src="./../ /Images/Architecture/Public_Enhancement_Service/ContextService/linkis-contextservice-search-07.png" width="300"/>
+<center>
+    <img src="/Images/Architecture/Public_Enhancement_Service/ContextService/linkis-contextservice-search-06.png" width="300"/> <img src="/Images/Architecture/Public_Enhancement_Service/ContextService/linkis-contextservice-search-07.png" width="300"/>
 </center>
 
 1. Use CostCalculator to measure the cost of simple conditions:

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@linkis.apache.org
For additional commands, e-mail: commits-help@linkis.apache.org