This is an automated email from the ASF dual-hosted git repository.
github-bot pushed a change to branch
dependabot/cargo/integrations/dav-server/reqwest-0.13.1
in repository https://gitbox.apache.org/repos/asf/opendal.git
discard e8b5758a1 chore(deps): update reqwest requirement in
/integrations/dav-server
add 9b154a0ba chore: binding java's dependency (#7198)
add 54c0a1f6c fix(services/swift): add missing copy capability flag (#7204)
add b07e46ad5 fix(services/swift): forward write headers to Swift API
(#7206)
add 0f8b4613d feat(services/swift): add conditional request headers for
stat and read (#7208)
add ec8ff5280 feat(services/swift): add bulk delete support (#7210)
add 9932bd4a4 feat(services/swift): add SLO multipart upload for large
objects (#7212)
add 9af1855e8 ci: Delete ci_weekly_update workflow (#7202)
add bd4b26bc0 feat(services/swift): add TempURL presigned URL support
(#7214)
add 4dabc4682 refactor(services/obs): migrate obs to reqsign-core v2
(#7169)
add c0802f10e fix(services/fs): add content length and modified time to
metadata (#7188)
add 62d02f79a fix(core): enforce list file content length in complete
layer (#7201)
add f021b71e5 fix(integrations/unftp-sbe): avoid copy flush amplification
(#7217)
add 54c67405d docs: require following PR template in AGENTS.md (#7219)
add 3c2fedd45 feat(services): reduce list fallback stat for local kv
backends (#7218)
add b51c5777c fix(services/seafile): avoid defaulting list size to zero
(#7221)
add ef35d31dc fix(services/azfile): avoid defaulting list size to zero
(#7220)
add 643b9e307 chore(bindings/dotnet): update framework and use
LibraryImport (#7222)
add 2893a49b7 refactor(services/azure): migrate azblob azdls azfile to
reqsign v2 (#7226)
add d37828e2c refactor(services/cos): migrate to reqsign v2 (#7228)
add 833c2018f chore(layer/fastmetrics): upgrade fastmetrics to v0.7.0
(#7227)
add 7216d59a2 refactor(services/gcs): migrate to reqsign v2 (#7229)
add ec16a1e56 fix(core): skip NotFound during concurrent recursive listing
(#7230)
add d33bb64e1 chore(deps): update reqwest requirement in
/integrations/dav-server
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 (e8b5758a1)
\
N -- N -- N
refs/heads/dependabot/cargo/integrations/dav-server/reqwest-0.13.1 (d33bb64e1)
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:
.github/actions/setup-hadoop/action.yaml | 6 +-
.../actions/test_behavior_binding_java/action.yaml | 2 +-
.github/scripts/test_behavior/plan.py | 12 +-
.github/services/hdfs/hdfs_default_gcs/action.yml | 4 +-
.../hdfs/hdfs_default_on_azurite_azblob/action.yml | 4 +-
.../hdfs/hdfs_default_on_minio_s3/action.yml | 4 +-
.github/services/swift/swift/action.yml | 3 +
.github/workflows/ci_bindings_dotnet.yml | 37 +-
.github/workflows/ci_bindings_java.yml | 34 +-
.github/workflows/ci_core.yml | 24 +-
.github/workflows/ci_integration_spring.yml | 4 +-
.github/workflows/ci_weekly_update.yml | 142 ------
.github/workflows/docs.yml | 10 +-
.github/workflows/release_java.yml | 5 +-
.github/workflows/release_rust.yml | 4 +-
AGENTS.md | 3 +
bindings/dotnet/Cargo.toml | 51 +-
.../DotOpenDAL.Tests/DotOpenDAL.Tests.csproj | 4 +-
bindings/dotnet/DotOpenDAL/BlockingOperator.cs | 26 +-
bindings/dotnet/DotOpenDAL/DotOpenDAL.csproj | 18 +-
bindings/dotnet/README.md | 2 +-
bindings/dotnet/dotnet.sln | 22 -
bindings/dotnet/dotnet.slnx | 4 +
bindings/java/Cargo.toml | 94 +---
bindings/java/README.md | 10 -
bindings/java/pom.xml | 33 +-
bindings/java/src/executor.rs | 8 +-
bindings/java/src/utility.rs | 75 +--
bindings/java/tools/build.py | 4 -
core/Cargo.lock | 144 ++++--
core/Cargo.toml | 1 -
core/core/src/layers/complete.rs | 66 ++-
core/core/src/raw/oio/entry.rs | 10 +
core/core/src/raw/oio/list/flat_list.rs | 53 ++-
core/core/src/raw/oio/write/multipart_write.rs | 3 +
core/core/src/types/metadata.rs | 5 +
core/layers/fastmetrics/Cargo.toml | 2 +-
core/layers/fastmetrics/src/lib.rs | 110 ++---
core/services/azblob/Cargo.toml | 8 +-
core/services/azblob/src/backend.rs | 84 ++--
core/services/azblob/src/core.rs | 121 +++--
core/services/azdls/Cargo.toml | 8 +-
core/services/azdls/src/backend.rs | 92 +++-
core/services/azdls/src/core.rs | 74 ++-
core/services/azfile/Cargo.toml | 8 +-
core/services/azfile/src/backend.rs | 64 ++-
core/services/azfile/src/core.rs | 78 ++--
core/services/azfile/src/lister.rs | 6 +-
core/services/azure-common/Cargo.toml | 1 -
core/services/azure-common/src/lib.rs | 34 +-
core/services/b2/src/writer.rs | 1 +
core/services/compfs/src/lister.rs | 42 +-
core/services/cos/Cargo.toml | 8 +-
core/services/cos/src/backend.rs | 63 ++-
core/services/cos/src/core.rs | 100 ++--
core/services/cos/src/writer.rs | 9 +-
core/services/dashmap/src/lister.rs | 19 +-
core/services/fs/src/lister.rs | 87 ++--
core/services/gcs/Cargo.toml | 10 +-
core/services/gcs/src/backend.rs | 273 +++++++++--
core/services/gcs/src/config.rs | 2 +-
core/services/gcs/src/core.rs | 174 +++----
core/services/gcs/src/docs.md | 2 +-
core/services/gcs/src/writer.rs | 5 +-
core/services/ghac/Cargo.toml | 3 +-
core/services/ghac/src/writer.rs | 18 +-
core/services/mini_moka/src/lister.rs | 23 +-
core/services/moka/src/lister.rs | 25 +-
core/services/obs/Cargo.toml | 8 +-
core/services/obs/src/backend.rs | 42 +-
core/services/obs/src/core.rs | 93 ++--
core/services/obs/src/writer.rs | 24 +-
core/services/oss/src/writer.rs | 1 +
core/services/rocksdb/src/core.rs | 11 +-
core/services/rocksdb/src/lister.rs | 10 +-
core/services/s3/src/writer.rs | 1 +
core/services/seafile/src/lister.rs | 8 +-
core/services/sled/src/core.rs | 9 +-
core/services/sled/src/lister.rs | 10 +-
core/services/swift/Cargo.toml | 6 +
core/services/swift/src/backend.rs | 104 ++++-
core/services/swift/src/config.rs | 12 +
core/services/swift/src/core.rs | 511 ++++++++++++++++++++-
core/services/swift/src/deleter.rs | 49 +-
core/services/swift/src/error.rs | 4 +-
core/services/swift/src/writer.rs | 86 +++-
core/services/upyun/src/writer.rs | 1 +
core/services/vercel-blob/src/writer.rs | 1 +
core/tests/behavior/async_list.rs | 3 +-
fixtures/swift/Dockerfile | 87 ++++
...se-swift.yml => docker-compose-swift-local.yml} | 15 +-
integrations/object_store/src/service/writer.rs | 1 +
integrations/spring/pom.xml | 33 +-
integrations/unftp-sbe/src/lib.rs | 23 +-
94 files changed, 2393 insertions(+), 1245 deletions(-)
delete mode 100644 .github/workflows/ci_weekly_update.yml
delete mode 100644 bindings/dotnet/dotnet.sln
create mode 100644 bindings/dotnet/dotnet.slnx
create mode 100644 fixtures/swift/Dockerfile
copy fixtures/swift/{docker-compose-swift.yml =>
docker-compose-swift-local.yml} (68%)