imjoey opened a new pull request #1218: URL: https://github.com/apache/apisix-dashboard/pull/1218
Signed-off-by: imjoey <[email protected]> Please answer these questions before submitting a pull request - Why submit this pull request? - [ ] Bugfix - [x] New feature provided - [ ] Improve performance - Related issues Related to #1143 , taking charge of the manager-api part. ___ ### New feature or improvement - Describe the details and related test reports. As #1143 comes to a conclusion that `create_time` and `update_time` are needed for global_rule entity. This PR is going to add the two fields and relevant test cases. **Note:** Cause manager-api will validate the schema defined in `schema.json` right before writing to etcd, current test cases will always fail due to the `additionalProperties` for `GlobalRule` is `false`. This PR can only be marked as ready-to-view util the schema is updated from apache/apisix project. ---------------------------------------------------------------- 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: [email protected]
