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

manjusaka pushed a change to branch manjusaka/support-framepointer
in repository https://gitbox.apache.org/repos/asf/incubator-opendal.git


    omit 7b57c3c1a Update code
    omit 6bcdbbf74 update code
    omit a0adf3258 ci(cargo): Add frame pointer support in build flag
     add e518d5b9e feat(services): add seafile support (#3771)
     add e15a50910 ci(cargo): Add frame pointer support in build flag
     add 6f636cb06 update code
     add fa7424438 Update code

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   (7b57c3c1a)
            \
             N -- N -- N   refs/heads/manjusaka/support-framepointer (fa7424438)

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                                       |   6 +
 .../{swift/swift => seafile/seafile}/action.yml    |  26 +-
 .github/workflows/ci.yml                           |   1 +
 bindings/java/Cargo.toml                           |   2 +
 bindings/nodejs/Cargo.toml                         |   2 +
 bindings/python/Cargo.toml                         |   2 +
 core/Cargo.toml                                    |   1 +
 core/src/raw/chrono_util.rs                        |   9 +
 core/src/raw/http_util/multipart.rs                |  40 +-
 core/src/services/mod.rs                           |   7 +
 core/src/services/seafile/backend.rs               | 341 +++++++++++++++++
 core/src/services/seafile/core.rs                  | 417 +++++++++++++++++++++
 core/src/services/{alluxio => seafile}/docs.md     |  23 +-
 core/src/services/{alluxio => seafile}/error.rs    |  59 ++-
 core/src/services/seafile/lister.rs                | 119 ++++++
 core/src/services/{alluxio => seafile}/mod.rs      |   4 +-
 core/src/services/seafile/writer.rs                |  89 +++++
 core/src/types/operator/builder.rs                 |   2 +
 core/src/types/scheme.rs                           |   6 +
 fixtures/seafile/docker-compose-seafile.yml        |  62 +++
 20 files changed, 1145 insertions(+), 73 deletions(-)
 copy .github/services/{swift/swift => seafile/seafile}/action.yml (56%)
 create mode 100644 core/src/services/seafile/backend.rs
 create mode 100644 core/src/services/seafile/core.rs
 copy core/src/services/{alluxio => seafile}/docs.md (50%)
 copy core/src/services/{alluxio => seafile}/error.rs (54%)
 create mode 100644 core/src/services/seafile/lister.rs
 copy core/src/services/{alluxio => seafile}/mod.rs (91%)
 create mode 100644 core/src/services/seafile/writer.rs
 create mode 100644 fixtures/seafile/docker-compose-seafile.yml

Reply via email to