This is an automated email from the ASF dual-hosted git repository.
hanahmily pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/skywalking-banyandb.git.
from 906db0a Merge pull request #12 from lujiajing1126/use-zerolog
new 0a86191 feat: serialize write entity
new 62761b6 build: update query
new f74bf33 build: update paths-ignore for header checker
new d2ec397 fix: update func name
new 159fbcb Merge pull request #13 from Fine0830/feat/write
The 100 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:
.licenserc.yaml | 1 +
api/fbs/Makefile | 2 +-
api/fbs/v1/Trace_grpc.go | 164 +++++++++++++++++++
pkg/fb/api.go | 371 +++++++++++++++++++++++++++++++++++++++++++
pkg/logical/analyzer_test.go | 57 +++----
pkg/logical/common_test.go | 232 ---------------------------
6 files changed, 566 insertions(+), 261 deletions(-)
create mode 100644 api/fbs/v1/Trace_grpc.go
create mode 100644 pkg/fb/api.go
delete mode 100644 pkg/logical/common_test.go