Commit Graph

2516 Commits

Author SHA1 Message Date
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
okaybase
76f53e3955
fix(admin): check username for updating consumer (#4756)
Co-authored-by: 罗泽轩 <spacewanderlzx@gmail.com>
2021-08-05 19:26:58 +08:00
Shuyang Wu
a99a547948
test: add chaos test on network delay between apisix and etcd (#4315) 2021-08-05 10:13:24 +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
Daming
faa0d98d77
feat: add error log skywalking reporter (#4633) 2021-08-04 10:11:41 +08:00
帅进超
137f09f16f
docs: update 360 user case link. (#4749) 2021-08-04 08:54:03 +08:00
罗泽轩
6252c58a33
ci: guide contributor to fix the category (#4748)
Signed-off-by: spacewander <spacewanderlzx@gmail.com>
2021-08-03 18:57:07 -04:00
罗泽轩
d8c120e032
feat(admin): set Server header to APISIX (#4743)
Signed-off-by: spacewander <spacewanderlzx@gmail.com>
2021-08-03 18:44:53 +08:00
罗泽轩
1b247c8e1e
feat(ext-plugin): send the idempotent key when preparing conf (#4736) 2021-08-03 12:20:44 +08:00
罗泽轩
238aff17d9
test: split large files (#4733)
Signed-off-by: spacewander <spacewanderlzx@gmail.com>
2021-08-02 22:24:46 -04:00
tzssangglass
316d23074f
fix(ext-plugin): avoid using 0 as the default http status code (#4734) 2021-08-03 10:15:17 +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
罗泽轩
a11b3cc943
chore: avoid using 500 as it will be captured as APISIX's bug (#4737)
Let's migrate the existing code from 500 to 503.

Signed-off-by: spacewander <spacewanderlzx@gmail.com>
2021-08-03 08:53:18 +08:00
罗泽轩
9f01ef8f2c
fix(error-log-logger): avoid sending stale error log (#4690) 2021-08-02 10:16:11 +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
罗泽轩
38561dc0cd
fix: the _graphql was incorrectly cached under ctx.var but not ctx (#4723)
Signed-off-by: spacewander <spacewanderlzx@gmail.com>
2021-08-01 19:26:27 +08:00
罗泽轩
e4f04911b8
chore(zipkin): don't refer to a released ctx (#4722)
Signed-off-by: spacewander <spacewanderlzx@gmail.com>
2021-08-01 19:23:50 +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
罗泽轩
9db2dd2399
fix(grpc-transcode): handle enum type (#4706)
Signed-off-by: spacewander <spacewanderlzx@gmail.com>
2021-07-31 16:27:11 -04:00
罗泽轩
ab16d9956f
test: save a port in the test framework (#4677)
Signed-off-by: spacewander <spacewanderlzx@gmail.com>
2021-07-31 16:10:50 -04:00
罗泽轩
b967b8acca
fix: upgrade lua-resty-expr to fix the rule validation (#4678)
Signed-off-by: spacewander <spacewanderlzx@gmail.com>
2021-07-31 12:06:09 +08:00
罗泽轩
fd8f875429
docs: introducing APISIX's testing framework (#4692)
Co-authored-by: Alex Zhang <tokers@apache.org>
2021-07-30 14:37:24 +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
罗泽轩
e1d9f35f60
change: rename plugin's balancer method to before_proxy (#4697)
This is confusing to have plugin's balancer method and user-defined
balancer.

Signed-off-by: spacewander <spacewanderlzx@gmail.com>
2021-07-29 19:06:14 +08:00
罗泽轩
6655a35889
fix: when a request caused a 500 error, the status was converted to 405 (#4696)
It happened when this request is not a GET or HEAD request.

Signed-off-by: spacewander <spacewanderlzx@gmail.com>
2021-07-29 19:05:51 +08:00
Baoyuan
273b8b32cb
docs: change key in example (#4694) 2021-07-29 11:09:17 +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
okaybase
93038127c5
refactor: refactor the logic of getting etcd_cli (#4686) 2021-07-28 10:08:08 +08:00
yilinzeng
b7287021b1
docs: add Note clarifications (#4681) 2021-07-28 09:13:10 +08:00
tzssangglass
d7c9af7757
docs: Set the CA certificate for etcd in mtls.md (#4665) 2021-07-28 09:06:33 +08:00
tzssangglass
617c325628
docs: Add some questions and answers to the FAQ (#4670) 2021-07-27 18:15:20 +08:00
罗泽轩
20df78432d
feat: release 2.8 (#4658)
* feat: release 2.8

Signed-off-by: spacewander <spacewanderlzx@gmail.com>

* docs: fix section titles' links (#4671)

Co-authored-by: yilinzeng <36651058+yzeng25@users.noreply.github.com>
2021-07-27 11:51:32 +08:00
yilinzeng
e3e0183153
docs: fix section titles' links (#4669) 2021-07-26 19:21:02 +08:00
okaybase
3e30b71a50
docs: make the doc consistent with the case (#4659) 2021-07-26 19:17:53 +08:00
okaybase
57236b4906
feat: set the basic id attribute when creating a resource via POST (#4661)
Co-authored-by: lixingwang <lixingwang@yiche.com>
2021-07-26 15:46:19 +08:00
Kishani Kandasamy
d4986784d8
docs: fix incorrect link (#4582) 2021-07-26 09:27:34 +08:00
Serendipity96
9a496d15c0
feat: added Sina Weibo usercase to README file category (#4657) 2021-07-23 17:45:07 +08:00
okaybase
5731f97dbf
chore: replace duplicate content with already declared variables (#4655)
Co-authored-by: lixingwang <lixingwang@yiche.com>
2021-07-23 16:48:28 +08:00
罗泽轩
aa7ecfafd7
test: make t/admin/proto.t stable (#4652)
Signed-off-by: spacewander <spacewanderlzx@gmail.com>
2021-07-22 16:34:27 -04:00
Rohan Sharma
ffb2c306d4
docs: fix wrong description in certificate.md (#4650) 2021-07-22 16:10:47 -04:00
罗泽轩
149b53ed5a
feat(stream): allow to set trust certificate (#4651)
Signed-off-by: spacewander <spacewanderlzx@gmail.com>
2021-07-22 16:09:58 -04:00
jackfu
f406218c0a
feat: add additional option to control the default_conn_delay option of the limit-conn plugin (#4604) 2021-07-22 15:23:53 +08:00
罗泽轩
a04f3649b7
feat: add gzip plugin (#4640) 2021-07-22 12:04:38 +08:00
罗泽轩
a461c9856d
fix(stream): sni router is broken when session reuses (#4607) 2021-07-22 11:08:10 +08:00
Arthur.Zhang
71bc27cc41
feat(plugin): Add new plugin ua-restriction for bot spider restriction (#4587) 2021-07-21 21:11:49 +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
罗泽轩
e7d26dc4f0
feat: allow user-defined balancer with metadata in node (#4605) 2021-07-21 13:06:04 +08:00
罗泽轩
1bd710db65
test: update request to adapt server's change again (#4637) 2021-07-21 09:40:21 +08:00
罗泽轩
44ead1f46e
feat(stream): add ip-restriction (#4602)
Signed-off-by: spacewander <spacewanderlzx@gmail.com>
2021-07-20 19:09:44 -04:00
Shuyang Wu
5d7753ef6a
ci: refactor chaos test with ginkgo (#4560) 2021-07-20 18:48:21 -04:00