You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@apisix.apache.org by ch...@apache.org on 2020/11/13 02:25:20 UTC

[apisix-dashboard] branch feat-docs updated (8014a91 -> 90a421b)

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

chenjunxu pushed a change to branch feat-docs
in repository https://gitbox.apache.org/repos/asf/apisix-dashboard.git.


    from 8014a91  fix: revert changed
     add 88903fa  fix: closed WatchResponse channel when cancel function is called (#779) (#795)
     add a1edc95  ci: fix CI naming (#799)
     add 52c1e65  fix: make cli test more compatible (#798)
     add c106b3d  test: fix e2e test unstable (#800)
     add 90a421b  Merge branch 'v2.0' into feat-docs

No new revisions were added by this update.

Summary of changes:
 .github/workflows/{cli_test.yml => backend-cli-test.yml}         | 2 +-
 .github/workflows/{e2e-test-backend.yml => backend-e2e-test.yml} | 0
 .github/workflows/{test-api.yml => backend-unit-test.yml}        | 2 +-
 api/internal/core/storage/etcd.go                                | 5 ++++-
 api/test/e2e/base.go                                             | 2 +-
 api/test/e2e/upstream_test.go                                    | 1 +
 api/test/shell/cli_test.sh                                       | 2 +-
 7 files changed, 9 insertions(+), 5 deletions(-)
 rename .github/workflows/{cli_test.yml => backend-cli-test.yml} (95%)
 rename .github/workflows/{e2e-test-backend.yml => backend-e2e-test.yml} (100%)
 rename .github/workflows/{test-api.yml => backend-unit-test.yml} (98%)