This is an automated email from the ASF dual-hosted git repository. liuhan pushed a change to branch gossip-propagation-protocol in repository https://gitbox.apache.org/repos/asf/skywalking-banyandb.git
from ddc088d8 update package description add ccae0e16 Feature/azure support (#700) add dde6af50 fix(UI): avoid shardingKey.tagNames is undfined (#710) add 942e4f0e Merge branch 'main' into gossip-propagation-protocol No new revisions were added by this update. Summary of changes: banyand/backup/backup.go | 32 ++- banyand/backup/backup_test.go | 4 +- banyand/backup/restore.go | 18 +- banyand/backup/timedir.go | 19 +- dist/LICENSE | 11 +- ...thub.com-Azure-azure-sdk-for-go-sdk-azcore.txt} | 4 +- ...ub.com-Azure-azure-sdk-for-go-sdk-internal.txt} | 4 +- ...-Azure-azure-sdk-for-go-sdk-storage-azblob.txt} | 4 +- go.mod | 11 +- go.sum | 36 ++- pkg/flow/streaming/unary.go | 2 + pkg/fs/remote/aws/s3.go | 29 ++- pkg/fs/remote/azure/azblob.go | 285 +++++++++++++++++++++ .../main.go => pkg/fs/remote/checksum/interface.go | 24 +- pkg/fs/remote/checksum/sha256.go | 113 ++++++++ pkg/fs/remote/{ => config}/config.go | 22 +- pkg/fs/remote/config/loader.go | 65 +++++ .../s3_suite_test.go => azure/azure_suite_test.go} | 39 +-- .../distributed/backup/s3/s3_suite_test.go | 10 +- test/integration/dockertesthelper/azurite_init.go | 106 ++++++++ test/integration/dockertesthelper/constant.go | 19 ++ .../s3_suite_test.go => azure/azure_suite_test.go} | 35 ++- .../standalone/backup/s3/s3_suite_test.go | 10 +- ui/src/components/Editor/index.vue | 8 +- 24 files changed, 798 insertions(+), 112 deletions(-) copy dist/licenses/{license-github.com-json-iterator-go.txt => license-github.com-Azure-azure-sdk-for-go-sdk-azcore.txt} (95%) copy dist/licenses/{license-github.com-json-iterator-go.txt => license-github.com-Azure-azure-sdk-for-go-sdk-internal.txt} (95%) copy dist/licenses/{ui-licenses/license--types-lodash-es.txt => license-github.com-Azure-azure-sdk-for-go-sdk-storage-azblob.txt} (93%) create mode 100644 pkg/fs/remote/azure/azblob.go copy banyand/cmd/backup/main.go => pkg/fs/remote/checksum/interface.go (56%) create mode 100644 pkg/fs/remote/checksum/sha256.go rename pkg/fs/remote/{ => config}/config.go (59%) create mode 100644 pkg/fs/remote/config/loader.go copy test/integration/distributed/backup/{s3/s3_suite_test.go => azure/azure_suite_test.go} (67%) create mode 100644 test/integration/dockertesthelper/azurite_init.go copy test/integration/standalone/backup/{s3/s3_suite_test.go => azure/azure_suite_test.go} (66%)