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


    omit d9d129d146 Bring back release airflow command to be run in canary build
     add 14e1b4c9c9 fix `PT012` in ssh (#38508)
     add afb686c95e Implement deferrable mode for GKEStartJobOperator (#38454)
     add f48e8efae8 Show abandoned tasks in Grid View (#38511)
     add 7b1175260f 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   (d9d129d146)
            \
             N -- N -- N   refs/heads/restore-test-airflow-release-commands 
(7b1175260f)

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:
 airflow/providers/cncf/kubernetes/triggers/job.py  |   2 +-
 .../google/cloud/operators/kubernetes_engine.py    |  41 +++-
 .../google/cloud/triggers/kubernetes_engine.py     |  72 +++++-
 airflow/www/static/js/dag/details/Header.tsx       |   4 +-
 .../www/static/js/dag/details/NotesAccordion.tsx   |   4 +-
 airflow/www/static/js/dag/details/index.tsx        |   5 +-
 .../static/js/dag/details/taskInstance/Details.tsx | 132 +++++-----
 .../js/dag/details/taskInstance/Logs/index.tsx     | 266 ++++++++++-----------
 .../static/js/dag/details/taskInstance/index.tsx   |  40 ++--
 airflow/www/utils.py                               |  14 +-
 airflow/www/views.py                               |  18 +-
 .../commands/release_candidate_command.py          |  66 ++---
 .../operators/cloud/kubernetes_engine.rst          |   9 +
 pyproject.toml                                     |   2 -
 .../cloud/operators/test_kubernetes_engine.py      |  76 ++++++
 .../cloud/triggers/test_kubernetes_engine.py       | 144 +++++++++--
 tests/providers/ssh/hooks/test_ssh.py              |  28 +--
 tests/providers/ssh/operators/test_ssh.py          |   3 +-
 .../example_kubernetes_engine_job.py               |  44 +++-
 19 files changed, 676 insertions(+), 294 deletions(-)

Reply via email to