apisix/t
YuanSheng Wang 8cfd7d4180
feature: implemented routes API for admin user, allowed user to manage route. (#79)
* feature: supported to generate admin API basic configurations when the admin API is enabled.
* feature: supported to manage route API for admin user, it contains: PUT, GET, DELETE and POST.
* feature: used json schema to check if the request configuration is valid.
2019-06-13 12:01:36 +08:00
..
admin feature: implemented routes API for admin user, allowed user to manage route. (#79) 2019-06-13 12:01:36 +08:00
lib feature: implemented routes API for admin user, allowed user to manage route. (#79) 2019-06-13 12:01:36 +08:00
APISix.pm feature: implemented routes API for admin user, allowed user to manage route. (#79) 2019-06-13 12:01:36 +08:00
balancer.t feature: supported consistent hash for dynamic load balancing. (#69) 2019-06-11 12:20:57 +08:00
core-id.t test: added test case about core.id and core.utils library. 2019-06-10 17:25:49 +08:00
core-json.t bugfix: supported for the json library encoding cdata type. 2019-06-11 11:16:03 +08:00
core-lrucache.t feature: supported to cache non-table Lua object by lrucache library. (#80) 2019-06-12 10:34:45 +08:00
core-schema.t optimize: used lru way to cache the validator object for schema. (#77) 2019-06-11 23:47:00 +08:00
core-timer.t test: added test case for core/timer library. 2019-06-10 17:25:49 +08:00
core-utils.t test: added test case about core.id and core.utils library. 2019-06-10 17:25:49 +08:00
example-plugin.t feature: implemented routes API for admin user, allowed user to manage route. (#79) 2019-06-13 12:01:36 +08:00
sanity.t bugfix: removed rewrite phase. 2019-06-06 10:49:29 +08:00
yaml-config.t feature: implemented routes API for admin user, allowed user to manage route. (#79) 2019-06-13 12:01:36 +08:00