This is an automated email from the ASF dual-hosted git repository.
wusheng pushed a change to branch bug/sidx
in repository https://gitbox.apache.org/repos/asf/skywalking-banyandb.git
from 7f7ea5d2 Refactor data handling in block.go, part.go, and
query_result.go by removing zstd compression and improving buffer management.
Update data reading and writing logic to enhance memory efficiency.
add a6b25a7e Update Go version to 1.25 and upgrade dependencies (#783)
add 5ca16506 Merge branch 'main' into bug/sidx
No new revisions were added by this update.
Summary of changes:
.golangci.yml | 2 +-
dist/LICENSE | 318 ++++----
...> license-github.com-Masterminds-semver-v3.txt} | 2 +-
...xt => license-github.com-benbjohnson-clock.txt} | 0
... => license-github.com-cenkalti-backoff-v5.txt} | 0
...t => license-github.com-go-jose-go-jose-v4.txt} | 0
...xt => license-github.com-golang-jwt-jwt-v5.txt} | 0
...ithub.com-grpc-ecosystem-go-grpc-middleware.txt | 201 -----
...ithub.com-grpc-ecosystem-go-grpc-prometheus.txt | 201 -----
...ense-github.com-grpc-ecosystem-grpc-gateway.txt | 27 -
.../license-github.com-json-iterator-go.txt | 21 -
.../license-github.com-modern-go-reflect2.txt | 201 -----
dist/licenses/license-github.com-oklog-run.txt | 2 +-
...ng.txt => license-github.com-philhofer-fwd.txt} | 4 +-
.../license-github.com-sourcegraph-conc.txt | 21 -
... => license-github.com-spiffe-go-spiffe-v2.txt} | 0
...-v4.txt => license-github.com-tinylib-msgp.txt} | 7 +-
...-raft-v3.txt => license-go.etcd.io-raft-v3.txt} | 0
...e-go.opentelemetry.io-contrib-detectors-gcp.txt | 30 +
...rumentation-google.golang.org-grpc-otelgrpc.txt | 30 +
...o-contrib-instrumentation-net-http-otelhttp.txt | 30 +
...otel-exporters-otlp-otlptrace-otlptracegrpc.txt | 30 +
...ntelemetry.io-otel-exporters-otlp-otlptrace.txt | 30 +
.../license-go.opentelemetry.io-otel-metric.txt | 30 +
...license-go.opentelemetry.io-otel-sdk-metric.txt | 30 +
.../license-go.opentelemetry.io-otel-sdk.txt | 30 +
.../license-go.opentelemetry.io-otel-trace.txt | 30 +
dist/licenses/license-go.opentelemetry.io-otel.txt | 30 +
...-yaml.v2.txt => license-go.yaml.in-yaml-v2.txt} | 0
...-yaml.v3.txt => license-go.yaml.in-yaml-v3.txt} | 0
...ap-roaring.txt => license-sigs.k8s.io-json.txt} | 25 +-
.../license--jridgewell-sourcemap-codec.txt | 8 +-
dist/licenses/ui-licenses/license-sass.txt | 40 +-
go.mod | 252 +++---
go.sum | 703 +++++++----------
pkg/healthcheck/healthcheck.go | 6 +-
pkg/timestamp/clock.go | 2 -
scripts/build/vendor.mk | 2 +-
scripts/build/version.mk | 12 +-
scripts/ci/check/version_test.go | 2 +-
ui/LICENSE | 68 +-
ui/package-lock.json | 861 +++++++++++----------
ui/src/components/IndexRuleBinding/Editor.vue | 2 +-
43 files changed, 1420 insertions(+), 1870 deletions(-)
copy dist/licenses/{license-go.uber.org-zap.txt =>
license-github.com-Masterminds-semver-v3.txt} (94%)
rename dist/licenses/{license-github.com-SkyAPM-clock.txt =>
license-github.com-benbjohnson-clock.txt} (100%)
copy dist/licenses/{license-github.com-cenkalti-backoff-v4.txt =>
license-github.com-cenkalti-backoff-v5.txt} (100%)
rename dist/licenses/{license-go.etcd.io-etcd-client-v2.txt =>
license-github.com-go-jose-go-jose-v4.txt} (100%)
copy dist/licenses/{license-github.com-golang-jwt-jwt-v4.txt =>
license-github.com-golang-jwt-jwt-v5.txt} (100%)
delete mode 100644
dist/licenses/license-github.com-grpc-ecosystem-go-grpc-middleware.txt
delete mode 100644
dist/licenses/license-github.com-grpc-ecosystem-go-grpc-prometheus.txt
delete mode 100644
dist/licenses/license-github.com-grpc-ecosystem-grpc-gateway.txt
delete mode 100644 dist/licenses/license-github.com-json-iterator-go.txt
delete mode 100644 dist/licenses/license-github.com-modern-go-reflect2.txt
copy dist/licenses/{ui-licenses/license-magic-string.txt =>
license-github.com-philhofer-fwd.txt} (95%)
delete mode 100644 dist/licenses/license-github.com-sourcegraph-conc.txt
rename dist/licenses/{license-github.com-modern-go-concurrent.txt =>
license-github.com-spiffe-go-spiffe-v2.txt} (100%)
rename dist/licenses/{license-github.com-golang-jwt-jwt-v4.txt =>
license-github.com-tinylib-msgp.txt} (88%)
rename dist/licenses/{license-go.etcd.io-etcd-raft-v3.txt =>
license-go.etcd.io-raft-v3.txt} (100%)
rename dist/licenses/{license-gopkg.in-yaml.v2.txt =>
license-go.yaml.in-yaml-v2.txt} (100%)
copy dist/licenses/{license-gopkg.in-yaml.v3.txt =>
license-go.yaml.in-yaml-v3.txt} (100%)
copy dist/licenses/{license-github.com-RoaringBitmap-roaring.txt =>
license-sigs.k8s.io-json.txt} (95%)