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:04:22 UTC

[skywalking] branch ci/composite-uses updated (95f66c3 -> becd160)

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.


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

No new revisions were added by this update.

Summary of changes:
 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 +
 9 files changed, 210 insertions(+), 3 deletions(-)
 create mode 100644 oap-server/analyzer/log-analyzer/src/test/java/org/apache/skywalking/oap/log/analyzer/dsl/DSLSecurityTest.java