This is an automated email from the ASF dual-hosted git repository.
hgruszecki pushed a change to branch 1889-test-examples
in repository https://gitbox.apache.org/repos/asf/iggy.git
discard f915d8c5f fix
discard 1e0c5842f fix
discard 772284605 fix
discard 92baf7c29 fix
discard d8aa6d141 move task
discard 78ff9cbdf read whl path
discard c5a98e479 fix
discard ab68151cb fix
discard 88914ae0d move script
discard 0384aa450 shellcheck
discard 8a63c48ff license header
discard 8ce703cde chore(example): test python examples in CI
add fcad6395b fix(repo): fix dependabot, server commit hash print, rm old
gh workflows (#2218)
add 1a8f5f25f chore(example): test python examples in CI
add fc84e4840 license header
add b76742ea0 shellcheck
add 46f9bcc9f move script
add a472efc8f fix
add f28b53a24 fix
add a0ed9145d read whl path
add 10f490ba0 move task
add a8d8a0923 fix
add 9c8af8cc5 fix
add 5d30791f2 fix
add 5dc970775 fix
add 0e6ca2b15 simplify actions
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 (f915d8c5f)
\
N -- N -- N refs/heads/1889-test-examples (0e6ca2b15)
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 -
.../python-maturin/test-examples/action.yml | 76 ------------------
.github/workflows/_test_examples.yml | 20 ++++-
.github/workflows/dependabot-licenses.yml | 7 +-
.../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/server/Cargo.toml | 2 +-
core/server/{src => }/build.rs | 0
10 files changed, 22 insertions(+), 354 deletions(-)
delete mode 100644 .github/actions/python-maturin/test-examples/action.yml
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%)