[GitHub] [apisix-dashboard] nic-chen commented on a change in pull request #450: feat: add publish status to route in manager api

2020-09-14 Thread GitBox
nic-chen commented on a change in pull request #450: URL: https://github.com/apache/apisix-dashboard/pull/450#discussion_r488057502 ## File path: api/route/route_test.go ## @@ -98,39 +153,41 @@ func TestCreateRouteWithCreateNewGroup(t *testing.T) { "vars":[], "ups

[GitHub] [apisix-dashboard] nic-chen commented on a change in pull request #450: feat: add publish status to route in manager api

2020-09-09 Thread GitBox
nic-chen commented on a change in pull request #450: URL: https://github.com/apache/apisix-dashboard/pull/450#discussion_r486000136 ## File path: api/route/route_test.go ## @@ -0,0 +1,51 @@ +package route + +import ( + "github.com/apisix/manager-api/conf" + "github.