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

potiuk pushed a change to branch restore-test-airflow-release-commands
in repository https://gitbox.apache.org/repos/asf/airflow.git


 discard 16bba47f1c Bring back release airflow command to be run in canary build
     add a697bb4f6e Fix image cache optimizations - speeding up the build 
(#38442) (#38473)
     add 22183112dd Improve datasets graph UX (#38476)
     add 742bf80477 Fix post-test failure conditions (#38487)
     add a43ef41370 Bring back release airflow command to be run in canary build

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   (16bba47f1c)
            \
             N -- N -- N   refs/heads/restore-test-airflow-release-commands 
(a43ef41370)

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:
 .github/actions/post_tests_failure/action.yml      |   3 +
 .github/actions/post_tests_success/action.yml      |   1 +
 .github/workflows/additional-ci-image-checks.yml   |  56 ++++---
 .github/workflows/build-images.yml                 |   3 +-
 .github/workflows/ci-image-build.yml               |  17 +--
 .github/workflows/ci.yml                           |   2 +
 .github/workflows/finalize-tests.yml               |  67 +++++----
 .github/workflows/integration-tests.yml            |   4 +-
 .github/workflows/prod-image-build.yml             |   9 +-
 .github/workflows/prod-image-extra-checks.yml      |   3 +
 .github/workflows/push-image-cache.yml             |  68 ++++-----
 .../www/static/js/api/useDatasetDependencies.ts    | 161 +--------------------
 airflow/www/static/js/datasets/Graph/DagNode.tsx   |  17 +--
 airflow/www/static/js/datasets/Graph/index.tsx     |  65 ++++-----
 airflow/www/static/js/datasets/List.test.tsx       |  30 +---
 airflow/www/static/js/datasets/List.tsx            |  71 ++-------
 airflow/www/static/js/datasets/Main.tsx            |  68 ++++-----
 .../js/datasets/{DagFilter.tsx => SearchBar.tsx}   |  88 ++++++-----
 .../airflow_breeze/utils/docker_command_utils.py   |   6 +-
 dev/breeze/src/airflow_breeze/utils/image.py       |  14 +-
 20 files changed, 266 insertions(+), 487 deletions(-)
 rename airflow/www/static/js/datasets/{DagFilter.tsx => SearchBar.tsx} (57%)

Reply via email to