You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by bb...@apache.org on 2022/04/18 16:33:59 UTC

[airflow] branch fix-disabled-run-btn updated (40136732b7 -> 40794b6a52)

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

bbovenzi pushed a change to branch fix-disabled-run-btn
in repository https://gitbox.apache.org/repos/asf/airflow.git


    from 40136732b7 Revert disabling run task button
     add 6544347730 Add `2.3.0b1` to issue template (#23024)
     add fbfbc26a7a Update gcs_to_local.rst (#23026)
     add c92954418a Breeze is installed via pipx in CI (#23023)
     add c36bcc4c06 Upgrade to support Google Ads v10 (#22965)
     add b3cae77218 Include message in graph errors (#23021)
     add 8cf1cb3e04 Bump async from 2.6.3 to 2.6.4 in /airflow/ui (#23034)
     add 8e75e23497 Allow re-use of decorated tasks (#22941)
     add 3a2eb961ca Fix tests using has_calls to use assert_has_calls. (#23001)
     add cc3503e368 Fix Grid autoscroll with ResizeObserver (#23022)
     add 40794b6a52 Merge branch 'main' into fix-disabled-run-btn

No new revisions were added by this update.

Summary of changes:
 .github/ISSUE_TEMPLATE/airflow_bug_report.yml      |  1 +
 .../airflow_helmchart_bug_report.yml               |  1 +
 .../airflow_providers_bug_report.yml               |  1 +
 .github/workflows/build-images.yml                 |  4 +-
 .github/workflows/ci.yml                           | 55 +++++++++-----------
 Dockerfile                                         |  3 +-
 Dockerfile.ci                                      |  3 +-
 airflow/decorators/base.py                         |  3 ++
 airflow/providers/google/CHANGELOG.rst             | 16 ++++++
 airflow/providers/google/ads/hooks/ads.py          | 23 +++++----
 airflow/ui/yarn.lock                               |  6 +--
 airflow/www/static/js/graph.js                     |  5 +-
 airflow/www/static/js/tree/Tree.jsx                | 33 +++++++-----
 airflow/www/static/js/tree/dagRuns/index.jsx       |  4 +-
 airflow/www/static/js/tree/renderTaskRows.jsx      |  3 +-
 airflow/www/views.py                               |  4 +-
 docker_tests/requirements.txt                      |  3 ++
 docs/apache-airflow-providers-google/index.rst     |  2 +-
 .../operators/transfer/gcs_to_local.rst            |  2 +-
 docs/apache-airflow/tutorial_taskflow_api.rst      | 58 ++++++++++++++++++++++
 scripts/ci/images/ci_run_docker_tests.py           | 13 ++++-
 .../stop_tmux_airflow.sh => ci/install_breeze.sh}  | 11 ++--
 setup.cfg                                          |  4 +-
 setup.py                                           |  5 +-
 tests/decorators/test_python.py                    | 57 +++++++++++++++++++++
 tests/providers/google/ads/operators/test_ads.py   |  2 +-
 .../google/cloud/hooks/test_cloud_memorystore.py   | 42 ++++++++++++----
 tests/providers/google/cloud/hooks/test_looker.py  |  2 +-
 .../google/cloud/transfers/test_calendar_to_gcs.py | 36 +++++++-------
 29 files changed, 285 insertions(+), 117 deletions(-)
 create mode 100644 docker_tests/requirements.txt
 copy scripts/{in_container/stop_tmux_airflow.sh => ci/install_breeze.sh} (80%)