This is an automated email from the ASF dual-hosted git repository.
manjusaka pushed a change to branch manjusaka/python-support-copy
in repository https://gitbox.apache.org/repos/asf/incubator-opendal.git
omit aebdda656 Update comment
omit d69ccb564 Update code
omit 96cb858bb sort Python import by isort
omit f47d4a821 feat(binding/python): Support Copy operation for Python
binding
add 1d089426d refactor(services/wasabi)!: Remove native support for wasabi
services (#3455)
add 0721a6e59 refactor(ci): Polish the test planner code (#3457)
new ae97d4f78 feat(binding/python): Support Copy operation for Python
binding
new f2cf9dfd6 sort Python import by isort
new 359fb9ad0 Update code
new ccf073a8b Update comment
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 (aebdda656)
\
N -- N -- N refs/heads/manjusaka/python-support-copy (ccf073a8b)
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.
The 4 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
.github/scripts/behavior_test/plan.py | 61 +-
.github/scripts/behavior_test/test_plan.py | 1 +
.github/workflows/service_test_wasabi.yml | 68 ---
core/Cargo.toml | 9 +-
core/src/docs/upgrade.md | 4 +
core/src/services/mod.rs | 5 -
core/src/services/wasabi/backend.rs | 951 -----------------------------
core/src/services/wasabi/core.rs | 911 ---------------------------
core/src/services/wasabi/docs.md | 198 ------
core/src/services/wasabi/error.rs | 131 ----
core/src/services/wasabi/mod.rs | 24 -
core/src/services/wasabi/pager.rs | 231 -------
core/src/services/wasabi/writer.rs | 65 --
core/src/types/operator/builder.rs | 2 -
core/src/types/scheme.rs | 6 -
website/docs/services/wasabi.mdx | 70 ---
16 files changed, 18 insertions(+), 2719 deletions(-)
delete mode 100644 .github/workflows/service_test_wasabi.yml
delete mode 100644 core/src/services/wasabi/backend.rs
delete mode 100644 core/src/services/wasabi/core.rs
delete mode 100644 core/src/services/wasabi/docs.md
delete mode 100644 core/src/services/wasabi/error.rs
delete mode 100644 core/src/services/wasabi/mod.rs
delete mode 100644 core/src/services/wasabi/pager.rs
delete mode 100644 core/src/services/wasabi/writer.rs
delete mode 100644 website/docs/services/wasabi.mdx