You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@skywalking.apache.org by lu...@apache.org on 2022/02/18 10:03:08 UTC

[skywalking-banyandb] branch oap-e2e updated (8ca1bd3 -> 361bcf7)

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

lujiajing pushed a change to branch oap-e2e
in repository https://gitbox.apache.org/repos/asf/skywalking-banyandb.git.


    from 8ca1bd3  add oap e2e test
     add f210087  remove proto
     add e2794b9  use submodule
     add 361bcf7  with submodules

No new revisions were added by this update.

Summary of changes:
 .github/workflows/e2e.storage.yml                  |   2 +
 .gitmodules                                        |   3 +
 .../java-test-service/e2e-protocol/src/main/proto  |   1 +
 .../e2e-protocol/src/main/proto/.asf.yaml          |  37 ----
 .../e2e-protocol/src/main/proto/.bazelrc           |  18 --
 .../src/main/proto/.github/workflows/ci.yaml       |  35 ----
 .../e2e-protocol/src/main/proto/.gitignore         |   5 -
 .../e2e-protocol/src/main/proto/README.md          |  15 --
 .../e2e-protocol/src/main/proto/WORKSPACE          |  36 ----
 .../e2e-protocol/src/main/proto/bazel/BUILD        |  17 --
 .../src/main/proto/bazel/repositories.bzl          |  41 ----
 .../src/main/proto/browser/BrowserPerf.proto       | 111 ----------
 .../src/main/proto/browser/BrowserPerfCompat.proto |  40 ----
 .../e2e-protocol/src/main/proto/common/BUILD       |  27 ---
 .../src/main/proto/common/Common.proto             |  54 -----
 .../e2e-protocol/src/main/proto/event/Event.proto  |  82 --------
 .../src/main/proto/language-agent/BUILD            |  62 ------
 .../src/main/proto/language-agent/CLRMetric.proto  |  60 ------
 .../proto/language-agent/CLRMetricCompat.proto     |  33 ---
 .../ConfigurationDiscoveryService.proto            |  54 -----
 .../src/main/proto/language-agent/JVMMetric.proto  | 105 ----------
 .../proto/language-agent/JVMMetricCompat.proto     |  34 ----
 .../src/main/proto/language-agent/Meter.proto      |  96 ---------
 .../main/proto/language-agent/MeterCompat.proto    |  33 ---
 .../src/main/proto/language-agent/Tracing.proto    | 223 ---------------------
 .../main/proto/language-agent/TracingCompat.proto  |  45 -----
 .../src/main/proto/logging/Logging.proto           | 114 -----------
 .../src/main/proto/management/Management.proto     |  53 -----
 .../main/proto/management/ManagementCompat.proto   |  42 ----
 .../src/main/proto/profile/Profile.proto           |  82 --------
 .../src/main/proto/profile/ProfileCompat.proto     |  44 ----
 .../service-mesh-probe/service-mesh-compat.proto   |  33 ---
 .../proto/service-mesh-probe/service-mesh.proto    |  78 -------
 33 files changed, 6 insertions(+), 1709 deletions(-)
 create mode 100644 .gitmodules
 create mode 160000 test/e2e-v2/java-test-service/e2e-protocol/src/main/proto
 delete mode 100644 test/e2e-v2/java-test-service/e2e-protocol/src/main/proto/.asf.yaml
 delete mode 100644 test/e2e-v2/java-test-service/e2e-protocol/src/main/proto/.bazelrc
 delete mode 100644 test/e2e-v2/java-test-service/e2e-protocol/src/main/proto/.github/workflows/ci.yaml
 delete mode 100644 test/e2e-v2/java-test-service/e2e-protocol/src/main/proto/.gitignore
 delete mode 100644 test/e2e-v2/java-test-service/e2e-protocol/src/main/proto/README.md
 delete mode 100644 test/e2e-v2/java-test-service/e2e-protocol/src/main/proto/WORKSPACE
 delete mode 100644 test/e2e-v2/java-test-service/e2e-protocol/src/main/proto/bazel/BUILD
 delete mode 100644 test/e2e-v2/java-test-service/e2e-protocol/src/main/proto/bazel/repositories.bzl
 delete mode 100644 test/e2e-v2/java-test-service/e2e-protocol/src/main/proto/browser/BrowserPerf.proto
 delete mode 100644 test/e2e-v2/java-test-service/e2e-protocol/src/main/proto/browser/BrowserPerfCompat.proto
 delete mode 100644 test/e2e-v2/java-test-service/e2e-protocol/src/main/proto/common/BUILD
 delete mode 100644 test/e2e-v2/java-test-service/e2e-protocol/src/main/proto/common/Common.proto
 delete mode 100644 test/e2e-v2/java-test-service/e2e-protocol/src/main/proto/event/Event.proto
 delete mode 100644 test/e2e-v2/java-test-service/e2e-protocol/src/main/proto/language-agent/BUILD
 delete mode 100644 test/e2e-v2/java-test-service/e2e-protocol/src/main/proto/language-agent/CLRMetric.proto
 delete mode 100644 test/e2e-v2/java-test-service/e2e-protocol/src/main/proto/language-agent/CLRMetricCompat.proto
 delete mode 100644 test/e2e-v2/java-test-service/e2e-protocol/src/main/proto/language-agent/ConfigurationDiscoveryService.proto
 delete mode 100644 test/e2e-v2/java-test-service/e2e-protocol/src/main/proto/language-agent/JVMMetric.proto
 delete mode 100644 test/e2e-v2/java-test-service/e2e-protocol/src/main/proto/language-agent/JVMMetricCompat.proto
 delete mode 100644 test/e2e-v2/java-test-service/e2e-protocol/src/main/proto/language-agent/Meter.proto
 delete mode 100644 test/e2e-v2/java-test-service/e2e-protocol/src/main/proto/language-agent/MeterCompat.proto
 delete mode 100644 test/e2e-v2/java-test-service/e2e-protocol/src/main/proto/language-agent/Tracing.proto
 delete mode 100644 test/e2e-v2/java-test-service/e2e-protocol/src/main/proto/language-agent/TracingCompat.proto
 delete mode 100644 test/e2e-v2/java-test-service/e2e-protocol/src/main/proto/logging/Logging.proto
 delete mode 100644 test/e2e-v2/java-test-service/e2e-protocol/src/main/proto/management/Management.proto
 delete mode 100644 test/e2e-v2/java-test-service/e2e-protocol/src/main/proto/management/ManagementCompat.proto
 delete mode 100644 test/e2e-v2/java-test-service/e2e-protocol/src/main/proto/profile/Profile.proto
 delete mode 100644 test/e2e-v2/java-test-service/e2e-protocol/src/main/proto/profile/ProfileCompat.proto
 delete mode 100644 test/e2e-v2/java-test-service/e2e-protocol/src/main/proto/service-mesh-probe/service-mesh-compat.proto
 delete mode 100644 test/e2e-v2/java-test-service/e2e-protocol/src/main/proto/service-mesh-probe/service-mesh.proto