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

hoslo pushed a change to branch pcloud-test
in repository https://gitbox.apache.org/repos/asf/opendal.git


 discard a4b1c85e84 feat(services/pcloud): setup test for pcloud
 discard 1bcf2fbc19 feat(services/pcloud): setup test for pcloud
     add 1783dd71e1 feat(layers/dtrace): Support User Statically-Defined 
Tracing(aka USDT) on Linux (#4053)
     add a245b4f8d2 ci(services/s3): Use minio/minio image instead (#4070)
     add 283fb51bee fix: list path recursive should not return path itself 
(#4067)
     add e94f068a99 feat(website): add missing news and organize the onboarding 
guide (#4072)
     add 47dc9b6f12 deps: allow building from source (#4079)
     add 4ae63f660c ci: Fix CI after moving out of workspacs (#4081)
     add 962500199a chore(bindings/dotnet): update cargo.lock and set up ci 
(#4084)
     add d81220e7ee chore(bindings/dotnet): build os detect (#4085)
     add 519e6e16a7 chore(bindings/ocaml): pinning OCaml binding opendal 
version for release (#4086)
     add c15ab81d6b feat(services/pcloud): setup test for pcloud

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   (a4b1c85e84)
            \
             N -- N -- N   refs/heads/pcloud-test (c15ab81d6b)

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/scripts/behavior_test/plan.py              |  15 +-
 .../{bindings_lua.yml => bindings_dotnet.yml}      |  20 +-
 Cargo.lock                                         | 151 +-----
 Cargo.toml                                         |   8 +-
 bindings/c/DEPENDENCIES.md                         |   2 +-
 bindings/{ocaml => cpp}/Cargo.lock                 | 252 +++++-----
 bindings/cpp/Cargo.toml                            |  16 +-
 bindings/cpp/DEPENDENCIES.md                       |   2 +-
 bindings/{ocaml => dotnet}/Cargo.lock              | 139 +-----
 bindings/dotnet/Cargo.toml                         |  14 +-
 bindings/dotnet/DEPENDENCIES.md                    |   2 +-
 bindings/dotnet/DotOpenDAL/DotOpenDAL.csproj       |   2 +-
 bindings/{ocaml => haskell}/Cargo.lock             | 141 +-----
 bindings/haskell/Cargo.toml                        |  16 +-
 bindings/haskell/DEPENDENCIES.md                   |   2 +-
 bindings/java/DEPENDENCIES.md                      |   2 +-
 bindings/{ocaml => lua}/Cargo.lock                 | 255 ++++++----
 bindings/lua/Cargo.toml                            |  16 +-
 bindings/lua/DEPENDENCIES.md                       |   2 +-
 bindings/lua/opendal-0.1.0-1.rockspec              |   2 +-
 bindings/nodejs/DEPENDENCIES.md                    |   2 +-
 bindings/ocaml/Cargo.lock                          |   2 +
 bindings/ocaml/Cargo.toml                          |   2 +-
 bindings/ocaml/DEPENDENCIES.md                     |   2 +-
 bindings/ocaml/dune-project                        |  10 +-
 bindings/ocaml/opendal.opam                        |   8 +-
 bindings/php/DEPENDENCIES.md                       |   2 +-
 bindings/python/DEPENDENCIES.md                    |   2 +-
 bindings/ruby/DEPENDENCIES.md                      |   2 +-
 bindings/swift/DEPENDENCIES.md                     |   3 +-
 core/Cargo.toml                                    |   4 +
 core/src/layers/dtrace.rs                          | 519 +++++++++++++++++++++
 core/src/layers/mod.rs                             |   5 +
 core/src/raw/oio/list/prefix_list.rs               |  13 +-
 core/tests/behavior/async_list.rs                  |  98 +++-
 core/tests/behavior/blocking_list.rs               | 121 +++--
 fixtures/s3/docker-compose-minio.yml               |  12 +-
 website/community/committers/onboarding.md         |   4 +
 website/community/news.md                          |  27 +-
 39 files changed, 1163 insertions(+), 734 deletions(-)
 copy .github/workflows/{bindings_lua.yml => bindings_dotnet.yml} (77%)
 copy bindings/{ocaml => cpp}/Cargo.lock (94%)
 copy bindings/{ocaml => dotnet}/Cargo.lock (93%)
 copy bindings/{ocaml => haskell}/Cargo.lock (93%)
 copy bindings/{ocaml => lua}/Cargo.lock (93%)
 create mode 100644 core/src/layers/dtrace.rs

Reply via email to