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 2019/02/24 01:12:55 UTC

[incubator-skywalking] branch scope-refactor updated (62c858a -> af8bf8b)

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

wusheng pushed a change to branch scope-refactor
in repository https://gitbox.apache.org/repos/asf/incubator-skywalking.git.


    from 62c858a  Other compile issue done. Prepare the generator changes.
     new b7cb170  User wall (#2278)
     new 8f866fe  add probe and some setup cn docs. (#2280)
     new a95e15f  Fix ArrayIndexOutOfBoundsException  (#2284)
     new c596d0a  add serviceInstanceId in Segment storage. (#2146)
     new c978448  update skywalking-ui to 8b5e69c4513ff352dcaf6346b024dc781e2c2d8c. (#2286)
     new 02d2c5a  Merge branch 'master' of https://github.com/apache/incubator-skywalking into scope-refactor
     new af8bf8b  Revert some wrong changes to Istio receiver.

The 4601 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 README.md                                          |  2 +-
 .../v2/MemcachedMethodInterceptor.java             | 10 ++++++-
 docs/en/concepts-and-designs/probe-introduction.md |  2 +-
 .../concepts-and-designs/probe-introduction-cn.md  | 35 ++++++++++++++++++++--
 .../concepts-and-designs/service-mesh-probe-cn.md  | 28 ++++++++++++++++-
 docs/others/cn/setup/README.md                     | 34 ++++++++++++++++++++-
 docs/others/cn/setup/backend/backend-ui-setup.md   |  2 ++
 docs/others/cn/setup/istio/README.md               |  2 ++
 .../cn/setup/service-agent/java-agent/README.md    |  2 ++
 docs/powered-by.md                                 | 17 +++++++----
 .../skywalking/oal/tool/grammar/OALParser.g4       |  2 +-
 .../analysis/manual/segment/SegmentDispatcher.java |  1 +
 .../analysis/manual/segment/SegmentRecord.java     |  4 +++
 .../oap/server/core/query/TraceQueryService.java   |  8 ++---
 .../skywalking/oap/server/core/source/Segment.java |  1 +
 .../server/core/storage/query/ITraceQueryDAO.java  |  4 +--
 .../oap/query/graphql/resolver/TraceQuery.java     |  3 +-
 .../query/graphql/type/TraceQueryCondition.java    |  1 +
 .../src/main/proto/gogoproto/gogo.proto            |  4 +--
 .../src/main/proto/istio-metric.proto              |  4 +--
 .../src/main/proto/policy/v1beta1/type.proto       |  2 +-
 .../receiver/mesh/TelemetryDataDispatcher.java     |  4 +--
 .../listener/endpoint/MultiScopesSpanListener.java |  2 +-
 .../listener/segment/SegmentSpanListener.java      |  1 +
 .../elasticsearch/query/TraceQueryEsDAO.java       |  7 +++--
 .../plugin/jdbc/h2/dao/H2TraceQueryDAO.java        |  8 +++--
 .../plugin/jdbc/mysql/MySQLTraceQueryDAO.java      |  8 +++--
 skywalking-ui                                      |  2 +-
 28 files changed, 164 insertions(+), 36 deletions(-)
 create mode 100644 docs/others/cn/setup/backend/backend-ui-setup.md
 create mode 100644 docs/others/cn/setup/istio/README.md
 create mode 100644 docs/others/cn/setup/service-agent/java-agent/README.md