This is an automated email from the ASF dual-hosted git repository.
sunyi pushed a change to branch LiteSun-patch-1
in repository https://gitbox.apache.org/repos/asf/apisix-dashboard.git.
from 0c8719c Merge branch 'master' into LiteSun-patch-1
add d6dcaa4 feat: add create_time/update_time for global_rule (#1218)
add a5b2b15 fix(CI): Update lint workflow so that the Markdown and YAML
linters run (#1254)
add 2a2e882 feat: server info page time stamp display. (#1256)
add 1447418 fix: create route display is truncated #1188 (#1266)
add 0f322e1 test: add backend e2e test for service (#1128)
add ea9a710 Merge branch 'master' into LiteSun-patch-1
No new revisions were added by this update.
Summary of changes:
.github/workflows/lint.yml | 11 +-
api/conf/schema.json | 6 +
api/internal/core/entity/entity.go | 2 +-
.../handler/global_rule/global_rule_test.go | 18 +-
api/test/docker/apisix_config.yaml | 2 +-
api/test/docker/apisix_config2.yaml | 2 +-
api/test/e2e/global_rule_test.go | 113 +++++++++
api/test/e2e/go.sum | 1 +
api/test/e2e/service_test.go | 255 +++++++++++++++++++++
web/src/app.tsx | 2 +
web/src/pages/Route/Create.less | 2 +-
web/src/pages/ServerInfo/List.tsx | 12 +-
12 files changed, 411 insertions(+), 15 deletions(-)
create mode 100644 api/test/e2e/service_test.go