You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@skywalking.apache.org by ta...@apache.org on 2020/02/29 03:38:55 UTC

[skywalking] branch rest_api updated (446840c -> 3178f7e)

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

tanjian pushed a change to branch rest_api
in repository https://gitbox.apache.org/repos/asf/skywalking.git.


    from 446840c  remove
     add 58a787f  Support ref endpoint name register (#4422)
     add 467ef8b  Update to actions/checkout@v2, fix checks error: reference is not a tree. (#4419)
     add 036aee8  refactor Metrics class. (#4418)
     add 3178f7e  Merge branch 'master' into rest_api

No new revisions were added by this update.

Summary of changes:
 .github/workflows/ci-it.yaml                       |  30 ++--
 .github/workflows/docker-ci.yaml                   |   8 +-
 .github/workflows/e2e.yaml                         |  40 +++--
 .github/workflows/istio-mixer-ci.yaml              |   8 +-
 .github/workflows/plugins-test.yaml                | 180 ++++++++++++++-------
 docs/en/guides/Plugin-test.md                      |  12 +-
 .../oap/server/core/analysis/TimeBucket.java       |   6 +-
 .../oap/server/core/analysis/metrics/Metrics.java  |  10 +-
 .../service/EndpointInventoryRegister.java         |   4 +-
 .../service/IEndpointInventoryRegister.java        |   2 +-
 .../standardization/ReferenceIdExchanger.java      |  24 +--
 11 files changed, 214 insertions(+), 110 deletions(-)