You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@apisix.apache.org by GitBox <gi...@apache.org> on 2020/12/01 07:14:30 UTC

[GitHub] [apisix-dashboard] membphis opened a new issue #933: feat: not allowed to specify `create_time` and `update_time` when create/edit route, service, upstream and consumer

membphis opened a new issue #933:
URL: https://github.com/apache/apisix-dashboard/issues/933


   ```go
   {
           caseDesc: "update the route (r1)",
           Object:   ManagerApiExpect(t),
           Path:     "/apisix/admin/routes/r1",
           Method:   http.MethodPut,
           Body: `{
                           "uri": "/hello",
                           "name": "new jack",
                           "create_time": 1606726340,    // throw an error if it was specified
                           "update_time": 1606726340,    // throw an error if it was specified
                           "desc": "new desc",
                           "upstream": {
                                   "type": "roundrobin",
                                   "nodes": [{
                                           "host": "172.16.238.20",
                                           "port": 1980,
                                           "weight": 1
                                   }]
                           }
                   }`
   },
   ```
   
   original comment: https://github.com/apache/apisix-dashboard/pull/927/files#r533114051


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [apisix-dashboard] membphis commented on issue #933: feat: not allowed to specify `create_time` and `update_time` when create/edit route, service, upstream and consumer

Posted by GitBox <gi...@apache.org>.
membphis commented on issue #933:
URL: https://github.com/apache/apisix-dashboard/issues/933#issuecomment-736273280


   The values of `create_time` and `update_time` are maintained by the manager-api itself.


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [apisix-dashboard] tokers closed issue #933: feat: not allowed to specify `create_time` and `update_time` when create/edit route, service, upstream and consumer

Posted by GitBox <gi...@apache.org>.
tokers closed issue #933:
URL: https://github.com/apache/apisix-dashboard/issues/933


   


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [apisix-dashboard] nic-chen closed issue #933: feat: not allowed to specify `create_time` and `update_time` when create/edit route, service, upstream and consumer

Posted by GitBox <gi...@apache.org>.
nic-chen closed issue #933:
URL: https://github.com/apache/apisix-dashboard/issues/933


   


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [apisix-dashboard] membphis commented on issue #933: feat: not allowed to specify `create_time` and `update_time` when create/edit route, service, upstream and consumer

Posted by GitBox <gi...@apache.org>.
membphis commented on issue #933:
URL: https://github.com/apache/apisix-dashboard/issues/933#issuecomment-750012381


   @nic-chen ping


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [apisix-dashboard] juzhiyuan commented on issue #933: feat: not allowed to specify `create_time` and `update_time` when create/edit route, service, upstream and consumer

Posted by GitBox <gi...@apache.org>.
juzhiyuan commented on issue #933:
URL: https://github.com/apache/apisix-dashboard/issues/933#issuecomment-748743796


   Will this issue been resolved by the community or?


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org