Commit Graph

127 Commits

Author SHA1 Message Date
tzssangglass
537e3866f6
chore(ci): remove unnecessary github env var (#4987) 2021-09-07 09:56:41 +08:00
Joey
be92ff937d
chore(ci): bump build-tools version to v2.1.0 (#4914)
Signed-off-by: imjoey <majunjie@apache.org>
2021-08-29 19:06:19 +08:00
dependabot[bot]
3c0547b87f
chore(deps): bump actions/setup-go from 2.1.3 to 2.1.4 (#4901)
Bumps [actions/setup-go](https://github.com/actions/setup-go) from 2.1.3 to 2.1.4.
- [Release notes](https://github.com/actions/setup-go/releases)
- [Commits](https://github.com/actions/setup-go/compare/v2.1.3...v2.1.4)

---
updated-dependencies:
- dependency-name: actions/setup-go
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-08-27 09:51:26 +08:00
罗泽轩
6c6ad38c9e
ci: switch to stale action (#4887) 2021-08-24 15:43:44 +08:00
Joey
141341709f
chore: Use build-tools release v2.0.0 instead of the master branch (#4884) 2021-08-24 14:48:30 +08:00
罗泽轩
b8ae382cd0
ci: use a new license checker (#4872) 2021-08-24 09:47:51 +08:00
罗泽轩
fbb80fe8da
ci: add stale bot (#4850) 2021-08-19 09:51:52 +08:00
罗泽轩
22f24b92e7
ci: only confirmed bug can use 'bug' label (#4848)
Signed-off-by: spacewander <spacewanderlzx@gmail.com>
2021-08-18 18:58:08 +08:00
Peter Yang
b0246c81ff
feat: add question issue template (#4833) 2021-08-17 21:44:07 +08:00
罗泽轩
a671909576
test: fuzz with the simple http case (#4815) 2021-08-17 11:58:30 +08:00
Joey
09978f280a
ci: change centos7 package name with el7 (#4836)
Signed-off-by: imjoey <majunjie@apache.org>
2021-08-16 16:02:18 -04:00
tzssangglass
fca0a8a26a
fix: 4785 (#4832) 2021-08-16 20:35:01 +08:00
tzssangglass
1cfbaa82f5
docs: improve bug report template (#4822) 2021-08-15 21:22:41 +08:00
dependabot[bot]
6d2070ffe2
chore(deps): bump actions/setup-node from 2.3.2 to 2.4.0 (#4766)
Bumps [actions/setup-node](https://github.com/actions/setup-node) from 2.3.2 to 2.4.0.
- [Release notes](https://github.com/actions/setup-node/releases)
- [Commits](https://github.com/actions/setup-node/compare/v2.3.2...v2.4.0)

---
updated-dependencies:
- dependency-name: actions/setup-node
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-08-06 17:21:56 +08:00
Rushikesh Tote
183351cd9f
feat: Added authz-casbin plugin and doc and tests for it (#4710)
Signed-off-by: Rushikesh Tote <rushi.tote@gmail.com>
Co-authored-by: 罗泽轩 <spacewanderlzx@gmail.com>
Co-authored-by: tzssangglass <tzssangglass@gmail.com>
2021-08-06 11:35:07 +08:00
dependabot[bot]
65a2d63717
chore(deps): bump actions/setup-node from 2.3.1 to 2.3.2 (#4758)
Bumps [actions/setup-node](https://github.com/actions/setup-node) from 2.3.1 to 2.3.2.
- [Release notes](https://github.com/actions/setup-node/releases)
- [Commits](https://github.com/actions/setup-node/compare/v2.3.1...v2.3.2)

---
updated-dependencies:
- dependency-name: actions/setup-node
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-08-05 19:27:28 +08:00
dependabot[bot]
9b899e846c
chore(deps): bump actions/setup-node from 2.3.0 to 2.3.1 (#4752)
Bumps [actions/setup-node](https://github.com/actions/setup-node) from 2.3.0 to 2.3.1.
- [Release notes](https://github.com/actions/setup-node/releases)
- [Commits](https://github.com/actions/setup-node/compare/v2.3.0...v2.3.1)

---
updated-dependencies:
- dependency-name: actions/setup-node
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-08-04 19:07:13 +08:00
Shuyang Wu
8e72f3e718
ci: fix unstable t/chaos/killchaos (#4654)
Signed-off-by: yiyiyimu <wosoyoung@gmail.com>
2021-08-03 10:13:45 +08:00
Shuyang Wu
5e74ae1650
ci: fix more concurrency problem (#4731)
Signed-off-by: yiyiyimu <wosoyoung@gmail.com>
2021-08-02 09:32:03 +08:00
Shuyang Wu
c5e0ecd62f
ci: should not cancel since duplicate in master branch (#4728)
Signed-off-by: yiyiyimu <wosoyoung@gmail.com>
2021-08-01 19:23:32 +08:00
Joey
d96a0f9c74
chore: add sudo privilege for make install command at installing luarocks (#4708)
Signed-off-by: imjoey <majunjie@apache.org>
2021-07-30 09:58:19 +08:00
Shuyang Wu
e199544807
ci: fix tmate action config error in chaos test (#4687)
Signed-off-by: yiyiyimu <wosoyoung@gmail.com>
2021-07-28 10:17:06 +08:00
dependabot[bot]
27ade5d361
chore(deps): bump actions/setup-node from 2.2.0 to 2.3.0 (#4641)
Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-07-21 19:05:14 +08:00
Shuyang Wu
5d7753ef6a
ci: refactor chaos test with ginkgo (#4560) 2021-07-20 18:48:21 -04:00
罗泽轩
a015dc378f
test: check leak for client abort (#4613)
Signed-off-by: spacewander <spacewanderlzx@gmail.com>
2021-07-19 15:32:56 -04:00
dependabot[bot]
95ac6fa143
chore(deps): bump actions/setup-node from 2.1.5 to 2.2.0 (#4511)
Bumps [actions/setup-node](https://github.com/actions/setup-node) from 2.1.5 to 2.2.0.
- [Release notes](https://github.com/actions/setup-node/releases)
- [Commits](https://github.com/actions/setup-node/compare/v2.1.5...v2.2.0)

---
updated-dependencies:
- dependency-name: actions/setup-node
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-07-01 16:54:15 +08:00
罗泽轩
047f5e7d50
test: make fuzzing-ci pass again (#4510) 2021-07-01 12:28:31 +08:00
dependabot[bot]
af385a5659
chore(deps): bump actions/upload-artifact from 2.2.3 to 2.2.4 (#4438) 2021-06-18 18:22:35 +08:00
罗泽轩
93de2a7c6c
docs: fix category and add category check (#4429)
Signed-off-by: spacewander <spacewanderlzx@gmail.com>
2021-06-16 19:04:30 +08:00
Shuyang Wu
c61261af8d
ci: use concurrency to cancel duplicate workflow (#4364)
Signed-off-by: yiyiyimu <wosoyoung@gmail.com>
2021-06-03 18:55:36 +08:00
dependabot[bot]
660be32684
chore(deps): bump actions/cache from 2.1.5 to 2.1.6 (#4330)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-05-28 06:04:33 -04:00
罗泽轩
d30fe3659e
chore: require issue author to provide information (#4236) 2021-05-13 16:15:23 +08:00
dependabot[bot]
c9d3cba845
chore(deps): bump actions/checkout from 2 to 2.3.4 (#4225)
Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-05-12 19:00:14 +08:00
dependabot[bot]
87890266a0
chore(deps): bump actions/cache from 2 to 2.1.5 (#4224)
Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-05-12 18:58:49 +08:00
罗泽轩
e4fd1cb198
ci: move license & plugin style check to separate job (#4211)
Signed-off-by: spacewander <spacewanderlzx@gmail.com>
2021-05-11 19:41:30 +08:00
Shuyang Wu
504cd1b096
ci: revert luarocks retry (#4038) 2021-05-10 21:23:03 +08:00
罗泽轩
6a7db721bb
ci: remove whitelist of whitespace check (#4203) 2021-05-10 11:59:51 +08:00
罗泽轩
cc577d2698
ci: move code lint to separate job (#4204) 2021-05-10 11:09:59 +08:00
罗泽轩
28ebf3e512
ci: split linter (#4205)
Signed-off-by: spacewander <spacewanderlzx@gmail.com>
2021-05-10 08:41:49 +08:00
罗泽轩
232134ad6b
docs: avoid the misleading comment (#4189) 2021-05-07 08:55:17 +08:00
罗泽轩
35939bd3b2
ci: avoid using shared library built with other OpenResty (#4165)
Signed-off-by: spacewander <spacewanderlzx@gmail.com>
2021-04-30 17:48:00 +08:00
罗泽轩
32d6b6e03a
chore: improve the debug experimence of the luarocks install script (#4167)
Signed-off-by: spacewander <spacewanderlzx@gmail.com>
2021-04-30 13:06:22 +08:00
罗泽轩
6c8db9d35c
ci: remove duplicate external services installation (#4115)
Signed-off-by: spacewander <spacewanderlzx@gmail.com>
2021-04-25 16:53:04 +08:00
罗泽轩
3ac7c1b804
chore: ask for luarocks version if user ask questions about installation (#4088)
Signed-off-by: spacewander <spacewanderlzx@gmail.com>
2021-04-21 21:35:09 +08:00
_chg_
8757080697
feat: add nacos support (#3820)
Co-authored-by: spacewander <spacewanderlzx@gmail.com>
2021-04-21 17:48:56 +08:00
Shuyang Wu
0a8670041a
ci: cancel duplicate workflow to reduce CI queue time (#4050) 2021-04-15 21:21:43 +08:00
罗泽轩
cd4d2ece58
ci: centos7-ci.sh should be under ci/ (#4045)
Signed-off-by: spacewander <spacewanderlzx@gmail.com>
2021-04-14 20:57:25 +08:00
nic-chen
22dd899913
ci: cache deps (#4026) 2021-04-13 17:14:37 +08:00
Shuyang Wu
206a807ff6
ci: more retry on fetching lua rocks (#4029) 2021-04-13 14:04:36 +08:00
罗泽轩
9782400901
ci: fix broken misspell check (#3976)
Signed-off-by: spacewander <spacewanderlzx@gmail.com>
2021-04-08 18:26:12 +08:00