You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@skywalking.apache.org by ke...@apache.org on 2022/11/01 00:38:37 UTC

[skywalking] branch e2e updated (2bb91b1086 -> 09455c79a4)

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

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


    omit 2bb91b1086 Merge branch 'master' into e2e
    omit 4adc05f89c Support `sampledTrace` in LAL (#9857)
    omit e87bf670cf Merge branch 'master' into e2e
    omit 011d828a2a Speed up CI by caching the build of e2e
    omit ae6a3a18ef sync ui (#9867)
     add 09455c79a4 Speed up CI by caching the build of e2e

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   (2bb91b1086)
            \
             N -- N -- N   refs/heads/e2e (09455c79a4)

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:
 .github/workflows/skywalking.yaml                  |   6 +-
 docs/en/changes/changes.md                         |   5 -
 docs/en/concepts-and-designs/lal.md                |  71 ------------
 .../trace/parser/listener/SampledTraceBuilder.java | 128 ---------------------
 .../skywalking/oap/log/analyzer/dsl/Binding.java   |  12 --
 .../skywalking/oap/log/analyzer/dsl/DSL.java       |   8 --
 .../analyzer/dsl/spec/extractor/ExtractorSpec.java |  31 -----
 .../extractor/sampledtrace/SampledTraceSpec.java   | 105 -----------------
 .../provider/log/listener/LogFilterListener.java   |  30 +++--
 .../manual/trace/SampledSlowTraceRecord.java       |  91 ---------------
 .../oap/server/core/source/DefaultScopeDefine.java |   1 -
 .../src/main/resources/application.yml             |   2 +-
 .../src/main/resources/lal/envoy-als.yaml          |  44 -------
 .../src/main/resources/lal/k8s-service.yaml        |  61 ----------
 .../src/main/resources/lal/mesh-dp.yaml            |  60 ----------
 skywalking-ui                                      |   2 +-
 16 files changed, 18 insertions(+), 639 deletions(-)
 delete mode 100644 oap-server/analyzer/agent-analyzer/src/main/java/org/apache/skywalking/oap/server/analyzer/provider/trace/parser/listener/SampledTraceBuilder.java
 delete mode 100644 oap-server/analyzer/log-analyzer/src/main/java/org/apache/skywalking/oap/log/analyzer/dsl/spec/extractor/sampledtrace/SampledTraceSpec.java
 delete mode 100644 oap-server/server-core/src/main/java/org/apache/skywalking/oap/server/core/analysis/manual/trace/SampledSlowTraceRecord.java
 delete mode 100644 oap-server/server-starter/src/main/resources/lal/k8s-service.yaml
 delete mode 100644 oap-server/server-starter/src/main/resources/lal/mesh-dp.yaml