This is an automated email from the ASF dual-hosted git repository.
suyanhanx pushed a change to branch append
in repository https://gitbox.apache.org/repos/asf/incubator-opendal.git
omit bee44997 fix fmt
omit ff2d51a7 fix
omit e06c083a fix
omit e39be3a5 fix
omit ee2a4584 forward to inner in layers
omit 5af0f08e fix unit
omit 2dad0caf feat(core): append
add a15b9dfd feat(services/sftp): setup integration tests (#2192)
add c52208ec feat(core): append
add 15d3dd3f fix unit
add e706d0c3 forward to inner in layers
add 7b1d1ee3 fix
add 3be99802 fix
add 38305e76 fix
add 3fff87c9 fix fmt
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 (bee44997)
\
N -- N -- N refs/heads/append (3fff87c9)
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:
.env.example | 1 +
...service_test_ghac.yml => service_test_sftp.yml} | 40 +--
Cargo.lock | 51 ++--
core/Cargo.toml | 15 +-
core/src/services/sftp/backend.rs | 305 +++++++++++----------
core/src/services/sftp/error.rs | 12 -
core/src/services/sftp/pager.rs | 74 ++---
core/src/services/sftp/utils.rs | 81 +++---
core/src/services/sftp/writer.rs | 14 +-
core/tests/behavior/utils.rs | 1 +
10 files changed, 309 insertions(+), 285 deletions(-)
copy .github/workflows/{service_test_ghac.yml => service_test_sftp.yml} (61%)