Yuansheng Wang
|
67e0b333ad
|
bugfix: the routes maybe empty.
|
2019-05-31 15:50:53 +08:00 |
|
Yuansheng Wang
|
a6425f3a8f
|
change: updated the calling way of ngxvar module which is faster.
|
2019-05-30 11:14:58 +08:00 |
|
Yuansheng Wang
|
0da8c5d9b0
|
optimize: merged the api router and user router to one instance.
|
2019-05-29 16:20:02 +08:00 |
|
Yuansheng Wang
|
46a5e7ac19
|
optimize: reused temporary Lua table by tablepool .
|
2019-05-29 10:29:40 +08:00 |
|
Yuansheng Wang
|
849df38ace
|
optimize: used lua table to cache the ngx variable.
|
2019-05-28 10:49:53 +08:00 |
|
Yuansheng Wang
|
2c0cf0594a
|
feature: support service model.
|
2019-05-28 09:51:38 +08:00 |
|
Yuansheng Wang
|
7aa5b22505
|
optimize: used lrucache to store the api router.
|
2019-05-24 23:20:21 +08:00 |
|
Yuansheng Wang
|
122777cffa
|
feature: implemented plugin prometheus .
|
2019-05-24 23:20:21 +08:00 |
|
Yuansheng Wang
|
c3f61fa080
|
optmize: used common lrucache to store and fetch the server_piker .
|
2019-05-23 22:38:08 +08:00 |
|
Yuansheng Wang
|
3cf18bb4eb
|
bugfix: maybe missing body when calling response.exit .
|
2019-05-23 21:57:51 +08:00 |
|
Yuansheng Wang
|
f454328605
|
feature: get the consumer id by auth plugin like key-auth .
|
2019-05-23 09:27:15 -04:00 |
|
Yuansheng Wang
|
162c2e0dc7
|
feature: added core.request module.
|
2019-05-23 15:19:07 +08:00 |
|
Yuansheng Wang
|
0d64f7d1c3
|
change: used response which is a fully name.
|
2019-05-23 14:42:42 +08:00 |
|
Yuansheng Wang
|
2a3b1c87e9
|
change: renamed plugin file, made it simple.
|
2019-05-21 23:24:19 +08:00 |
|
Yuansheng Wang
|
f447835f2c
|
optmize: used lrucache + config_etcd to cache all of the routes from etcd, deleted the duplicated code.
|
2019-05-21 22:53:28 +08:00 |
|
Yuansheng Wang
|
b947dab39c
|
feature: implemented set_header in response module.
|
2019-05-21 11:51:46 +08:00 |
|
Yuansheng Wang
|
20e240bb96
|
feature: implemented new feature limit-req .
|
2019-05-21 10:02:06 +08:00 |
|
Yuansheng Wang
|
ee1d508e04
|
change: code style.
|
2019-05-20 12:06:34 +08:00 |
|
YuanSheng Wang
|
4fc74ea6e7
|
feature: the upstream data can be stored under /user_upstream and indexed by id. (#18)
* change: code style, used `apisix.core` if possible.
|
2019-05-20 10:36:23 +08:00 |
|
Yuansheng Wang
|
097ef81d69
|
feature: supported for automatically getting the latest etcd data.
|
2019-05-17 17:47:58 +08:00 |
|
Yuansheng Wang
|
c7f7bceda5
|
optimize: cached the version of config to api_ctx , make it more easy to use.
|
2019-05-17 16:23:51 +08:00 |
|
YuanSheng Wang
|
95712403c0
|
feature: supported balancer phase. (#16)
|
2019-05-17 15:58:15 +08:00 |
|
Yuansheng Wang
|
d605a01b2a
|
change: rename the project to apisix .
Fixed #14.
|
2019-05-13 14:31:26 +08:00 |
|