You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@skywalking.apache.org by lu...@apache.org on 2022/10/07 15:20:25 UTC

[skywalking-banyandb] branch simple-streaming-api updated (687c50f -> 1e4d566)

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

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


    from 687c50f  fix async measure write and adjust timebucket logic
     add e814b62  Fix test cases with Eventually semantics (#183) (#185)
     add 1e4d566  Merge branch 'main' into simple-streaming-api

No new revisions were added by this update.

Summary of changes:
 .golangci-format.yml                    |  8 +++++++-
 .golangci.yml                           |  7 ++++++-
 banyand/liaison/grpc/registry_test.go   |  1 -
 banyand/stream/metadata.go              |  1 -
 banyand/tsdb/block.go                   |  3 ++-
 banyand/tsdb/retention.go               |  3 ++-
 banyand/tsdb/segment.go                 |  3 ++-
 bydbctl/internal/cmd/group.go           |  2 +-
 bydbctl/internal/cmd/root.go            |  3 ++-
 bydbctl/internal/cmd/stream.go          |  2 +-
 bydbctl/internal/cmd/stream_test.go     | 14 +++++++-------
 bydbctl/internal/cmd/use.go             |  3 ++-
 deprecated-golangci.yml                 |  7 ++++++-
 pkg/index/lsm/lsm.go                    |  3 ++-
 pkg/query/logical/index_filter.go       |  3 ++-
 pkg/query/logical/measure/schema.go     |  6 +++---
 pkg/query/logical/tag_filter.go         |  3 ++-
 pkg/signal/handler.go                   |  6 ++++--
 pkg/test/setup/setup.go                 |  4 ++--
 pkg/test/stream/traffic/traffic.go      |  1 -
 pkg/timestamp/nano.go                   |  1 -
 scripts/build/lint-bin.mk               |  2 +-
 test/integration/other/property_test.go |  2 +-
 23 files changed, 55 insertions(+), 33 deletions(-)