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

meteorgan pushed a change to branch azblob_write_returns_metadata
in repository https://gitbox.apache.org/repos/asf/opendal.git


 discard 9377378e2 skip content-md5 from  and  response
 discard be183fe8f feat(services/azblob): implement write returns metadata
     add 6738df27f feat(bindings/ruby): support layers (#5874)
     add 84cb74936 feat(services/azblob): implement write returns metadata
     add 80a6d925d skip content-md5 from  and  response
     add 3ad46daca fix the import and comments

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   (9377378e2)
            \
             N -- N -- N   refs/heads/azblob_write_returns_metadata (3ad46daca)

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/ruby/Cargo.toml                           |   1 +
 bindings/ruby/lib/opendal.rb                       |   3 +
 bindings/ruby/lib/opendal_ruby/entry.rb            |   5 +
 .../lib/opendal_ruby/{entry.rb => metadata.rb}     |  28 +++-
 .../lib/opendal_ruby/{entry.rb => operator.rb}     |  13 +-
 .../opendal_ruby/{entry.rb => operator_info.rb}    |  10 +-
 bindings/ruby/src/lib.rs                           |   2 +
 bindings/ruby/src/lister.rs                        |  16 +-
 bindings/ruby/src/metadata.rs                      |  32 ++--
 bindings/ruby/src/middlewares.rs                   | 167 +++++++++++++++++++++
 bindings/ruby/src/operator.rs                      |  67 ++++++---
 bindings/ruby/test/blocking_op_test.rb             |   6 +
 .../{capability_test.rb => middlewares_test.rb}    |  30 ++--
 core/src/services/azblob/writer.rs                 |   7 +-
 14 files changed, 311 insertions(+), 76 deletions(-)
 copy bindings/ruby/lib/opendal_ruby/{entry.rb => metadata.rb} (63%)
 copy bindings/ruby/lib/opendal_ruby/{entry.rb => operator.rb} (77%)
 copy bindings/ruby/lib/opendal_ruby/{entry.rb => operator_info.rb} (86%)
 create mode 100644 bindings/ruby/src/middlewares.rs
 copy bindings/ruby/test/{capability_test.rb => middlewares_test.rb} (61%)

Reply via email to