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/10/16 09:19:25 UTC

[apisix-dashboard] branch fe-refactor updated (05fee37 -> 43af140)

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

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


    from 05fee37  feat: update plugin & pluginchart
     add 85b0b20  feat: adjust codes order
     add 43af140  feat: codes clean

No new revisions were added by this update.

Summary of changes:
 .asf.yaml                                          | 34 ++++----
 .github/apisix-config.yaml                         |  6 +-
 .github/workflows/api_ci.yml                       | 94 +++++++++++-----------
 .github/workflows/api_cicd.yml                     | 87 ++++++++++----------
 .github/workflows/deploy.yml                       | 21 +++--
 .github/workflows/license_ci.yml                   | 11 +--
 .github/workflows/multiple-node-build.yml          |  4 +-
 CONTRIBUTING.md                                    | 31 +++----
 api/docker-compose.yml                             |  2 +-
 compose/apisix_conf/config.yaml                    | 19 +++--
 compose/docker-compose.yml                         | 40 ++++-----
 .../dashboards/apisix_http_prometheus.json         | 33 ++------
 .../grafana_conf/provisioning/dashboards/all.yaml  | 16 ++--
 .../grafana_conf/provisioning/datasources/all.yaml | 16 ++--
 compose/prometheus_conf/prometheus.yml             | 12 +--
 manager-api.md                                     |  1 -
 src/pages/Consumer/List.tsx                        |  4 +-
 src/pages/Metrics/index.ts                         |  1 -
 src/pages/Route/List.tsx                           |  2 +-
 .../Route/components/Step2/RequestRewriteView.tsx  |  9 ++-
 src/pages/Upstream/List.tsx                        |  2 +-
 src/pages/document.ejs                             | 17 ++--
 src/service-worker.js                              |  4 +-
 23 files changed, 215 insertions(+), 251 deletions(-)