Nirojan Selvanathan
|
8958c6ce0d
|
test case: Adding unit test for key auth plugin with valid api key (#964)
|
2019-12-13 13:16:47 +08:00 |
|
jiangyongfeng
|
f2bfc138df
|
fix: typo of FAQ (#959)
|
2019-12-12 15:41:13 +08:00 |
|
Nirojan Selvanathan
|
36e814c906
|
Adding twitter social icons (#960)
|
2019-12-12 15:40:43 +08:00 |
|
jiangyongfeng
|
950e6b920d
|
doc: add FAQ about a/b test (#957)
|
2019-12-11 13:44:43 +08:00 |
|
Janko
|
762da2d986
|
doc: move develop document from doc/plugins to doc. (#951)
|
2019-12-11 13:43:57 +08:00 |
|
Nirojan Selvanathan
|
3399c7d5ee
|
Removing the autogenerated nginx.conf file (#952)
|
2019-12-11 13:43:38 +08:00 |
|
Nirojan Selvanathan
|
05d3db3a57
|
doc: add getting started guide (#955)
|
2019-12-11 13:42:53 +08:00 |
|
YuanSheng Wang
|
678142e051
|
optimize(radixtree_host_uri): reuse empty function. (#937)
|
2019-12-10 13:28:40 +08:00 |
|
琚致远
|
2e7f41e503
|
Doc English doc for admin-api.md (#936)
* Initial Content
resolve https://github.com/apache/incubator-apisix/issues/935
* Update admin-api.md
update Route section
* update request-body parameters
* update Request Body Parameters
* Update admin-api.md
* Update admin-api.md
|
2019-12-10 11:24:30 +08:00 |
|
琚致远
|
56ef702059
|
doc: Update key-auth-cn.md (#947)
|
2019-12-08 10:20:46 +08:00 |
|
YuanSheng Wang
|
a3a591e3a5
|
luarocks: install apisix 0.9 by luarocks. (#934)
|
2019-12-06 16:51:56 +08:00 |
|
WenMing
|
5621e95a3d
|
doc: removed gitter. (#938)
|
2019-12-06 14:48:50 +08:00 |
|
YuanSheng Wang
|
c7f9fdf9d7
|
feature: support to specify TTL for route。 (#807)
Fix #443.
|
2019-12-06 11:13:24 +08:00 |
|
linlinnj
|
2dd63e19d5
|
doc: Update doc README_CN.md (#866)
|
2019-12-05 16:55:19 +08:00 |
|
琚致远
|
06e392ffe8
|
doc: Update health-check.md (#928)
|
2019-12-05 00:11:59 +08:00 |
|
Nirojan Selvanathan
|
9e0030e2e8
|
feature: added dev mode flag in config yaml to set the nginx worker_process to one (#926)
|
2019-12-05 00:09:20 +08:00 |
|
YuanSheng Wang
|
6eca35e1e2
|
feature: support for adding the specified request header for upstream health check.(#818)
|
2019-12-04 13:57:38 +08:00 |
|
nic-chen
|
4517e7b57e
|
test case for grpc transcode pb option (#920)
|
2019-12-02 10:46:13 +08:00 |
|
YuanSheng Wang
|
863aef7510
|
bugfix: reloaded the etcd configuation data if the index (#871)
|
2019-11-29 15:46:35 +08:00 |
|
YuanSheng Wang
|
4eaf3cae29
|
doc: how to enable mqtt-proxy plugin. (#916)
|
2019-11-29 08:54:59 +08:00 |
|
Finger
|
57023a120d
|
doc: Update README_CN.md to fix bad link. (#915)
|
2019-11-28 16:38:00 +08:00 |
|
tom2nonames
|
b23096139e
|
plugin(grpc-transcode): support new options for protocol buffer encoding. (#846)
* bugfix: Adjust the MaxLength parameter in grpc proto from 4096b to 1M (#820)
* change: grpc-transcode plugins add schema check
|
2019-11-28 09:07:09 +08:00 |
|
wonglend
|
25102419d0
|
Tengine: run test cases with patch files (#834)
* Patches the tengine 2.3.2 (which based on nginx-1.17.3) core using .patch files from openresty upstream:
```
patch -p1 < ../../patches/nginx-1.17.4-always_enable_cc_feature_tests.patch
patch -p1 < ../../patches/nginx-1.17.4-balancer_status_code.patch
patch -p1 < ../../patches/nginx-1.17.4-cache_manager_exit.patch
patch -p1 < ../../patches/nginx-1.17.4-daemon_destroy_pool.patch
patch -p1 < ../../patches/nginx-1.17.4-delayed_posted_events.patch
patch -p1 < ../../patches/nginx-1.17.4-gcc-maybe-uninitialized-warning.patch
patch -p1 < ../../patches/nginx-1.17.4-hash_overflow.patch
patch -p1 < ../../patches/nginx-1.17.4-init_cycle_pool_release.patch
patch -p1 < ../../patches/nginx-1.17.4-larger_max_error_str.patch
patch -p1 < ../../patches/nginx-1.17.4-log_escape_non_ascii.patch
patch -p1 < ../../patches/nginx-1.17.4-no_Werror.patch
patch -p1 < ../../patches/nginx-1.17.4-pcre_conf_opt.patch
patch -p1 < ../../patches/nginx-1.17.4-proxy_host_port_vars.patch
patch -p1 < ../../patches/nginx-1.17.4-resolver_conf_parsing.patch
patch -p1 < ../../patches/nginx-1.17.4-reuseport_close_unused_fds.patch
patch -p1 < ../../patches/nginx-1.17.4-safe_resolver_ipv6_option.patch
patch -p1 < ../../patches/nginx-1.17.4-single_process_graceful_exit.patch
patch -p1 < ../../patches/nginx-1.17.4-ssl_cert_cb_yield.patch
patch -p1 < ../../patches/nginx-1.17.4-ssl_sess_cb_yield.patch
patch -p1 < ../../patches/nginx-1.17.4-stream_balancer_export.patch
patch -p1 < ../../patches/nginx-1.17.4-stream_proxy_get_next_upstream_tries.patch
patch -p1 < ../../patches/nginx-1.17.4-stream_proxy_timeout_fields.patch
patch -p1 < ../../patches/nginx-1.17.4-stream_ssl_preread_no_skip.patch
patch -p1 < ../../patches/nginx-1.17.4-upstream_pipelining.patch
patch -p1 < ../../patches/nginx-1.17.4-upstream_timeout_fields.patch
```
|
2019-11-27 23:57:23 +08:00 |
|
WenMing
|
dfb139e93a
|
doc: install from Apache release first. (#906)
|
2019-11-27 21:55:56 +08:00 |
|
WenMing
|
d6e343e492
|
travis: removed luacheck for macos. (#907)
|
2019-11-27 21:54:18 +08:00 |
|
coolsoul
|
f76fcec57f
|
doc: add doc for how to write plugin.(#909)
|
2019-11-27 13:56:49 +08:00 |
|
YuanSheng Wang
|
a47353dde8
|
makefile: install deps with apisix-master-0.rockspec. (#908)
|
2019-11-27 13:14:05 +08:00 |
|
YuanSheng Wang
|
536f547df8
|
test: removed temporary data. (#829)
|
2019-11-27 10:05:06 +08:00 |
|
WenMing
|
a9888b333a
|
bugfix: fixed install deps in makefile. (#904)
|
2019-11-26 21:24:45 +08:00 |
|
YuanSheng Wang
|
670655d62d
|
change: used lua-resty-prometheus which the API is simpler. (#806)
|
2019-11-25 16:53:08 +08:00 |
|
YuanSheng Wang
|
70d3f0b608
|
bug: fixed bug when no valid upstream node. (#893)
|
2019-11-25 16:46:20 +08:00 |
|
WenMing
|
03b2ffa1c1
|
release: the first Apache release of APISIX. (#896)
|
2019-11-25 13:09:32 +08:00 |
|
chnliyong
|
7443133031
|
Resolve #882 and simplify conf (#894)
* Resolve #882 and simplify conf
|
2019-11-24 23:05:52 +08:00 |
|
agile6v
|
24d1190e83
|
doc: fixed some typo and update content. (#895)
|
2019-11-24 21:15:39 +08:00 |
|
YuanSheng Wang
|
01dc41c8a6
|
bugfix: fetch the current log level when needs. (#885)
* bugfix: fetch the current log level when needs.
|
2019-11-23 20:40:47 +08:00 |
|
renzheng.wang
|
a3f06dedf7
|
doc: fix error in limit-conn.md (#890)
|
2019-11-22 20:24:07 +08:00 |
|
Lien
|
fbb51ddadd
|
plugin: implement plugin response rewrite
|
2019-11-21 21:49:53 +08:00 |
|
agile6v
|
227eeaef48
|
Split check target into lint & license-check targets in Makefile. (#887)
|
2019-11-21 09:23:16 +08:00 |
|
YuanSheng Wang
|
2c57621f23
|
bugfix: avoid a useless redirect when access /apisix/dashboard . (#886)
|
2019-11-20 19:01:59 +08:00 |
|
WenMing
|
6bef2e4f51
|
doc: update users of power by APISIX. (#884)
|
2019-11-20 19:01:40 +08:00 |
|
Ado
|
c7bac03789
|
doc: fix typo in README_CN.md (#874)
|
2019-11-19 13:24:58 +08:00 |
|
Lien
|
722e42ffcc
|
optimization(proxy-rewrite): performance upgrade for proxy-rewrite by avoid luajit NYI (#872)
|
2019-11-19 08:14:59 +08:00 |
|
琚致远
|
51d87c0fc6
|
doc: updated install-dependencies.md (#867)
`apt-get update` is needed before installing new dependencies
|
2019-11-18 16:14:32 +08:00 |
|
YuanSheng Wang
|
77ad66206e
|
bugfix(radixtree_host_uri): match priority, host > uri. (#817)
* bugfix(radixtree_host_uri): match priority, host > uri.
Fix #761.
|
2019-11-15 17:24:51 +08:00 |
|
琚致远
|
35416e9c0f
|
doc: fix typo in install-dependencies.md (#852)
|
2019-11-14 12:37:51 +08:00 |
|
jiangyongfeng
|
553f4e9cfd
|
test: fixed typo in test cases #508 (#853)
|
2019-11-14 12:37:46 +08:00 |
|
nic-chen
|
360a033ad0
|
doc: fixed grpc server example link. (#851)
|
2019-11-14 11:57:16 +08:00 |
|
Janko
|
bae08d86b0
|
bugfix: proxy-rewrite-cn.md enable plugin example error. (#850)
|
2019-11-14 11:50:15 +08:00 |
|
Yousa
|
027da04cb5
|
doc: added doc about "How to compile the Openresty". (#831)
|
2019-11-14 09:08:46 +08:00 |
|
lihuibin
|
0972462378
|
user: add company into powereby page (#844)
|
2019-11-12 19:40:36 +08:00 |
|