This is an automated email from the ASF dual-hosted git repository.
erickguan pushed a change to branch website-polish
in repository https://gitbox.apache.org/repos/asf/opendal.git
discard c64d6251c Polish docs and services layout and styles
discard ff5f9e03b Polish website layout and unify components
discard d453841a4 test(behavior): cover versioned object operations
add cbba56193 fix(bindings/python): validate RetryLayer numeric inputs
(#7879)
add 742ce3d80 docs(python): fix duplicated headings on layers and types
API pages (#7880)
add 24aaff9c6 fix(integrations/dav-server): depend only on opendal-core
(#7876)
add 23216a129 fix(services/s3): encode version id for stat and read (#7886)
add 34c615e81 fix(bindings/ruby): release ruby source package include
Cargo.lock (#7891)
add 7b9794396 fix: CI prints clippy version and clippy fix (#7895)
add 9fdb6a382 chore(deps): bump bytes from 1.12.0 to 1.12.1 in /core in
the http-serialization-utils group across 1 directory (#7892)
add ae99a3b01 chore(deps): bump the others group across 1 directory with 6
updates (#7893)
add 5347a2ea4 ci: include http transports in rust release plan (#7901)
add e5658ecb6 doc: use plain prose and active tone for bindings (#7902)
add aedc81012 ci: upgrade nodejs release to npm 12 (#7900)
add 15d6d4844 Set shared capability of Mini Moka and OPFS (#7856)
new 0f455f4c4 Polish website layout and unify components
new a65f91679 Polish docs and services layout and styles
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 (c64d6251c)
\
N -- N -- N refs/heads/website-polish (a65f91679)
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.
The 2 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:
.github/scripts/release_rust/plan.py | 1 +
.github/workflows/ci_bindings_c.yml | 7 +-
.github/workflows/ci_bindings_cpp.yml | 11 +-
.github/workflows/ci_bindings_dart.yml | 5 +
.github/workflows/ci_bindings_dotnet.yml | 10 +-
.github/workflows/ci_bindings_haskell.yml | 8 +-
.github/workflows/ci_bindings_java.yml | 5 +
.github/workflows/ci_bindings_lua.yml | 13 +-
.github/workflows/ci_bindings_nodejs.yml | 4 +
.github/workflows/ci_bindings_ocaml.yml | 8 +-
.github/workflows/ci_bindings_php.yml | 8 +-
.github/workflows/ci_bindings_python.yml | 20 +
.github/workflows/ci_bindings_ruby.yml | 8 +-
.github/workflows/ci_core.yml | 31 +
.github/workflows/ci_integration_dav_server.yml | 5 +
.github/workflows/ci_integration_object_store.yml | 5 +
.github/workflows/ci_integration_parquet.yml | 5 +
.github/workflows/ci_integration_unftp_sbe.yml | 5 +
.github/workflows/ci_odev.yml | 5 +
.github/workflows/release_nodejs.yml | 8 +-
.github/workflows/release_ruby.yml | 34 +-
.github/workflows/release_rust.yml | 1 +
bindings/README.md | 8 +-
bindings/c/README.md | 6 +-
bindings/cpp/README.md | 6 +-
bindings/dart/README.md | 6 +-
bindings/dotnet/README.md | 5 +-
bindings/go/README.md | 5 +-
bindings/haskell/README.md | 5 +-
bindings/java/README.md | 5 +-
bindings/lua/README.md | 6 +-
bindings/nodejs/README.md | 5 +-
bindings/python/README.md | 5 +-
bindings/python/docs/api/layers.md | 4 -
bindings/python/docs/api/types.md | 4 -
bindings/python/docs/index.md | 2 +-
bindings/python/python/opendal/layers.pyi | 14 +-
bindings/python/src/layers/retry.rs | 29 +-
bindings/python/src/services.rs | 2 +-
bindings/python/tests/layers/test_retry_layer.py | 64 +
bindings/ruby/.gitignore | 1 -
bindings/ruby/Cargo.lock | 3442 +++++++++++++++++++++
bindings/ruby/README.md | 5 +-
bindings/ruby/Rakefile | 7 -
bindings/ruby/opendal.gemspec | 6 +-
bindings/swift/README.md | 6 +-
core/Cargo.lock | 220 +-
core/core/src/services/memory/backend.rs | 1 -
core/layers/hotpath/Cargo.toml | 2 +-
core/services/aliyun-drive/src/backend.rs | 4 +-
core/services/aliyun-drive/src/lister.rs | 4 +-
core/services/alluxio/src/backend.rs | 6 +-
core/services/azblob/src/backend.rs | 6 +-
core/services/azblob/src/core.rs | 6 +-
core/services/azdls/src/backend.rs | 6 +-
core/services/azdls/src/lister.rs | 2 +-
core/services/azfile/src/backend.rs | 4 +-
core/services/b2/src/backend.rs | 8 +-
core/services/cacache/src/backend.rs | 1 -
core/services/cloudflare-kv/src/backend.rs | 2 -
core/services/cos/src/backend.rs | 8 +-
core/services/dashmap/src/backend.rs | 3 +-
core/services/dbfs/src/backend.rs | 4 +-
core/services/dbfs/src/core.rs | 2 +-
core/services/dbfs/src/lister.rs | 2 +-
core/services/foyer/src/backend.rs | 2 +-
core/services/fs/src/backend.rs | 2 +-
core/services/ftp/src/backend.rs | 2 +-
core/services/ftp/src/lister.rs | 2 +-
core/services/gdrive/src/lister.rs | 12 +-
core/services/github/src/backend.rs | 8 +-
core/services/goosefs/src/backend.rs | 6 +-
core/services/hdfs-native/src/backend.rs | 2 +-
core/services/hdfs/src/backend.rs | 2 +-
core/services/hf/src/backend.rs | 12 +-
core/services/hf/src/core.rs | 24 +-
core/services/hf/src/lister.rs | 2 +-
core/services/http/src/backend.rs | 2 +-
core/services/ipfs/src/backend.rs | 4 +-
core/services/ipmfs/src/lister.rs | 4 +-
core/services/koofr/src/backend.rs | 8 +-
core/services/lakefs/src/backend.rs | 10 +-
core/services/lakefs/src/lister.rs | 2 +-
core/services/mini_moka/src/backend.rs | 2 +-
core/services/moka/src/backend.rs | 3 +-
core/services/obs/src/backend.rs | 8 +-
core/services/opfs/src/core.rs | 2 +
core/services/oss/src/backend.rs | 8 +-
core/services/pcloud/src/backend.rs | 6 +-
core/services/persy/src/backend.rs | 1 -
core/services/redb/src/backend.rs | 1 -
core/services/rocksdb/src/backend.rs | 1 -
core/services/s3/src/backend.rs | 61 +-
core/services/s3/src/core.rs | 4 +-
core/services/seafile/src/backend.rs | 6 +-
core/services/sftp/src/backend.rs | 4 +-
core/services/sled/src/backend.rs | 1 -
core/services/sqlite/src/backend.rs | 1 -
core/services/swift/src/backend.rs | 4 +-
core/services/swift/src/core.rs | 48 +-
core/services/swift/src/deleter.rs | 2 +-
core/services/swift/src/writer.rs | 2 +-
core/services/tikv/src/backend.rs | 2 +-
core/services/upyun/src/backend.rs | 6 +-
core/services/vercel-blob/src/backend.rs | 4 +-
core/services/webdav/src/backend.rs | 2 +-
core/services/yandex-disk/src/backend.rs | 4 +-
core/tests/behavior/async_delete.rs | 37 +-
core/tests/behavior/async_list.rs | 4 +-
core/tests/behavior/async_presign.rs | 8 +-
core/tests/behavior/async_read.rs | 31 +-
core/tests/behavior/async_stat.rs | 11 +-
dev/src/generate/python.j2 | 2 +-
integrations/dav-server/Cargo.toml | 2 +-
integrations/dav-server/DEPENDENCIES.rust.tsv | 372 +--
integrations/dav-server/src/dir.rs | 5 +-
integrations/dav-server/src/file.rs | 2 +-
integrations/dav-server/src/fs.rs | 6 +-
integrations/dav-server/src/lib.rs | 4 +-
integrations/dav-server/src/metadata.rs | 2 +-
integrations/dav-server/src/utils.rs | 6 +-
integrations/object_store/README.md | 2 +-
integrations/object_store/examples/datafusion.rs | 2 +-
123 files changed, 4265 insertions(+), 666 deletions(-)
create mode 100644 bindings/python/tests/layers/test_retry_layer.py
create mode 100644 bindings/ruby/Cargo.lock