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

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


 discard 468e76e726 fix(services/fs,hdfs): fix poll_close when retry
    omit a33fb02c0b fix(services/fs,hdfs): fix poll_close when retry
     add af2f83e93d chore: Fix build of core (#4137)
     add 7d94296d8f ci: Refactor workflows layout (#4139)
     add 3b77df996a fix(services/fs,hdfs): fix poll_close when retry

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   (468e76e726)
            \
             N -- N -- N   refs/heads/fix-close (3b77df996a)

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:
 .../action.yaml                                    |   0
 .../action.yaml                                    |   0
 .../action.yaml                                    |   0
 .../action.yaml                                    |   0
 .../{behavior_test => test_behavior}/__init__.py   |   0
 .../{behavior_test => test_behavior}/plan.py       |   6 +-
 .../{behavior_test => test_behavior}/test_plan.py  |   0
 .../{oay_test_webdav.yml => ci_bin_oay.yml}        |  24 +-
 .../{bindings_dotnet.yml => ci_bin_ofs.yml}        |  33 +-
 .../{bindings_dotnet.yml => ci_bin_oli.yml}        |  33 +-
 .../{bindings_c.yml => ci_bindings_c.yml}          |   0
 .../{bindings_cpp.yml => ci_bindings_cpp.yml}      |   0
 ...{bindings_dotnet.yml => ci_bindings_dotnet.yml} |   0
 .../{bindings_go.yml => ci_bindings_go.yml}        |   0
 ...indings_haskell.yml => ci_bindings_haskell.yml} |   0
 .../{bindings_java.yml => ci_bindings_java.yml}    |   0
 .../{bindings_lua.yml => ci_bindings_lua.yml}      |   0
 ...{bindings_nodejs.yml => ci_bindings_nodejs.yml} |   0
 .../{bindings_ocaml.yml => ci_bindings_ocaml.yml}  |   0
 .../{bindings_php.yml => ci_bindings_php.yml}      |   0
 ...{bindings_python.yml => ci_bindings_python.yml} |   0
 .../{bindings_ruby.yml => ci_bindings_ruby.yml}    |   0
 .../{bindings_swift.yml => ci_bindings_swift.yml}  |   0
 .../{bindings_zig.yml => ci_bindings_zig.yml}      |   0
 .github/workflows/{core.yml => ci_core.yml}        |   0
 ...gs_dotnet.yml => ci_integration_dav_server.yml} |  29 +-
 ..._dotnet.yml => ci_integration_object_store.yml} |  29 +-
 .../workflows/{publish.yml => release_core.yml}    |   6 +
 .../{behavior_test.yml => test_behavior.yml}       |  10 +-
 ...ing_java.yml => test_behavior_binding_java.yml} |   2 +-
 ...nodejs.yml => test_behavior_binding_nodejs.yml} |   2 +-
 ...python.yml => test_behavior_binding_python.yml} |   2 +-
 ...havior_test_core.yml => test_behavior_core.yml} |   2 +-
 .github/workflows/{edge_test.yml => test_edge.yml} |   0
 .../workflows/{examples.yml => test_examples.yml}  |   0
 .github/workflows/{fuzz_test.yml => test_fuzz.yml} |   0
 core/Cargo.lock                                    | 759 ++++++++++++++++++++-
 core/Cargo.toml                                    |   4 +
 core/benches/vs_fs/Cargo.toml                      |  10 +-
 core/benches/vs_s3/Cargo.toml                      |  10 +-
 core/edge/file_write_on_full_disk/Cargo.toml       |   6 +-
 .../Cargo.toml                                     |   6 +-
 core/edge/s3_read_on_wasm/Cargo.toml               |   4 +-
 core/fuzz/Cargo.toml                               |   4 +-
 44 files changed, 844 insertions(+), 137 deletions(-)
 rename .github/actions/{behavior_test_binding_java => 
test_behavior_binding_java}/action.yaml (100%)
 rename .github/actions/{behavior_test_binding_nodejs => 
test_behavior_binding_nodejs}/action.yaml (100%)
 rename .github/actions/{behavior_test_binding_python => 
test_behavior_binding_python}/action.yaml (100%)
 rename .github/actions/{behavior_test_core => test_behavior_core}/action.yaml 
(100%)
 rename .github/scripts/{behavior_test => test_behavior}/__init__.py (100%)
 rename .github/scripts/{behavior_test => test_behavior}/plan.py (97%)
 rename .github/scripts/{behavior_test => test_behavior}/test_plan.py (100%)
 rename .github/workflows/{oay_test_webdav.yml => ci_bin_oay.yml} (78%)
 copy .github/workflows/{bindings_dotnet.yml => ci_bin_ofs.yml} (73%)
 copy .github/workflows/{bindings_dotnet.yml => ci_bin_oli.yml} (73%)
 rename .github/workflows/{bindings_c.yml => ci_bindings_c.yml} (100%)
 rename .github/workflows/{bindings_cpp.yml => ci_bindings_cpp.yml} (100%)
 copy .github/workflows/{bindings_dotnet.yml => ci_bindings_dotnet.yml} (100%)
 rename .github/workflows/{bindings_go.yml => ci_bindings_go.yml} (100%)
 rename .github/workflows/{bindings_haskell.yml => ci_bindings_haskell.yml} 
(100%)
 rename .github/workflows/{bindings_java.yml => ci_bindings_java.yml} (100%)
 rename .github/workflows/{bindings_lua.yml => ci_bindings_lua.yml} (100%)
 rename .github/workflows/{bindings_nodejs.yml => ci_bindings_nodejs.yml} (100%)
 rename .github/workflows/{bindings_ocaml.yml => ci_bindings_ocaml.yml} (100%)
 rename .github/workflows/{bindings_php.yml => ci_bindings_php.yml} (100%)
 rename .github/workflows/{bindings_python.yml => ci_bindings_python.yml} (100%)
 rename .github/workflows/{bindings_ruby.yml => ci_bindings_ruby.yml} (100%)
 rename .github/workflows/{bindings_swift.yml => ci_bindings_swift.yml} (100%)
 rename .github/workflows/{bindings_zig.yml => ci_bindings_zig.yml} (100%)
 rename .github/workflows/{core.yml => ci_core.yml} (100%)
 copy .github/workflows/{bindings_dotnet.yml => ci_integration_dav_server.yml} 
(72%)
 rename .github/workflows/{bindings_dotnet.yml => 
ci_integration_object_store.yml} (72%)
 rename .github/workflows/{publish.yml => release_core.yml} (94%)
 rename .github/workflows/{behavior_test.yml => test_behavior.yml} (92%)
 rename .github/workflows/{behavior_test_binding_java.yml => 
test_behavior_binding_java.yml} (97%)
 rename .github/workflows/{behavior_test_binding_nodejs.yml => 
test_behavior_binding_nodejs.yml} (97%)
 rename .github/workflows/{behavior_test_binding_python.yml => 
test_behavior_binding_python.yml} (97%)
 rename .github/workflows/{behavior_test_core.yml => test_behavior_core.yml} 
(97%)
 rename .github/workflows/{edge_test.yml => test_edge.yml} (100%)
 rename .github/workflows/{examples.yml => test_examples.yml} (100%)
 rename .github/workflows/{fuzz_test.yml => test_fuzz.yml} (100%)

Reply via email to