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/03/26 04:05:37 UTC

[incubator-skywalking] branch oal-deactive updated (971dd4f -> 1e59fdb)

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

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


    from 971dd4f  Add disable document.
     new 7420d25  Support compile project agent, backend, UI separately. (#2399)
     new 3acd044  Support endpoint group in mesh. (#2403)
     new 1e59fdb  Merge branch 'master' into oal-deactive

The 4689 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:
 .../skywalking/apm/util/StringFormatGroup.java     | 101 +++++++++++++++
 .../skywalking/apm/util/StringFormatGroupTest.java | 136 +++++++++++++++++++++
 apm-dist/pom.xml                                   |  70 +++++++----
 apm-sniffer/apm-agent/pom.xml                      |  14 ++-
 docs/en/guides/How-to-build.md                     |  12 ++
 .../server/receiver/mesh/EndpointNameFormater.java |  67 ++++++++++
 .../receiver/mesh/TelemetryDataDispatcher.java     |  10 +-
 .../resources/endpoint_naming_rules.properties}    |   2 +-
 pom.xml                                            |  59 ++++++++-
 9 files changed, 442 insertions(+), 29 deletions(-)
 create mode 100644 apm-commons/apm-util/src/main/java/org/apache/skywalking/apm/util/StringFormatGroup.java
 create mode 100644 apm-commons/apm-util/src/test/java/org/apache/skywalking/apm/util/StringFormatGroupTest.java
 create mode 100644 oap-server/server-receiver-plugin/skywalking-mesh-receiver-plugin/src/main/java/org/apache/skywalking/aop/server/receiver/mesh/EndpointNameFormater.java
 copy oap-server/{server-core/src/main/resources/META-INF/services/org.apache.skywalking.oap.server.library.module.ModuleProvider => server-starter/src/main/resources/endpoint_naming_rules.properties} (93%)