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 2021/08/19 02:05:22 UTC

[skywalking] branch ci/composite-uses updated (becd160 -> 2119d94)

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

kezhenxu94 pushed a change to branch ci/composite-uses
in repository https://gitbox.apache.org/repos/asf/skywalking.git.


 discard becd160  Merge branch 'master' into ci/composite-uses
 discard 95f66c3  Simplify GitHub workflows by using `uses` in `composite` actions
    omit ad0042f  Add missing property set for new field `httpResponseStatusCode` (#7486)
    omit c04b4e0  Fix distinct in Service/Instance/Endpoint query is not working. (#7482)
    omit 09cc0f9  Harden the security of Groovy-based DSL, MAL and LAL (#7485)
     add 2119d94  Simplify GitHub workflows by using `uses` in `composite` actions

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   (becd160)
            \
             N -- N -- N   refs/heads/ci/composite-uses (2119d94)

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/actions/e2e-test/action.yml                |   2 +-
 .github/actions/plugins-test/action.yml            |   2 +-
 .github/workflows/e2e.jdk-versions.yaml            |   3 -
 CHANGES.md                                         |   2 -
 .../skywalking/oap/log/analyzer/dsl/DSL.java       |  25 ----
 .../oap/log/analyzer/dsl/DSLSecurityTest.java      | 140 ---------------------
 .../skywalking/oap/meter/analyzer/dsl/DSL.java     |  29 -----
 .../oap/server/core/query/type/Database.java       |   5 +-
 .../oap/server/core/query/type/Endpoint.java       |   2 -
 .../oap/server/core/query/type/Service.java        |   2 -
 .../server/core/query/type/ServiceInstance.java    |   2 -
 .../receiver/mesh/TelemetryDataDispatcher.java     |   6 -
 12 files changed, 5 insertions(+), 215 deletions(-)
 delete mode 100644 oap-server/analyzer/log-analyzer/src/test/java/org/apache/skywalking/oap/log/analyzer/dsl/DSLSecurityTest.java