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

[apisix-dashboard] branch master updated (b3463fd -> b3819c5)

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

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


    from b3463fd  fix: delete POST method in /apisix/admin/consumer  (#1109)
     add b3819c5  chore: introduce corba as the cli scafford (#773)

No new revisions were added by this update.

Summary of changes:
 .actions/openwhisk-utilities |   1 -
 api/build.sh                 |   2 +-
 api/cmd/managerapi.go        | 118 ++++++++++++++
 api/conf/conf.go             |   5 +-
 api/go.mod                   |  19 ++-
 api/go.sum                   | 380 +++++++++++++++++++++++++++++++++++++++++--
 api/main.go                  |  80 +--------
 api/test/shell/cli_test.sh   |   4 +-
 8 files changed, 508 insertions(+), 101 deletions(-)
 delete mode 160000 .actions/openwhisk-utilities
 create mode 100644 api/cmd/managerapi.go