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 2021/04/30 09:37:42 UTC

[apisix-dashboard] branch master updated (b54c195 -> b4f3720)

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 b54c195  fix: use remote address instead of client ip (#1831)
     add b4f3720  feat: run manager-api as an OS agnostic service (#1667)

No new revisions were added by this update.

Summary of changes:
 api/cmd/managerapi.go      | 241 +++++++++++++++++++++++++++++----------------
 api/cmd/service.go         |  93 +++++++++++++++++
 api/go.mod                 |   1 +
 api/go.sum                 |   4 +
 api/test/shell/cli_test.sh |  35 +++++++
 5 files changed, 289 insertions(+), 85 deletions(-)
 create mode 100644 api/cmd/service.go