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

koushiro pushed a change to branch unify-scheme-usage
in repository https://gitbox.apache.org/repos/asf/opendal.git


 discard 3299f068d chore(services): unify scheme usage
    omit 465870ec3 update docs
    omit 728080ea3 chore: rename ServiceAccessor => ServiceBackend
    omit f71873523 chore: rename delete module => deleter module
     add 3e39648be chore: cleanup some useless code related to services that 
were removed due to lack of maintenance (#6763)
     add 24d2188d4 chore: rename delete module => deleter module; 
ServiceAccessor => ServiceBackend (#6757)
     add a2d7c0d9d feat(services/compfs): implement IoVectoredBuf for Buffer 
(#6762)
     new a3d56d985 chore(services): unify scheme usage

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   (3299f068d)
            \
             N -- N -- N   refs/heads/unify-scheme-usage (a3d56d985)

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 1 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:
 .env.example                                       |   13 -
 README.md                                          |   22 +-
 .../java/org/apache/opendal/ServiceConfig.java     | 2109 ++++++++++----------
 core/src/services/compfs/core.rs                   |   46 +-
 core/src/services/compfs/writer.rs                 |    9 +-
 core/src/types/scheme.rs                           |   10 -
 core/tests/behavior/async_delete.rs                |    9 -
 core/tests/behavior/async_read.rs                  |    9 -
 core/tests/behavior/async_stat.rs                  |    9 -
 core/tests/behavior/async_write.rs                 |   46 +-
 10 files changed, 1055 insertions(+), 1227 deletions(-)

Reply via email to