[GitHub] [apisix-dashboard] nic-chen commented on a change in pull request #958: feat: implement API to get apisix instances status

2020-12-17 Thread GitBox
nic-chen commented on a change in pull request #958: URL: https://github.com/apache/apisix-dashboard/pull/958#discussion_r545603109 ## File path: api/test/docker/apisix_config2.yaml ## @@ -93,4 +93,5 @@ plugin_attr: server-info: report_interval: 10 -report_ttl: 36

[GitHub] [apisix-dashboard] nic-chen commented on a change in pull request #958: feat: implement API to get apisix instances status

2020-12-17 Thread GitBox
nic-chen commented on a change in pull request #958: URL: https://github.com/apache/apisix-dashboard/pull/958#discussion_r545140026 ## File path: api/test/docker/docker-compose.yaml ## @@ -149,14 +150,15 @@ services: ipv4_address: 172.16.238.30 apisix2: +hostn

[GitHub] [apisix-dashboard] nic-chen commented on a change in pull request #958: feat: implement API to get apisix instances status

2020-12-13 Thread GitBox
nic-chen commented on a change in pull request #958: URL: https://github.com/apache/apisix-dashboard/pull/958#discussion_r542085785 ## File path: api/test/e2e/server_info_test.go ## @@ -0,0 +1,147 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one or more + *

[GitHub] [apisix-dashboard] nic-chen commented on a change in pull request #958: feat: implement API to get apisix instances status

2020-12-13 Thread GitBox
nic-chen commented on a change in pull request #958: URL: https://github.com/apache/apisix-dashboard/pull/958#discussion_r542085107 ## File path: api/internal/handler/server_info/server_info_test.go ## @@ -0,0 +1,156 @@ +/* + * Licensed to the Apache Software Foundation (ASF) u