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

maciej pushed a change to branch connectors-config
in repository https://gitbox.apache.org/repos/asf/iggy.git


    omit ef3ba14bd Merge branch 'master' into connectors-config
    omit f511782d2 Merge branch 'master' into connectors-config
    omit 0e004b518 feat(connectors): extend runtime API with config management 
options
     add fcad6395b fix(repo): fix dependabot, server commit hash print, rm old 
gh workflows (#2218)
     add cbccd54b8 feat(connectors): extend runtime API with config management 
options
     add bd02c1390 pr comments and refactor

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   (ef3ba14bd)
            \
             N -- N -- N   refs/heads/connectors-config (bd02c1390)

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:
 .dockerignore                                      |   1 -
 .github/workflows/dependabot-licenses.yml          |   7 +-
 Cargo.lock                                         |   1 +
 .../workflows/build-and-test.yml                   |  69 --
 .../old_github_workflows/workflows/ci.yml          |  42 --
 .../old_github_workflows/workflows/docker.yml      |  91 ---
 .../old_github_workflows/workflows/sanity.yml      |  68 --
 core/connectors/runtime/Cargo.toml                 |   1 +
 core/connectors/runtime/src/api/sink.rs            |   8 +-
 core/connectors/runtime/src/api/source.rs          |   8 +-
 core/connectors/runtime/src/configs/connectors.rs  |  47 +-
 .../src/configs/connectors/local_provider.rs       | 752 ++++++++++-----------
 core/connectors/runtime/src/main.rs                |   6 +-
 core/server/Cargo.toml                             |   2 +-
 core/server/{src => }/build.rs                     |   0
 15 files changed, 416 insertions(+), 687 deletions(-)
 delete mode 100644 
core/bench/dashboard/old_github_workflows/workflows/build-and-test.yml
 delete mode 100644 core/bench/dashboard/old_github_workflows/workflows/ci.yml
 delete mode 100644 
core/bench/dashboard/old_github_workflows/workflows/docker.yml
 delete mode 100644 
core/bench/dashboard/old_github_workflows/workflows/sanity.yml
 rename core/server/{src => }/build.rs (100%)

Reply via email to