forked from bfenetworks/bfe
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'bfenetworks:develop' into develop
- Loading branch information
Showing
40 changed files
with
782 additions
and
55 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -50,7 +50,7 @@ jobs: | |
|
||
# Check license header | ||
- name: Check License Header | ||
uses: apache/skywalking-eyes@main | ||
uses: apache/skywalking-eyes/[email protected] | ||
|
||
# Setup golang sdk | ||
- name: Setup Go | ||
|
@@ -75,8 +75,8 @@ jobs: | |
- name: setup Python | ||
uses: actions/setup-python@v2 | ||
with: | ||
python-version: '2.x' # Version range or exact version of a Python version to use, using SemVer's version range syntax | ||
- run: python -m SimpleHTTPServer 8181& | ||
python-version: '3.x' # Version range or exact version of a Python version to use, using SemVer's version range syntax | ||
- run: python3 -m http.server 8181& | ||
|
||
# Modify Conf and Run | ||
- name: Run | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,21 +6,25 @@ This file lists who are the maintainers of the BFE project. The responsibilities | |
|
||
| Name | GitHub ID | Affiliation | | ||
| ---- | --------- | ----------- | | ||
| [Miao Zhang](mailto:zhangmiao02@baidu.com) | [mileszhang2016](https://github.com/mileszhang2016) | Baidu | | ||
| [Sijie Yang](mailto:[email protected]) | [iyangsj](https://github.com/iyangsj) | Baidu | | ||
| [Miao Zhang](mailto:zhangmiao@yf-networks.com) | [mileszhang2016](https://github.com/mileszhang2016) | Yingfei Networks | | ||
| [Sijie Yang](mailto:[email protected]) | [iyangsj](https://github.com/iyangsj) | Tencent | | ||
|
||
## Senior Maintainers | ||
|
||
| Name | GitHub ID | Affiliation | | ||
| ---- | --------- | ----------- | | ||
| [Sijie Yang](mailto:[email protected]) | [iyangsj](https://github.com/iyangsj) | Baidu | | ||
| [Sijie Yang](mailto:[email protected]) | [iyangsj](https://github.com/iyangsj) | Tencent | | ||
|
||
## Maintainers | ||
|
||
| Name | GitHub ID | Affiliation | | ||
| ---- | --------- | ----------- | | ||
| [Derek Zheng](mailto:[email protected]) | [shanhuhai5739](https://github.com/shanhuhai5739) | Kuaishou | | ||
| [Xiaofei Yu](mailto:[email protected]) | [xiaofei0800](https://github.com/xiaofei0800) | Baidu | | ||
| [Xiaofei Yu](mailto:[email protected]) | [xiaofei0800](https://github.com/xiaofei0800) | Tencent | | ||
| [Wensi Yang](mailto:[email protected]) | [tianxinheihei](https://github.com/tianxinheihei) | ByteDance | | ||
| [Kaiyu Zheng](mailto:[email protected]) | [kaiyuzheng](https://github.com/kaiyuzheng) | ByteDance | | ||
| [Yuqi Xiao](mailto:[email protected]) | [Yuqi Xiao](https://github.com/YuqiXiao) | Baidu | | ||
| [Yuqi Xiao](mailto:[email protected]) | [YuqiXiao](https://github.com/YuqiXiao) | ByteDance | | ||
| [Wei Wei](mailto:[email protected]) | [weiwei99](https://github.com/weiwei99) | Baidu | | ||
| [Andy Liang](mailto:[email protected]) | [andyxmu](https://github.com/andyxmu) | Yingfei Networks | | ||
| [Leiming Xu](mailto:[email protected]) | [xuleiming](https://github.com/xuleiming) | Yingfei Networks | | ||
| [Jian Song](mailto:[email protected]) | [clarinette9](https://github.com/clarinette9) | Yingfei Networks | |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
1.5.0 | ||
1.6.0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.