This is an automated email from the ASF dual-hosted git repository.

erickguan pushed a change to branch ruby-source-pkg
in repository https://gitbox.apache.org/repos/asf/opendal.git


    omit 76daa0c70 fix: include Ruby binding's Cargo.lock file
    omit 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 15a653628 fix: include Ruby binding's Cargo.lock file

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   (76daa0c70)
            \
             N -- N -- N   refs/heads/ruby-source-pkg (15a653628)

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:
 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/tests/layers/test_retry_layer.py |  64 ++++
 core/services/s3/src/backend.rs                  |  55 ++++
 core/services/s3/src/core.rs                     |   4 +-
 core/tests/behavior/async_delete.rs              |  37 +--
 core/tests/behavior/async_read.rs                |  31 +-
 core/tests/behavior/async_stat.rs                |   9 +-
 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 +-
 19 files changed, 340 insertions(+), 312 deletions(-)
 create mode 100644 bindings/python/tests/layers/test_retry_layer.py

Reply via email to