This is an automated email from the ASF dual-hosted git repository.
suyanhanx pushed a change to branch ci_aliyun_drive
in repository https://gitbox.apache.org/repos/asf/opendal.git
omit a1d15d983d bindings(py/nodejs/java): enable service aliyun_drive
omit 72fe48e569 refactor(aliyun-drive): lister without get file detail
omit 514e9caafe ci: set behavior test ci for aliyun drive
add dbb9b9ffe6 refactor(dav-server): Polish dav-server integration details
(#4751)
add ac5365a2a0 ci: set behavior test ci for aliyun drive
add 4577e649da refactor(aliyun-drive): lister without get file detail
add c471a88b83 bindings(py/nodejs/java): enable service aliyun_drive
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 (a1d15d983d)
\
N -- N -- N refs/heads/ci_aliyun_drive (c471a88b83)
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:
README.md | 27 ++--
bin/oay/Cargo.lock | 169 +++++++--------------
bin/oay/Cargo.toml | 28 ++--
bin/oay/src/services/s3/service.rs | 8 +-
bin/oay/src/services/webdav/service.rs | 7 +-
core/README.md | 2 +-
integrations/dav-server/Cargo.toml | 13 +-
integrations/dav-server/README.md | 58 ++++++-
integrations/dav-server/src/dir.rs | 86 +++++++++++
integrations/dav-server/src/dir_entry.rs | 54 -------
integrations/dav-server/src/file.rs | 148 +++++++++++++-----
.../dav-server/src/{opendalfs.rs => fs.rs} | 146 ++++++++----------
integrations/dav-server/src/lib.rs | 35 ++++-
integrations/dav-server/src/metadata.rs | 25 +--
.../dav-server/src/utils.rs | 18 +--
integrations/object_store/README.md | 4 +-
16 files changed, 476 insertions(+), 352 deletions(-)
create mode 100644 integrations/dav-server/src/dir.rs
delete mode 100644 integrations/dav-server/src/dir_entry.rs
rename integrations/dav-server/src/{opendalfs.rs => fs.rs} (66%)
copy bindings/cpp/src/lister.rs => integrations/dav-server/src/utils.rs (69%)