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

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


 discard 9a9958a76 fix test: only cap.list is enabled, then we can test delete 
with recursive
 discard 0bd348ef4 feat(core): support delete with recursive and versions
     add 8dabe9f3f chore: update flate2 version (#5759)
     add b8e778c48 feat(core): Implement write returns metadata for b2 (#5750)
     add acb6b47a0 docs: Update nominate-committer.md (#5765)
     add 113d3709a refactor: Migrate github services to context based http 
client (#5764)
     add b8a3fd564 feat(services/hdfs_native): implement write/read/list 
methods (#5617)
     add 616ffdcb5 feat(website): Adding a WIP to the list of bingdings (#5769)
     add b597c6512 fix(website): docusaurus build on windows (#5770)
     add 8846d92a2 website: Add trailing slash to fix images not showed up 
correctly (#5771)
     add 28c2eb83f fix: make php binding happy again (#5761)
     add 84549051b fix(services/onedrive): add scope for the refresh token 
(#5776)
     add 1ecd69996 feat(services/onedrive): implement read_with_if_none_match 
(#5763)
     add 343d3b183 feat(binding/dart): add pubspec info (#5751)
     add 67a3549cd refactor(gcs): Migrate to context based http client (#5778)
     add 7053ee99a services/obs: make list return the path itself (#5780)
     add 973976c1a fix: py binding benchmark can not run (#5786)
     add c1ff186da fix: add missing last_modified for python binding (#5767)
     add c83f08a6e doc: fix README root wrong for example close issue #5871 by 
correct README (#5782)
     add 5c67ce177 feat(core): support delete with recursive and versions
     add 40a2aa7f4 fix test: only cap.list is enabled, then we can test delete 
with recursive

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   (9a9958a76)
            \
             N -- N -- N   refs/heads/delete_with_recursive (40a2aa7f4)

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:
 .../hdfs_native_cluster}/action.yml                |  16 +--
 .github/workflows/ci_bindings_dart.yml             |  14 +-
 .github/workflows/ci_bindings_php.yml              |  32 +++--
 .github/workflows/release_dart.yml                 | 127 +++++++++++++++++
 bindings/c/README.md                               |   2 +-
 bindings/cpp/README.md                             |   2 +-
 bindings/d/README.md                               |   2 +-
 bindings/dart/README.md                            |   2 +-
 bindings/dart/lib/opendal.dart                     |  18 ++-
 bindings/dart/pubspec.yaml                         |   7 +-
 bindings/dotnet/README.md                          |   2 +-
 bindings/go/README.md                              |   3 +-
 bindings/haskell/README.md                         |   2 +-
 bindings/java/Cargo.toml                           |   2 +
 bindings/java/README.md                            |   4 +-
 bindings/lua/README.md                             |   2 +-
 bindings/nodejs/Cargo.toml                         |   2 +
 bindings/nodejs/README.md                          |   2 +-
 bindings/ocaml/README.md                           |   6 +-
 bindings/php/Cargo.toml                            |   2 +-
 bindings/php/README.md                             |   2 +-
 bindings/php/src/lib.rs                            |  17 ++-
 bindings/python/Cargo.toml                         |   5 +-
 bindings/python/README.md                          |   2 +-
 .../python/benchmark/async_opendal_benchmark.py    |   2 +-
 .../async_origin_s3_benchmark_with_gevent.py       |   2 +-
 bindings/python/pyproject.toml                     |   4 +-
 bindings/python/src/metadata.rs                    |   6 +
 bindings/python/uv.lock                            |  41 +++---
 bindings/ruby/README.md                            |   2 +-
 bindings/swift/README.md                           |   2 +-
 bindings/zig/README.md                             |   2 +-
 core/examples/README.md                            |   2 +-
 core/src/raw/http_util/body.rs                     |   6 +-
 core/src/raw/http_util/client.rs                   |  12 +-
 core/src/services/b2/backend.rs                    |   3 +
 core/src/services/b2/core.rs                       |   9 ++
 core/src/services/b2/writer.rs                     |  39 +++++-
 core/src/services/gcs/backend.rs                   |  22 +--
 core/src/services/gcs/core.rs                      |   5 +-
 core/src/services/github/backend.rs                |  22 +--
 core/src/services/github/core.rs                   |   6 +-
 core/src/services/hdfs_native/backend.rs           | 154 ++++++++++++++++-----
 core/src/services/hdfs_native/config.rs            |   6 +-
 core/src/services/hdfs_native/error.rs             |   7 +
 core/src/services/hdfs_native/lister.rs            |  64 +++++++--
 core/src/services/hdfs_native/reader.rs            |  33 ++++-
 core/src/services/hdfs_native/writer.rs            |  32 +++--
 core/src/services/obs/lister.rs                    |   6 +-
 core/src/services/onedrive/backend.rs              |   2 +-
 core/src/services/onedrive/builder.rs              |   2 +
 core/src/services/onedrive/core.rs                 |  18 ++-
 core/src/services/onedrive/error.rs                |   1 +
 core/src/types/capability.rs                       |   2 +
 core/tests/behavior/async_write.rs                 |   9 ++
 core/tests/behavior/blocking_write.rs              |   6 +
 dev/Cargo.lock                                     |  24 +++-
 dev/Cargo.toml                                     |   2 +-
 .../community/pmc_members/nominate-committer.md    |   6 +-
 .../community/pmc_members/nominate-pmc-member.md   |   8 +-
 website/docs/20-bindings/c.mdx                     |   2 +-
 website/docs/20-bindings/cpp.mdx                   |   2 +-
 website/docs/20-bindings/d.mdx                     |   2 +-
 website/docs/20-bindings/dart.mdx                  |   2 +-
 website/docs/20-bindings/dotnet.mdx                |   2 +-
 website/docs/20-bindings/haskell.mdx               |   2 +-
 website/docs/20-bindings/lua.mdx                   |   2 +-
 website/docs/20-bindings/ocaml.mdx                 |   2 +-
 website/docs/20-bindings/php.mdx                   |   2 +-
 website/docs/20-bindings/ruby.mdx                  |   2 +-
 website/docs/20-bindings/swift.mdx                 |   2 +-
 website/docs/20-bindings/zig.mdx                   |   2 +-
 website/docusaurus.config.js                       |  17 ++-
 73 files changed, 673 insertions(+), 212 deletions(-)
 copy .github/services/{hdfs/hdfs_cluster => 
hdfs_native/hdfs_native_cluster}/action.yml (75%)
 create mode 100644 .github/workflows/release_dart.yml

Reply via email to