Skip to content

Commit

Permalink
[github] add branch protection (#9)
Browse files Browse the repository at this point in the history
protect following branches:
1.main
2.bdbje
3.libhdfs3
  • Loading branch information
morningman authored Aug 9, 2022
1 parent 4dace92 commit 20fe30b
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 4 deletions.
13 changes: 13 additions & 0 deletions .asf.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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/CHANGELOG.md) |
| 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) |

0 comments on commit 20fe30b

Please sign in to comment.