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/02/21 03:49:44 UTC

[skywalking] branch enhance/log updated (4c499ba -> 3fffe1f)

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

kezhenxu94 pushed a change to branch enhance/log
in repository https://gitbox.apache.org/repos/asf/skywalking.git.


 discard 4c499ba  Check unintended changes and test negative case
 discard 1a8a889  Update pom.xml
 discard 5fc795f  Update pom.xml
 discard d7e7f3c  Merge branch 'master' into enhance/log
 discard 2a53c1e  Replace test pom SW version with real-time version
 discard 24e02ed  Merge remote-tracking branch 'origin/master' into enhance/log
 discard 5cb86f1  Merge branch 'master' into enhance/log
 discard f719b1b  Enhance gRPC log appender to allow layout pattern
     add 317a658  Remove filename suffix in the meter active file config (#6413)
     add 0a4f155  Enhance gRPC log appender to allow layout pattern
     add e224038  Replace test pom SW version with real-time version
     add ea5e421  Update pom.xml
     add e47e2b1  Update pom.xml
     add a1ba4b1  Check unintended changes and test negative case
     add 3fffe1f  Fix typo

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   (4c499ba)
            \
             N -- N -- N   refs/heads/enhance/log (3fffe1f)

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.istio.yaml                            |  4 ++--
 CHANGES.md                                                  |  1 +
 .../oap/server/analyzer/provider/AnalyzerModuleConfig.java  |  5 +++--
 .../server/analyzer/provider/meter/config/MeterConfigs.java | 13 ++++++++++---
 .../server-bootstrap/src/main/resources/application.yml     |  2 +-
 test/e2e/e2e-test/docker/kafka/docker-compose.meter.yml     |  2 +-
 test/e2e/e2e-test/docker/meter/docker-compose.yml           |  2 +-
 9 files changed, 21 insertions(+), 12 deletions(-)