Commit Graph

91 Commits

Author SHA1 Message Date
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
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
_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
dependabot[bot]
1fbee54eaa
chore(deps): bump actions/setup-node from v2.1.4 to v2.1.5 (#3997)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-04-07 16:01:28 +08:00
dependabot[bot]
9f39338ca9
chore(deps): bump actions/upload-artifact from v2.2.2 to v2.2.3 (#3996)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-04-07 15:39:28 +08:00
罗泽轩
18767d8ed6
ci: remove unused markdown-link-check (#3992)
Signed-off-by: spacewander <spacewanderlzx@gmail.com>
2021-04-06 17:08:33 +08:00
罗泽轩
359e0906c5
feat: release 2.5 (#3967)
Co-authored-by: Yuelin Zheng <2226815922@qq.com>
Co-authored-by: nic-chen <33000667+nic-chen@users.noreply.github.com>
2021-04-05 12:00:49 +08:00
罗泽轩
dbd86f2ad4
ci: bypass test if the change is doc only (#3950)
Signed-off-by: spacewander <spacewanderlzx@gmail.com>
2021-04-02 15:26:24 +08:00
罗泽轩
2e29d78011
change: drop support of OpenResty 1.15 (#3960) 2021-04-01 20:45:25 +08:00
罗泽轩
664c760167
ci: the last day of travis (#3926) 2021-03-29 23:34:01 +08:00
罗泽轩
1a09b0d7a0
feat(cli): support etcd mTLS (#3836) 2021-03-23 20:03:21 +08:00
Shuyang Wu
01849b98f1
ci: auto generate and check for rpm package (#3621)
Co-authored-by: John Bampton <jbampton@users.noreply.github.com>
2021-03-03 17:59:59 +08:00
Shuyang Wu
fc7a466681
ci: run chaos test on HEAD of PR (#3675) 2021-03-03 13:40:33 +08:00
idbeta
f3449f30f8
test: add fuzzing case for the route with vars (#3667) 2021-03-01 10:02:15 +08:00
YuanSheng Wang
edf838ea4a
ci: use the specified version of skywalking. (#3698) 2021-02-27 22:13:29 +08:00
idbeta
5591595228
test: add fuzzing case for the route with serverless-post-function (#3639)
relate #3340
2021-02-25 09:33:25 +08:00
yongboy
8b7d9376cf
feat: add consul kv discovery module (#3615)
Co-authored-by: nieyong <nieyong@staff.weibo.com>
2021-02-23 21:04:22 +08:00
Shuyang Wu
42586a8f83
ci: use httpbin deployed in kubernetes to avoid unstability (#3623)
Signed-off-by: yiyiyimu <wosoyoung@gmail.com>
2021-02-22 11:49:43 +08:00
John Bampton
fb83857d28
feat: translate the README to Spanish (#3597)
The Spanish translation work was done by Jorge > @summerhill5

refs #3587
2021-02-21 10:50:00 +08:00
John Bampton
8369292ef5
fix: delete the old Markdown link checker (#3619) 2021-02-20 23:42:16 +08:00
Alex Zhang
bee574f57b
fix: use openssl111 in openresty dir in precedence (#3603)
close #3600
2021-02-20 20:28:21 +08:00
Shuyang Wu
5656649d11
ci: use httpbin.org in chaos test to make CI works (#3614)
Signed-off-by: yiyiyimu <wosoyoung@gmail.com>
2021-02-20 14:03:10 +08:00