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

bbovenzi pushed a change to branch hide-mapped-task-nav
in repository https://gitbox.apache.org/repos/asf/airflow.git


 discard ab445d7115 Hide details button for mapped summaries
 discard 3308e57137 Hide irrelevant task buttons
     add cc3503e368 Fix Grid autoscroll with ResizeObserver (#23022)
     add 7d97ee5b3a Default side panel open vs closed (#23039)
     add 10c9cb5318 Revert disabling run task button (#23038)
     add b24650c0cc Show map_index in states-for-dag-run (#23030)
     add 5164cdbe98 Make presto and trino compatible with airflow 2.1 (#23061)
     add 5144bedcee Add SnowSQL installation script to Breeze (#23065)
     add c3d883a971 KubernetesPodOperator should patch "already checked" always 
(#22734)
     add 5fca11ef85 Improve speed of `dag.partial_subset` by not deep-copying 
TaskGroup (#23088)
     add 918bd33993 Protect against using try_number from context in provider 
(#23069)
     add 831e84d9c3 Correct default conn ID in WASB connection doc (#23057)
     add b8bbfd4b31 Add migration to update DAG default_view (#23091)
     add 197cff3194 Ensure TaskMap only checks "relevant" dependencies (#23053)
     add 647c155893 fix link to dbt docs by removing extra h (#23086)
     add f63c5afae5 Fix typo in scheduler_job.py (#23095)
     add 4874068d99 Improve Graph view task actions for Dynamic Tasks (#23064)
     add c897ccd6ed Fix artifact for MyPy checks (#23094)
     new 2916aca3bd Hide irrelevant task buttons
     new b322566240 Hide details button for mapped summaries

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   (ab445d7115)
            \
             N -- N -- N   refs/heads/hide-mapped-task-nav (b322566240)

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.

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .pre-commit-config.yaml                            |  10 +-
 BREEZE.rst                                         |   1 +
 TESTING.rst                                        |   1 +
 airflow/cli/commands/task_command.py               |  18 +--
 airflow/jobs/backfill_job.py                       |   2 +-
 airflow/jobs/scheduler_job.py                      |   2 +-
 ... => 0108_b1b348e02d07_default_dag_view_grid.py} |  36 +++---
 airflow/models/dag.py                              |  16 ++-
 airflow/models/mappedoperator.py                   |   9 ++
 airflow/models/taskinstance.py                     |   2 +-
 airflow/models/taskmixin.py                        |  23 +++-
 airflow/models/xcom_arg.py                         |  30 +++--
 .../cncf/kubernetes/operators/kubernetes_pod.py    |   6 +-
 airflow/providers/presto/hooks/presto.py           |   5 +-
 airflow/providers/trino/hooks/trino.py             |   5 +-
 airflow/sensors/base.py                            |   3 +-
 airflow/www/static/js/dag.js                       | 129 +++++++++------------
 airflow/www/static/js/graph.js                     |   6 +-
 airflow/www/static/js/tree/Tree.jsx                |  41 ++++---
 airflow/www/static/js/tree/dagRuns/index.jsx       |   4 +-
 .../content/taskInstance/taskActions/Run.jsx       |  21 +---
 airflow/www/static/js/tree/renderTaskRows.jsx      |   3 +-
 airflow/www/templates/airflow/dag.html             |  39 +++----
 .../connections.rst                                |   2 +-
 .../connections/wasb.rst                           |   2 +-
 docs/apache-airflow/migrations-ref.rst             |   4 +-
 kubernetes_tests/test_kubernetes_pod_operator.py   |  52 ++++++---
 .../test_kubernetes_pod_operator_backcompat.py     |  11 +-
 scripts/ci/docker-compose/forward-credentials.yml  |   1 +
 .../pre_commit_check_2_1_compatibility.py          |  10 ++
 scripts/in_container/bin/install_snowsql.sh        |  85 ++++++++++++++
 tests/models/test_taskinstance.py                  |  51 +++++++-
 .../kubernetes/operators/test_kubernetes_pod.py    |  81 ++++++-------
 33 files changed, 449 insertions(+), 262 deletions(-)
 copy 
airflow/migrations/versions/{0101_a3bcd0914482_add_data_compressed_to_serialized_dag.py
 => 0108_b1b348e02d07_default_dag_view_grid.py} (58%)
 create mode 100755 scripts/in_container/bin/install_snowsql.sh

Reply via email to