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/04/13 14:39:50 UTC

[skywalking-banyandb] branch polish-error updated (ee2ae2e -> f62dafb)

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

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


 discard ee2ae2e  fix go mod
 discard 76c2c7c  fix lint
 discard 4e4df22  pass tests
 discard 0e260e4  resolve cyclic
 discard 3499fd0  add grpc errors
     add fd1aa3a  Fix duplicate datapoints (#101)
     add 018d62e  add grpc errors
     add a882cc9  resolve cyclic
     add ddeb0cf  pass tests
     add cbe2e53  fix lint
     add f62dafb  fix go mod

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   (ee2ae2e)
            \
             N -- N -- N   refs/heads/polish-error (f62dafb)

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:
 api/proto/banyandb/measure/v1/query.pb.go          |  4 +-
 api/proto/banyandb/measure/v1/query.proto          |  4 +-
 api/proto/banyandb/measure/v1/topn.pb.go           |  4 +-
 api/proto/banyandb/measure/v1/topn.proto           |  4 +-
 api/proto/banyandb/measure/v1/write.pb.go          |  2 +-
 api/proto/banyandb/measure/v1/write.proto          |  2 +-
 api/proto/banyandb/stream/v1/query.pb.go           |  6 +--
 api/proto/banyandb/stream/v1/query.proto           |  6 +--
 api/proto/banyandb/stream/v1/write.pb.go           |  2 +-
 api/proto/banyandb/stream/v1/write.proto           |  2 +-
 banyand/measure/measure_write.go                   |  2 +-
 banyand/measure/measure_write_test.go              |  3 +-
 banyand/query/processor_test.go                    |  3 +-
 banyand/stream/stream_query_test.go                |  2 +-
 banyand/stream/stream_write.go                     |  2 +-
 banyand/stream/stream_write_test.go                | 45 +++++++++++++++++++++-
 banyand/tsdb/metric.go                             |  5 +++
 pkg/query/logical/common_test.go                   |  5 ++-
 pkg/{test/retry.go => timestamp/nano.go}           | 42 +++++++++++---------
 .../timestamp/nano_test.go                         | 17 ++++----
 20 files changed, 111 insertions(+), 51 deletions(-)
 copy pkg/{test/retry.go => timestamp/nano.go} (55%)
 copy banyand/metadata/schema/schema_suite_test.go => pkg/timestamp/nano_test.go (73%)