This is an automated email from the ASF dual-hosted git repository.
juzhiyuan pushed a change to branch v2.0
in repository https://gitbox.apache.org/repos/asf/apisix-dashboard.git.
from 88a6761 feat: cache Front-end e2e CI node_modules (#696)
add b4b646b chore: refactor `conf` of `manager api` (#693)
No new revisions were added by this update.
Summary of changes:
.github/workflows/e2e-test-backend.yml | 11 +-
.github/workflows/test-api.yml | 25 ++--
Dockerfile | 6 +-
Makefile | 2 +-
api/Dockerfile | 6 +-
api/build.sh | 6 +-
api/conf/conf.go | 157 ++++++++++-----------
api/conf/conf.yaml | 34 +++++
api/filter/authentication.go | 2 +-
api/go.mod | 1 +
.../handler/authentication/authentication.go | 4 +-
api/internal/handler/route/route.go | 2 +-
api/main.go | 3 +-
api/run.sh | 3 +-
api/test/docker/docker-compose.yaml | 2 +-
api/test/docker/manager-api-conf.json | 31 ----
api/test/docker/manager-api-conf.yaml | 38 +++++
docs/deploy-with-docker.md | 6 +-
docs/deploy-with-docker.zh-CN.md | 6 +-
docs/deploy.md | 51 +++----
docs/deploy.zh-CN.md | 51 +++----
docs/examples/docker-conf-example.json | 31 ----
.../examples/docker-conf-example.yaml | 28 ++--
23 files changed, 240 insertions(+), 266 deletions(-)
create mode 100644 api/conf/conf.yaml
delete mode 100644 api/test/docker/manager-api-conf.json
create mode 100644 api/test/docker/manager-api-conf.yaml
delete mode 100644 docs/examples/docker-conf-example.json
rename api/docker-compose.yml => docs/examples/docker-conf-example.yaml (65%)