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

kingsword09 pushed a change to branch 
dependabot/npm_and_yarn/website/crates-llms-txt-0.1.1
in repository https://gitbox.apache.org/repos/asf/opendal.git


 discard 12811958d chore: update crates_llms_txt
 discard 5d6bba31b chore(deps-dev): bump crates-llms-txt from 0.0.8 to 0.1.1 in 
/website
     add 6e4e20256 feat(services/opfs): Add `create_dir` support for OPFS 
(#6542)
     add 7783d015c feat(bindings/ruby): support file open options (#6538)
     add c3d960b5e chore(deps-dev): bump crates-llms-txt from 0.0.8 to 0.1.1 in 
/website
     add 8d9f045ab chore: update crates_llms_txt

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   (12811958d)
            \
             N -- N -- N   
refs/heads/dependabot/npm_and_yarn/website/crates-llms-txt-0.1.1 (8d9f045ab)

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/workflows/ci_core.yml                   |   1 +
 bindings/ruby/Cargo.toml                        |   2 +-
 bindings/ruby/lib/opendal_ruby/entry.rb         |   2 +-
 bindings/ruby/lib/opendal_ruby/io.rb            |   2 +-
 bindings/ruby/lib/opendal_ruby/metadata.rb      |   2 +-
 bindings/ruby/lib/opendal_ruby/operator.rb      |   2 +-
 bindings/ruby/lib/opendal_ruby/operator_info.rb |   2 +-
 bindings/ruby/src/capability.rs                 |   7 +-
 bindings/ruby/src/io.rs                         | 343 +++++++++++++++---------
 bindings/ruby/src/lib.rs                        |  19 +-
 bindings/ruby/src/lister.rs                     |  10 +-
 bindings/ruby/src/metadata.rs                   |   7 +-
 bindings/ruby/src/middlewares.rs                |  20 +-
 bindings/ruby/src/operator.rs                   |  25 +-
 bindings/ruby/src/operator_info.rs              |   7 +-
 bindings/ruby/test/blocking_op_test.rb          |   8 +-
 bindings/ruby/test/capability_test.rb           |   2 +-
 bindings/ruby/test/io_test.rb                   |  34 ++-
 bindings/ruby/test/lister_test.rb               |   4 +-
 bindings/ruby/test/middlewares_test.rb          |   8 +-
 bindings/ruby/test/operator_info_test.rb        |   2 +-
 core/Cargo.toml                                 |   1 +
 core/src/services/opfs/backend.rs               |  22 +-
 core/src/services/opfs/core.rs                  |  55 +---
 core/src/services/{etcd => opfs}/error.rs       |  11 +-
 core/src/services/opfs/mod.rs                   |   6 +
 core/src/services/opfs/utils.rs                 |  70 +++++
 27 files changed, 414 insertions(+), 260 deletions(-)
 copy core/src/services/{etcd => opfs}/error.rs (80%)
 create mode 100644 core/src/services/opfs/utils.rs

Reply via email to