PGBI / kong-dashboard

Dashboard for managing Kong gateway
MIT License
2.17k stars 390 forks source link

Looking forward to supporting version 1.0.0 #194

Closed JustUse closed 5 years ago

JustUse commented 5 years ago

Looking forward to supporting version 1.0.0 : )

julienlau commented 5 years ago

"APIs" tab should be removed. "plugins" tab seems to need some adjustment

julienlau commented 5 years ago

plugins schema changed in 1.0.0. Example:

Before:

  "total": 13,
  "data": [
    {
      "created_at": 1544183783000,
      "config": {

Now:

  "next": null,
  "data": [
    {
      "created_at": 1543939774,
      "config": {
JustUse commented 5 years ago

插件架构在1.0.0中已更改。例:

之前:

  "total": 13,
  "data": [
    {
      "created_at": 1544183783000,
      "config": {

现在:

  "next": null,
  "data": [
    {
      "created_at": 1543939774,
      "config": {

It seems that Kong version 0.13.0 has started to abandon the API Thank you for your reply : )

AsanZhang commented 5 years ago

Looking forward to supporting version 1.0.0,too : )

illyaMs commented 5 years ago

Added in https://github.com/PGBI/kong-dashboard/pull/199 So let's wait for a feedback from @PGBI

CuizCode commented 5 years ago

Current version doesn't support Kong v0.15 and higher ? is there a plan ?

PGBI commented 5 years ago

Fixed with #199