You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@apisix.apache.org by we...@apache.org on 2020/09/09 08:20:05 UTC

[apisix-dashboard] branch master updated (b93388f -> 54f7a98)

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

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


    from b93388f  feat: preview pluginchart (#456)
     add 54f7a98  add tools to check ASF headers in code files. (#454)

No new revisions were added by this update.

Summary of changes:
 .actions/ASF-Release.cfg                           | 105 +++++++++++++++++++++
 .../ASFLicenseHeaderMarkdown.txt                   |   8 --
 .actions/openwhisk-utilities                       |   1 +
 .github/workflows/api_ci.yml                       |   4 +
 CONTRIBUTING.md                                    |  19 ++++
 api/docker-compose.yml => Makefile                 |  16 ++--
 USER_GUIDE.md                                      |  19 ++++
 api/route/route_group.go                           |  16 ++++
 api/route/route_group_test.go                      |  16 ++++
 api/service/upstream_test.go                       |  16 ++++
 compose/apisix_conf/config.yaml                    |   1 -
 .../grafana_conf/provisioning/dashboards/all.yaml  |   2 +-
 .../grafana_conf/provisioning/datasources/all.yaml |   2 +-
 src/pages/Consumer/components/Step1.tsx            |   2 +-
 src/pages/Route/components/Step3/index.tsx         |  16 ++++
 src/pages/User/index.ts                            |  17 ++++
 src/pages/User/locales/en-US.ts                    |  17 ++++
 src/pages/User/locales/zh-CN.ts                    |  17 ++++
 src/pages/User/typing.d.ts                         |  17 ++++
 19 files changed, 291 insertions(+), 20 deletions(-)
 create mode 100644 .actions/ASF-Release.cfg
 copy api/README.md => .actions/ASFLicenseHeaderMarkdown.txt (83%)
 create mode 160000 .actions/openwhisk-utilities
 copy api/docker-compose.yml => Makefile (64%)