Commit Graph

43 Commits

Author SHA1 Message Date
罗泽轩
2914e057c9
ci: use codespell which is more sensitive (#6186) 2022-01-25 10:40:36 +08:00
罗泽轩
fa8a34f72d
feat: initial wasm support (#5288) 2021-10-22 16:29:12 +08:00
罗泽轩
bc6ddf51f1
feat: release 2.10.0 (#5129) 2021-09-28 11:27: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
罗泽轩
b8ae382cd0
ci: use a new license checker (#4872) 2021-08-24 09:47:51 +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
罗泽轩
a1154be209
test: avoid hardcode in the fuzzing test (#4591)
Signed-off-by: spacewander <spacewanderlzx@gmail.com>
2021-07-13 11:58:59 +08:00
罗泽轩
3602646ff7
test: use latest boofuzz (#4541)
Signed-off-by: spacewander <spacewanderlzx@gmail.com>
2021-07-07 09:59:37 +08:00
罗泽轩
047f5e7d50
test: make fuzzing-ci pass again (#4510) 2021-07-01 12:28:31 +08:00
Peter Zhu
adc9977dd0
feat: add 50x html for error page (#4164) 2021-05-11 16:52:48 +08:00
罗泽轩
664c760167
ci: the last day of travis (#3926) 2021-03-29 23:34:01 +08:00
罗泽轩
b7b784f6f1
feat: release 2.4 (#3723) 2021-03-05 18:23:24 +08:00
Shuyang Wu
95a149eaa8
ci: add release check (#3521) 2021-02-19 09:09:33 +08:00
罗泽轩
3db8ebec26
feat: support gRPCS (#3411) 2021-01-26 11:04:16 +08:00
Shuyang Wu
8904011fa8
chore: git ignore openwhisk to smoothly check license locally (#3408)
Signed-off-by: yiyiyimu <wosoyoung@gmail.com>
2021-01-25 12:12:33 +08:00
罗泽轩
e3601e6876
feat: support dubbo (#3224)
Fix #89
2021-01-20 09:47:09 +08:00
罗泽轩
cdb5aaf3d7
ci: lint test file (#3298)
Signed-off-by: spacewander <spacewanderlzx@gmail.com>
2021-01-18 10:27:28 +08:00
罗泽轩
ebd158a858
feat: release version 2.2 (#3168)
Signed-off-by: spacewander <spacewanderlzx@gmail.com>
2021-01-08 18:20:48 +08:00
John Bampton
6331e5d057
feat(CI): add a GitHub Action to lint the YAML files (#3044)
Lint some YAML
Add a `.yamllint` config file
2020-12-18 08:29:17 +08:00
John Bampton
3bb3422852
feat(CI): add a GitHub Action to lint the Markdown (#3041)
- add a Markdownlint config file
- lint Markdownlint for MD039 - Spaces inside link text

https://www.npmjs.com/package/markdownlint-cli
2020-12-15 09:29:47 +08:00
罗泽轩
44855ec1a7
ci: make it work under OpenResty 1.19 (#2768) 2020-11-30 10:32:35 +08:00
罗泽轩
8b3bccd20f
test: check the behavior when connecting to old etcd (#2835) 2020-11-24 18:48:45 +08:00
罗泽轩
1ea912d752
fix: use same config-default.yaml for different environments (#2663)
Close #2634.
2020-11-10 19:07:46 +08:00
mtx2d
24d7007e94
change: removed useless plugin heartbeat (#1845)
Fix #1176
2020-07-16 17:31:39 +08:00
Wen Ming
7ff43d51ca
dashboard: add dashboard as submodule. (#1360) 2020-03-29 10:06:42 +08:00
YuanSheng Wang
a6da210124
opt: print warning error message if the yaml route file is invalid. (#1141) 2020-02-19 21:03:00 +08:00
YuanSheng Wang
e33f75da4e
bugfix: use ss.listen_port to generate https listening port. (#1133) 2020-02-18 12:40:15 +08:00
YuanSheng Wang
c881c04368
bugfix: allow write debug log even if the openresty disabled debug model (#1124)
fix https://github.com/apache/incubator-apisix/pull/1121#discussion_r378760095
2020-02-16 11:44:01 +08:00
Yousa
60b2493f5b CLI: bin/apisix to support the SO_REUSEPORT (#1085)
Fix #342
2020-02-09 17:19:45 +08:00
qiujiayu
a9963b36ce ignore idea files (#1075) 2020-01-17 15:00:24 +08:00
Kirill
af1a29a38e Added the conf/nginx.conf to .gitignore (#974) 2019-12-16 08:12:53 +08:00
YuanSheng Wang
9e5fda1293
change: removed utils lj-releng. (#553) 2019-09-23 05:54:37 +08:00
周晶
374aba472b feature: update Makefile and travis CI for osx installation about using luajit building deps. (#217) 2019-07-10 11:32:16 +08:00
YuanSheng Wang
7ee7029720
benchmark: added benchmark scripts. (#188)
* benchmark: added benchmark scripts.
* feature: added fake apisix, compare the result with this fake apisix server.
2019-07-03 09:53:58 +08:00
Yuansheng
e27195c334 git: added ignore file. 2019-06-13 17:26:41 +08:00
YuanSheng Wang
10e63c637e
optimize: returns a fetch function when creating a new lrucache object, which can be used directly to get cached data. (#66)
* optimize: returns a fetch function when creating a new `lrucache`
object, which can be used directly to get cached data.
* test: added test case for `core.lrucache` library.
2019-06-10 20:40:39 +08:00
Yuansheng Wang
afc8dc26b9 doc: chinese. 2019-06-06 02:10:17 -04:00
Yuansheng Wang
184e63e728 luarocks: init version. 2019-05-31 09:50:08 -04:00
YuanSheng Wang
a18afea659
change: added doc of how to load plugin. (#1) 2019-05-06 10:14:39 +08:00
Yuansheng Wang
c0e57c59f7 .gitignore: ignored go tools. 2019-04-11 15:17:52 +08:00
Yuansheng Wang
4f2238a40d test: added basic test case. 2019-04-11 15:00:59 +08:00
Yuansheng Wang
4757416918 init version. 2019-04-10 11:08:25 +08:00
YuanSheng Wang
7742c553d1
Initial commit 2019-04-10 10:02:06 +08:00