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

lujiajing pushed a change to branch banyandb-integration-stream
in repository https://gitbox.apache.org/repos/asf/skywalking.git


 discard 75595215f1 add alarm query and polish profile task query
 discard d8ff7df7df Support Profiling
 discard ba7e9592b8 adapt client and support log query
 discard b3830f776d fix extra tags indexes
 discard 12361d9f2b fix service query with layer
 discard 40e1b27d98 add metadata integration
 discard ad635be633 add missing interfaces after rebase
 discard 6b211cefa2 add measure id and check sharding keys
 discard 731f47ed0a refactor converter and measure reigstration
 discard fe289acdc5 support UI Template
 discard 9dd5d467cf make code compiled
 discard 0bf7e9acf4 remove all hardcoded builder
 discard ac6bb1a3ed fix styles
 discard 837b3cd75d support metadata, segment and topo
 discard a2054c2a90 add metadata json
 discard 9d42bb6ab3 support events, profile_task and instance_traffic
 discard 2ca2f8d6f2 support metadata-v2
 discard 4953607542 add banyandb plugin to pom
 discard 651d53ed5b use unified tag family name
 discard 15a03e7441 fix license headers
 discard e2ef445583 bump version to 9.0.0-SNAPSHOT
 discard 41615bd9b5 add installer
 discard ff9718e50f refactor deserializer
 discard 2776309431 fix pom and fix style issues
 discard 43982be3b9 register necessary modules
 discard 3b8712c5b1 complete basic logic
 discard e63613dfef refactor deser
 discard 429cd28b92 add alarm, networkAddressAlias and logs
 discard 4d9083e727 complete UITemplate, ProfileTaskRecord and 
ProfileThreasSnapshot query
 discard 44ad192398 abstract row entity mapper
 discard bb953530e6 start from new code base and copy all previous stream impl
     add 58aed1a3d7 Remove legacy codes. (#8978)
     add 51132976a5 Update the way to count the process (#8980)
     add 054e01a6b1 E2E: fix log test miss verify LAL and metrics (#8981)
     add 00363a02a8 Enhance CI skipping strategy (#8982)
     add b2ec540ab0 sync ui (#8985)
     add 32b1596e5f Enhance Converter mechanism in kernel level  (#8986)
     add c53d242a32 Upgrade OAP and webapp dependencies to fix CVEs. (#8988)
     new 92fb49b96c start from new code base and copy all previous stream impl
     new d178c7bdc3 abstract row entity mapper
     new 76318fbe61 complete UITemplate, ProfileTaskRecord and 
ProfileThreasSnapshot query
     new 3507f2a352 add alarm, networkAddressAlias and logs
     new 5cb73e1410 refactor deser
     new e86599ff46 complete basic logic
     new 71937a0c2b register necessary modules
     new cac5a11be9 fix pom and fix style issues
     new ea21d43da4 refactor deserializer
     new 99357ad961 add installer
     new ccdc4b4e53 bump version to 9.0.0-SNAPSHOT
     new 9d6231eaad fix license headers
     new fab639b179 use unified tag family name
     new ea61e9aa4b add banyandb plugin to pom
     new 4e55982e9e support metadata-v2
     new d8fc911d68 support events, profile_task and instance_traffic
     new f89bc0af36 add metadata json
     new 2636ce1717 support metadata, segment and topo
     new 6e08040de6 fix styles
     new d925f86a72 remove all hardcoded builder
     new 904ae407bf make code compiled
     new 9916948683 support UI Template
     new 24c26b8812 refactor converter and measure reigstration
     new c0f606c356 add measure id and check sharding keys
     new 982c21db3c add missing interfaces after rebase
     new 9a96d1577f add metadata integration
     new 81acaea688 fix service query with layer
     new d0a075d005 fix extra tags indexes
     new ec69395aa7 adapt client and support log query
     new 3b7bffa229 Support Profiling
     new 9b2893d088 add alarm query and polish profile task query
     new 9054d8b43b fix process query conditon

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   (75595215f1)
            \
             N -- N -- N   refs/heads/banyandb-integration-stream (9054d8b43b)

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.

The 32 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:
 .github/workflows/codeql.yaml                      |   2 +-
 .github/workflows/dead-link-checker.yaml           |   5 +-
 .github/workflows/publish-docker-e2e-service.yaml  |   2 +-
 .github/workflows/publish-docker.yaml              |   2 +-
 .github/workflows/skywalking-fake.yaml             |  45 ------
 .github/workflows/skywalking.yaml                  | 173 +++++++++++++--------
 apm-webapp/pom.xml                                 |   6 +-
 dist-material/release-docs/LICENSE                 |  26 ++--
 docs/en/changes/changes.md                         |  16 +-
 oap-server-bom/pom.xml                             |   6 +-
 oap-server/exporter/pom.xml                        |   1 +
 oap-server/server-alarm-plugin/pom.xml             |   1 +
 .../oap/server/core/alarm/AlarmRecord.java         |   3 +-
 .../analysis/manual/log/AbstractLogRecord.java     |   3 +-
 .../analysis/manual/segment/SegmentRecord.java     |   3 +-
 .../manual/errorlog/BrowserErrorLogRecord.java     |   3 +-
 .../core/config/group/StringFormatGroup.java       |  96 ------------
 .../ebpf/storage/EBPFProfilingDataRecord.java      |  13 +-
 .../trace/ProfileThreadSnapshotRecord.java         |  10 +-
 .../server/core/storage/type/Convert2Entity.java   |  11 +-
 .../server/core/storage/type/HashMapConverter.java |  32 ++--
 .../banyandb/measure/BanyanDBMetadataQueryDAO.java |   2 +-
 .../stream/BanyanDBBrowserLogQueryDAO.java         |   4 +-
 .../banyandb/stream/BanyanDBTraceQueryDAO.java     |  15 +-
 .../plugin/influxdb/query/MetadataQuery.java       |   2 +-
 .../plugin/iotdb/query/IoTDBMetadataQueryDAO.java  |   2 +-
 .../plugin/iotdb/utils/IoTDBDataConverter.java     |  33 ++--
 .../storage/plugin/zipkin/ZipkinSpanRecord.java    |   3 +-
 pom.xml                                            |   5 +-
 skywalking-ui                                      |   2 +-
 test/e2e-v2/cases/kafka/log/e2e.yaml               |   2 +-
 .../expected/metrics-has-value.yml                 |   0
 .../log/{log-cases.yaml => log-cases-base.yaml}    |   0
 test/e2e-v2/cases/log/log-cases.yaml               |  21 +--
 test/e2e-v2/cases/rover/process/istio/e2e.yaml     |   2 +-
 .../known-oap-backend-dependencies.txt             |  70 +++++----
 36 files changed, 261 insertions(+), 361 deletions(-)
 delete mode 100644 .github/workflows/skywalking-fake.yaml
 delete mode 100644 
oap-server/server-core/src/main/java/org/apache/skywalking/oap/server/core/config/group/StringFormatGroup.java
 copy test/e2e-v2/cases/{browser => log}/expected/metrics-has-value.yml (100%)
 copy test/e2e-v2/cases/log/{log-cases.yaml => log-cases-base.yaml} (100%)

Reply via email to