Commit Graph

2602 Commits

Author SHA1 Message Date
Way2go
2d07ec4685
feat: support configuring admin specific IP (#4967)
Signed-off-by: wayne-cheng <zhengwei@tiduyun.com>
2021-09-02 19:12:05 +08:00
RocFang
a1f2a425d4
chore(client-control): return 501 when APISIX-OpenResty missed (#4963) 2021-09-02 15:41:14 +08:00
罗泽轩
991d093c4c
feat(admin): return stream plugin info (#4947)
Signed-off-by: spacewander <spacewanderlzx@gmail.com>
2021-09-02 09:50:35 +08:00
罗泽轩
27c37b191f
fix: avoid copying unwanted data when the domain's IP changed (#4952)
It happened when we are handling upstream with domain inside a route.

Fix #4938
Fix #4941

Signed-off-by: spacewander <spacewanderlzx@gmail.com>
2021-09-02 09:38:30 +08:00
罗泽轩
05ee435d4d
test: track perf test script (#4903) 2021-09-02 09:24:38 +08:00
Way2go
c72700e59e
feat: support configurating the node listening address(#4856) 2021-09-02 09:00:06 +08:00
okaybase
b7c1b5e8ce
docs: update web interface to latest (#4935) 2021-09-01 11:22:33 +08:00
okaybase
a062a9c83b
docs(cors): update expose_headers description (#4937) 2021-08-31 09:06:17 +08:00
罗泽轩
d16583c19f
test: correct the assertion message in prometheus test (#4936)
Signed-off-by: spacewander <spacewanderlzx@gmail.com>
2021-08-30 23:58:49 +08:00
okaybase
f8eac5e725
chore(kafka-logger): add brokers info to log and update docs (#4908) 2021-08-30 13:06:04 +08:00
罗泽轩
f73094bba9
docs: we support mTLS on L4 (#4927)
Signed-off-by: spacewander <spacewanderlzx@gmail.com>
2021-08-30 10:55:30 +08:00
jackstraw
3c01202d70
fix(plugin_config): recover plugin when plugin_config changed (#4888)
Co-authored-by: spacewander <spacewanderlzx@gmail.com>
2021-08-30 10:54:32 +08:00
RocFang
a8355bae69
style: unify some return type in logger handlers (#4915) 2021-08-30 10:45:45 +08:00
okaybase
a60b7b9395
feat(referer-restriction): add blacklist and message (#4916) 2021-08-30 10:41:04 +08:00
Kishani Kandasamy
b306e23876
docs: update Readme File (#4899)
Co-authored-by: liuxiran <belovedxixi@126.com>
2021-08-29 19:10:42 +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
罗泽轩
3707fe9a09
docs: refer to the whole apisix-build-tools project for building APISIX OpenResty (#4913)
Signed-off-by: spacewander <spacewanderlzx@gmail.com>
2021-08-28 15:20:37 +08:00
Way2go
b1a9114cc0
fix: validation during merging node_listen configuration (#4881) 2021-08-27 16:14:24 +08:00
罗泽轩
c924eb1cde
feat: release 2.9 (#4883) 2021-08-27 16:08:42 +08:00
Xu_Mj
5c831bb06e
docs: add upstream parameter for stream route description of admin-api.md (#4907)
Co-authored-by: Alex Zhang <tokers@apache.org>
2021-08-27 11:36:18 +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
罗泽轩
302bbe5237
chore: remove unused items from gitignore (#4890)
Signed-off-by: spacewander <spacewanderlzx@gmail.com>
2021-08-26 14:43:26 +08:00
okaybase
d3d4778610
refactor(kafka-logger): identify the broker ahead of time (#4863) 2021-08-26 13:38:51 +08:00
罗泽轩
b198c0377c
chore: check if the configuration file is loaded (#4900) 2021-08-26 10:33:19 +08:00
tzssangglass
12596ba6c0
feat(kafka-logger): add cluster name support (#4876) 2021-08-26 09:58:12 +08:00
罗泽轩
949584bd8c
docs: show how well APISIX is maintained (#4893)
Someone asks about if APISIX is active, and here is the answer.
Signed-off-by: spacewander <spacewanderlzx@gmail.com>
2021-08-26 09:33:13 +08:00
大可
0eeb7dd078
docs: remove slash for skywalking (#4894) 2021-08-26 08:58:59 +08:00
okaybase
8c793ed763
feat(kafka-logger): add required_acks option (#4878) 2021-08-25 16:59:21 +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
罗泽轩
7b527443ee
chore(ip-restriction): remove redundant length check (#4865)
They are guaranteed by the schema check.
Signed-off-by: spacewander <spacewanderlzx@gmail.com>
2021-08-24 09:37:23 +08:00
shelltea
fc377a92f8
docs: update powered-by file (#4870) 2021-08-23 19:03:10 +08:00
okaybase
11e7824cee
feat(uri-blocker): add case insensitive switch (#4868) 2021-08-23 18:28:11 +08:00
nic-chen
1d5ecca14f
fix: the issue that plugins in global rule may be cached to route (#4867) 2021-08-23 17:32:34 +08:00
罗泽轩
6ab51837c5
feat(real-ip): support specifying trusted addresses (#4864)
Signed-off-by: spacewander <spacewanderlzx@gmail.com>
2021-08-23 09:56:20 +08:00
okaybase
effaf3c60e
feat(uri-blocker): add custom rejected message (#4849) 2021-08-21 12:10:31 +08:00
罗泽轩
4e726da34d
fix(grpc-transcode): support converting nested message (#4859)
Signed-off-by: spacewander <spacewanderlzx@gmail.com>
2021-08-21 11:52:31 +08:00
罗泽轩
b7276cd162
feat(real-ip): add special handling to X-Forwarded-For (#4852) 2021-08-20 14:32:30 +08:00
罗泽轩
b21f6a1792
feat: increase timers limitation (#4843) 2021-08-20 14:32:06 +08:00
okaybase
d9b928321f
docs: correcting curl commands (#4857) 2021-08-20 09:58:31 +08:00
罗泽轩
fbb80fe8da
ci: add stale bot (#4850) 2021-08-19 09:51:52 +08:00
tzssangglass
a3d42e66f6
fix(authz-keycloak): set permissions as empty table when lazy_load_path is false (#4845) 2021-08-18 18:59:48 +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
Joey
f263079a1a
ci: Remove non-exist dependency packages for CentOS 7 (#4844) 2021-08-18 16:02:30 +08:00
罗泽轩
b72404f643
feat(ext-plugin): support ExtraInfo (#4835)
* feat(ext-plugin): support ExtraInfo

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

* ensure to use str

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

* fix test

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

* ws

Signed-off-by: spacewander <spacewanderlzx@gmail.com>
2021-08-18 13:20:33 +08:00
Peter Yang
b0246c81ff
feat: add question issue template (#4833) 2021-08-17 21:44:07 +08:00
okaybase
38ce585d07
chore(limit-count): don't return plugin inner error info to caller (#4830) 2021-08-17 21:41:27 +08:00
罗泽轩
8bebafcd74
ci: protect release branches from deleted (#4841) 2021-08-17 18:24:51 +08:00
罗泽轩
a671909576
test: fuzz with the simple http case (#4815) 2021-08-17 11:58:30 +08:00