You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@apisix.apache.org by ju...@apache.org on 2020/12/22 02:42:46 UTC

[apisix-dashboard] branch juzhiyuan-patch-1 updated (c4a4da4 -> 985879a)

This is an automated email from the ASF dual-hosted git repository.

juzhiyuan pushed a change to branch juzhiyuan-patch-1
in repository https://gitbox.apache.org/repos/asf/apisix-dashboard.git.


    from c4a4da4  feat(CI): no need to build web after being merged
     add 072d497  feat: upstream support set `pass_host` parameter (#1088)
     add 4b894cf  feat: support labels list  (#1072)
     add e923b62  feat(FE): allow user write FE e2e by using local manager-api server  (#1090)
     add 1fa884a  fix: add protocol select (#1092)
     add 985879a  Merge branch 'master' into juzhiyuan-patch-1

No new revisions were added by this update.

Summary of changes:
 api/internal/handler/label/label.go                | 261 ++++++++++++++++
 api/internal/handler/label/label_test.go           | 336 +++++++++++++++++++++
 api/internal/route.go                              |   2 +
 api/test/e2e/label_test.go                         | 269 +++++++++++++++++
 docs/front-end-e2e.md                              |  10 +
 web/package.json                                   |   1 +
 web/src/components/Upstream/UpstreamForm.tsx       |  51 +++-
 .../Route/components/DebugViews/DebugDrawView.tsx  |  30 +-
 web/src/pages/Route/constants.ts                   |   2 +
 web/src/pages/Upstream/locales/en-US.ts            |   6 +
 web/src/pages/Upstream/locales/zh-CN.ts            |   6 +
 11 files changed, 963 insertions(+), 11 deletions(-)
 create mode 100644 api/internal/handler/label/label.go
 create mode 100644 api/internal/handler/label/label_test.go
 create mode 100644 api/test/e2e/label_test.go