This is an automated email from the ASF dual-hosted git repository.
meteorgan pushed a change to branch pollo_write_vectored
in repository https://gitbox.apache.org/repos/asf/opendal.git
discard b76511403 chore(core/types): implement pollo_write_vectored for
FuturesAsyncWriter
add 7430674cb chore: rm in favor of dosubot (#5946)
add ad50cc67e fix(core): Fix head-of-line blocking in concurrent tasks
(#5941)
add f9a076740 chore: Fix clippy for rust 1.86 (#5951)
add eb9cedb65 feat(services/gcs): implement write returns metadata (#5933)
add e49dc4600 chore: sync cpp example (#5944)
add 106997181 chore(core/types): implement pollo_write_vectored for
FuturesAsyncWriter
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 (b76511403)
\
N -- N -- N refs/heads/pollo_write_vectored (106997181)
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_pr_labeler.yml | 43 -----------
bin/ofs/tests/file.rs | 2 +-
core/src/layers/capability_check.rs | 6 +-
core/src/raw/futures_util.rs | 137 ++++++++++++++++++++++------------
core/src/services/gcs/backend.rs | 120 +----------------------------
core/src/services/gcs/core.rs | 136 ++++++++++++++++++++++++++++++++-
core/src/services/gcs/writer.rs | 9 ++-
core/tests/behavior/async_write.rs | 47 ++++--------
core/tests/behavior/blocking_write.rs | 18 ++++-
examples/cpp/basic.cpp | 9 +--
10 files changed, 270 insertions(+), 257 deletions(-)
delete mode 100644 .github/workflows/ci_pr_labeler.yml