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

kezhenxu94 pushed a change to branch test/istio/1.13
in repository https://gitbox.apache.org/repos/asf/skywalking.git.


 discard 5def138  Add istio 1.13.1 to test matrix for verification
     add f390b14  Fix Zipkin receiver wrong condition for decoding `gzip` 
(#8592)
     add ffba719  Add a new sampler (`possibility`) in LAL (#8591)
     add d74c2c8  Add rust SDK to readme doc (#8595)
     add b9de4c0  Publish e2e-service-* images to GitHub container registry 
(#8590)
     add 177ef4d  Add istio 1.13.1 to test matrix for verification

This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version.  This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:

 * -- * -- B -- O -- O -- O   (5def138)
            \
             N -- N -- N   refs/heads/test/istio/1.13 (177ef4d)

You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.

Any revisions marked "omit" are not gone; other references still
refer to them.  Any revisions marked "discard" are gone forever.

No new revisions were added by this update.

Summary of changes:
 ...docker.yaml => publish-docker-e2e-service.yaml} | 14 ++---
 CHANGES.md                                         |  2 +
 Makefile                                           |  2 +-
 README.md                                          |  2 +-
 docs/en/concepts-and-designs/lal.md                | 34 +++++++++--
 .../log/analyzer/dsl/spec/sink/SamplerSpec.java    | 23 ++++++-
 .../dsl/spec/sink/sampler/PossibilitySampler.java  | 54 +++++++++++++++++
 .../receiver/envoy/als/AccessLogAnalyzer.java      |  2 +-
 .../receiver/zipkin/handler/SpanProcessor.java     |  2 +-
 Makefile => test/Makefile                          | 70 +++++++++-------------
 .../e2e-v2/java-test-service/Dockerfile            | 10 ++--
 test/e2e-v2/java-test-service/e2e-protocol/pom.xml |  8 +--
 12 files changed, 151 insertions(+), 72 deletions(-)
 copy .github/workflows/{publish-docker.yaml => 
publish-docker-e2e-service.yaml} (85%)
 create mode 100644 
oap-server/analyzer/log-analyzer/src/main/java/org/apache/skywalking/oap/log/analyzer/dsl/spec/sink/sampler/PossibilitySampler.java
 copy Makefile => test/Makefile (54%)
 copy docs/en/setup/envoy/examples/metrics/Makefile => 
test/e2e-v2/java-test-service/Dockerfile (88%)

Reply via email to