This is an automated email from the ASF dual-hosted git repository.
chenjunxu pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/apisix-dashboard.git.
from cdab409 fix: bug for build tool `schem-sync` (#909)
add b48ef0a fix: make field ID compatible with both string and int (#902)
No new revisions were added by this update.
Summary of changes:
api/internal/core/entity/entity.go | 24 ++-
api/internal/core/entity/query.go | 9 +-
api/internal/core/store/store.go | 5 +-
api/internal/core/store/store_test.go | 4 +-
api/internal/core/store/storehub.go | 8 +-
api/internal/core/store/validate_test.go | 2 +-
api/internal/handler/consumer/consumer.go | 5 +-
api/internal/handler/route/route.go | 30 +--
api/internal/handler/service/service.go | 11 +-
api/internal/utils/utils.go | 12 +-
api/test/e2e/id_compatible_test.go | 337 ++++++++++++++++++++++++++++++
11 files changed, 410 insertions(+), 37 deletions(-)
create mode 100644 api/test/e2e/id_compatible_test.go