You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@skywalking.apache.org by wu...@apache.org on 2021/08/11 08:27:29 UTC

[skywalking] branch master updated (139bb56 -> de6cae3)

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

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


    from 139bb56  Fix missing Kratos component id (#7435)
     add de6cae3  [Break Change] Remove endpoint name in the trace query condition. (#7438)

No new revisions were added by this update.

Summary of changes:
 CHANGES.md                                         |  5 ++-
 docs/en/ui/README.md                               |  2 ++
 .../parser/listener/SegmentAnalysisListener.java   |  1 -
 .../analysis/manual/segment/SegmentDispatcher.java |  1 -
 .../analysis/manual/segment/SegmentRecord.java     |  6 ----
 .../oap/server/core/query/TraceQueryService.java   |  3 +-
 .../core/query/input/TraceQueryCondition.java      |  1 -
 .../skywalking/oap/server/core/source/Segment.java |  3 --
 .../server/core/storage/query/ITraceQueryDAO.java  |  1 -
 .../oap/query/graphql/resolver/TraceQuery.java     |  3 +-
 .../src/main/resources/query-protocol              |  2 +-
 .../query/ProfileThreadSnapshotQueryEsDAO.java     |  7 ++--
 .../elasticsearch/query/TraceQueryEsDAO.java       | 13 +++----
 .../elasticsearch7/query/TraceQueryEs7DAO.java     | 16 ++++-----
 .../influxdb/query/ProfileThreadSnapshotQuery.java | 16 ++++-----
 .../storage/plugin/influxdb/query/TraceQuery.java  | 20 +++++------
 .../h2/dao/H2ProfileThreadSnapshotQueryDAO.java    |  7 ++--
 .../plugin/jdbc/h2/dao/H2SegmentRecordBuilder.java |  3 --
 .../plugin/jdbc/h2/dao/H2TraceQueryDAO.java        | 41 ++++++++++------------
 .../elasticsearch/ZipkinTraceQueryEs7DAO.java      | 15 +++-----
 .../exporter/test/ProfileSnapshotExporterTest.java |  2 ++
 .../profile/exporter/test/ProfileTraceDAO.java     |  1 -
 22 files changed, 73 insertions(+), 96 deletions(-)