This is an automated email from the ASF dual-hosted git repository. caiconghui pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/doris-thirdparty.git
The following commit(s) were added to refs/heads/main by this push: new 20fe30b [github] add branch protection (#9) 20fe30b is described below commit 20fe30bdbfe92c6ee1563ff1e4ee51fb8804da83 Author: Mingyu Chen <morningman....@gmail.com> AuthorDate: Tue Aug 9 22:17:26 2022 +0800 [github] add branch protection (#9) protect following branches: 1.main 2.bdbje 3.libhdfs3 --- .asf.yaml | 13 +++++++++++++ README.md | 8 ++++---- 2 files changed, 17 insertions(+), 4 deletions(-) diff --git a/.asf.yaml b/.asf.yaml index 7aee5a7..a88105c 100644 --- a/.asf.yaml +++ b/.asf.yaml @@ -42,5 +42,18 @@ github: squash: true merge: false rebase: false + protected_branches: + main: + required_pull_request_reviews: + dismiss_stale_reviews: true + required_approving_review_count: 1 + bdbje: + required_pull_request_reviews: + dismiss_stale_reviews: true + required_approving_review_count: 1 + libhdfs3: + required_pull_request_reviews: + dismiss_stale_reviews: true + required_approving_review_count: 1 notifications: pullrequests_status: commits@doris.apache.org diff --git a/README.md b/README.md index 930c291..4d9410d 100644 --- a/README.md +++ b/README.md @@ -23,7 +23,7 @@ This repository is used to manage third-party libraries used in Apache Doris. So # Current Libs -| Lib Name | Branch | Description | Base version | Source URL | Latest Tag | -| -------- | -------- | ------------------------------------------------------------ | ------------ | ------------------------------------------------------------ | ---------- | -| libhdfs3 | libhdfs3 | designed as an alternative implementation of libhdfs, is implemented based on native Hadoop RPC protocol and HDFS data transfer protocol. It gets rid of the drawbacks of JNI, and it has a lightweight, small memory footprint code base. In addition, it is easy to use and deploy. | Master | [HAWQ_depends](https://github.com/apache/hawq/tree/master/depends/libhdfs3) | libhdfs3-v2.3.2 | -| bdbje | bdbje | Berkley Database Java Edition - build and runtime support. | 18.3.12 | [bdbje Maven src](https://search.maven.org/artifact/com.sleepycat/je/18.3.12/jar) | bdbje-18.3.13-doris-snapshot | +| Lib Name | Branch | Description | Base version | Source URL | Latest Tag | CHANGELOG| +| -------- | -------- | ------------------------------------------------------------ | ------------ | ------------------------------------------------------------ | ---------- | --- | +| libhdfs3 | libhdfs3 | designed as an alternative implementation of libhdfs, is implemented based on native Hadoop RPC protocol and HDFS data transfer protocol. It gets rid of the drawbacks of JNI, and it has a lightweight, small memory footprint code base. In addition, it is easy to use and deploy. | Master | [HAWQ_depends](https://github.com/apache/hawq/tree/master/depends/libhdfs3) | libhdfs3-v2.3.3 | [CHANGELOG](https://github.com/apache/doris-thirdparty/blob/libhdfs3/CHAN [...] +| bdbje | bdbje | Berkley Database Java Edition - build and runtime support. | 18.3.12 | [bdbje Maven src](https://search.maven.org/artifact/com.sleepycat/je/18.3.12/jar) | bdbje-18.3.13-doris-snapshot | [CHANGELOG](https://github.com/apache/doris-thirdparty/blob/bdbje/CHANGELOG.md) | --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org