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

hoslo pushed a change to branch add-github-contents
in repository https://gitbox.apache.org/repos/asf/opendal.git


 discard 1d934217e6 feat(services/github_contents): add github contents support
     add 6188cd47c9 feat(services/github_contents): add github contents support

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   (1d934217e6)
            \
             N -- N -- N   refs/heads/add-github-contents (6188cd47c9)

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:
 core/Cargo.toml                                    |  2 +-
 .../{github_contents => github}/backend.rs         | 74 +++++++++++-----------
 .../services/{github_contents => github}/core.rs   | 72 ++++++++++++---------
 .../services/{github_contents => github}/docs.md   |  6 +-
 .../services/{github_contents => github}/error.rs  |  8 +--
 .../services/{github_contents => github}/lister.rs | 12 ++--
 core/src/services/{b2 => github}/mod.rs            |  4 +-
 .../services/{github_contents => github}/writer.rs | 16 ++---
 core/src/services/github_contents/mod.rs           | 25 --------
 core/src/services/mod.rs                           | 12 ++--
 core/src/types/operator/builder.rs                 |  4 +-
 core/src/types/scheme.rs                           |  8 +--
 12 files changed, 114 insertions(+), 129 deletions(-)
 rename core/src/services/{github_contents => github}/backend.rs (79%)
 rename core/src/services/{github_contents => github}/core.rs (81%)
 rename core/src/services/{github_contents => github}/docs.md (84%)
 rename core/src/services/{github_contents => github}/error.rs (95%)
 rename core/src/services/{github_contents => github}/lister.rs (87%)
 copy core/src/services/{b2 => github}/mod.rs (92%)
 rename core/src/services/{github_contents => github}/writer.rs (81%)
 delete mode 100644 core/src/services/github_contents/mod.rs

Reply via email to