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/11 04:10:37 UTC

[apisix-dashboard] branch juzhiyuan/fix-husky updated (3c30adf -> de3b50f)

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

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


    from 3c30adf  chore: remove useless env
     add 79c0c18  docs(contributing): added commit message guidelines (#1007)
     add ba303ea  chore: enrich error log (#977)
     add 0010423  fix: spelling (#1004)
     add 39239eb  feat: added priority (#1006)
     add 66d3b63  docs: update README's style (#1009)
     add ed9c523  docs: only keep English docs (#1011)
     add 64cd555  feat: add access log for Manager API (#994)
     add 29e6dd5  release: new version 2.1.1 (#959)
     add de3b50f  Merge branch 'master' into juzhiyuan/fix-husky

No new revisions were added by this update.

Summary of changes:
 CHANGELOG.md                                       |  38 +++++-
 CHANGELOG.zh-CN.md                                 |  83 -------------
 CONTRIBUTING.md                                    | 136 ++++++++++++++++++++-
 README.md                                          |  18 ++-
 README.zh-CN.md                                    |  84 -------------
 api/conf/conf.go                                   |  21 +++-
 api/conf/conf.yaml                                 |   5 +
 api/conf/schema.json                               |   2 +-
 api/filter/authentication.go                       |   6 +
 api/filter/logging.go                              |  51 +++++++-
 api/filter/{request_id.go => logging_test.go}      |  41 ++++---
 api/internal/core/entity/format.go                 |   2 +-
 api/internal/core/storage/etcd.go                  |  26 ++--
 api/internal/core/store/store.go                   |  22 ++--
 api/internal/core/store/storehub.go                |   4 +-
 api/internal/core/store/validate.go                |  30 ++---
 api/internal/route.go                              |   4 +-
 api/log/log.go                                     |   7 ++
 api/log/zap.go                                     |  35 ++++--
 api/main.go                                        |   9 +-
 api/test/shell/cli_test.sh                         |  38 +++++-
 docs/FAQ.md                                        |   2 +-
 docs/FAQ.zh-CN.md                                  |  56 ---------
 docs/USER_GUIDE.zh-CN.md                           |  52 --------
 docs/deploy-with-docker.md                         |   2 +-
 docs/deploy-with-docker.zh-CN.md                   |  84 -------------
 docs/deploy.md                                     |   2 +-
 docs/deploy.zh-CN.md                               |  86 -------------
 docs/develop.md                                    |   2 +-
 docs/develop.zh-CN.md                              |  76 ------------
 web/package.json                                   |   3 +-
 web/src/components/Plugin/CodeMirrorDrawer.tsx     |   3 +-
 web/src/components/Plugin/PluginPage.tsx           |   3 +-
 web/src/components/Plugin/service.ts               |   2 +-
 web/src/e2e/README.zh-CN.md                        |  41 -------
 .../Route/components/Step1/RequestConfigView.tsx   |  14 ++-
 web/src/pages/Route/locales/en-US.ts               |   1 +
 web/src/pages/Route/locales/zh-CN.ts               |   1 +
 web/src/pages/Route/transform.ts                   |   2 +
 39 files changed, 431 insertions(+), 663 deletions(-)
 delete mode 100644 CHANGELOG.zh-CN.md
 delete mode 100644 README.zh-CN.md
 copy api/filter/{request_id.go => logging_test.go} (54%)
 delete mode 100644 docs/FAQ.zh-CN.md
 delete mode 100644 docs/USER_GUIDE.zh-CN.md
 delete mode 100644 docs/deploy-with-docker.zh-CN.md
 delete mode 100644 docs/deploy.zh-CN.md
 delete mode 100644 docs/develop.zh-CN.md
 delete mode 100644 web/src/e2e/README.zh-CN.md