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/03/06 02:58:49 UTC

[skywalking] branch rest_api updated (458980b -> 6f3b9df)

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 458980b  update expected data.
     add 6f3b9df  update e2e.

No new revisions were added by this update.

Summary of changes:
 test/e2e/e2e-http-api-with-nginx-lua/pom.xml       | 13 +-----
 .../src/docker/rc.d/rc0-prepare.sh                 | 19 +-------
 .../e2e/sample/client/TestController.java          | 14 ------
 .../apache/skywalking/e2e/sample/client/User.java  | 53 ----------------------
 .../skywalking/e2e/sample/client/UserRepo.java     | 24 ----------
 .../skywalking/e2e/SampleVerificationITCase.java   |  1 +
 ...king.e2e.SampleVerificationITCase.endpoints.yml |  4 +-
 ...ampleVerificationITCase.serviceInstanceTopo.yml | 10 ++--
 ...lking.e2e.SampleVerificationITCase.services.yml |  2 +-
 ...kywalking.e2e.SampleVerificationITCase.topo.yml | 10 ++--
 ...walking.e2e.SampleVerificationITCase.traces.yml |  2 +-
 11 files changed, 16 insertions(+), 136 deletions(-)
 delete mode 100644 test/e2e/e2e-http-api-with-nginx-lua/src/main/java/org/apache/skywalking/e2e/sample/client/User.java
 delete mode 100644 test/e2e/e2e-http-api-with-nginx-lua/src/main/java/org/apache/skywalking/e2e/sample/client/UserRepo.java