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/13 18:15:02 UTC

[airflow] branch fix-mapped-tooltip updated (095d5474ef -> 77ed02605a)

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

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


    from 095d5474ef Handle singular task
     add 1eab1ec74c Correctly show rendered templates for mapped task instances. (#22984)
     add 3c0ad4af31 Support importing connections from files with ".yml" extension (#22872)
     add 165945250b Fail if task does not push XCom for downstream (#22954)
     add 5ba2f0dcb6 Add a clipboard button to grid details (#22988)
     add 0cbf2c752d Drop "airflow moved" tables in command `db reset` (#22990)
     add a801ea3927 es new system tests (#22811)
     add 77ed02605a Merge branch 'main' into fix-mapped-tooltip

No new revisions were added by this update.

Summary of changes:
 airflow/exceptions.py                              |  7 +++
 airflow/models/taskinstance.py                     | 19 ++++---
 airflow/secrets/local_filesystem.py                |  5 +-
 airflow/utils/db.py                                | 11 ++++
 airflow/www/static/js/tree/Clipboard.jsx           | 63 ++++++++++++++++++++++
 .../js/tree/details/content/dagRun/index.jsx       |  3 +-
 .../tree/details/content/taskInstance/Details.jsx  |  5 +-
 .../connections/elasticsearch.rst                  |  6 +++
 tests/cli/commands/test_connection_command.py      |  7 ++-
 tests/models/test_taskinstance.py                  | 38 +++++++++++--
 tests/secrets/test_local_filesystem.py             | 20 ++++++-
 .../elasticsearch}/example_elasticsearch_query.py  | 38 +++++++++----
 tests/system/utils/__init__.py                     |  2 +-
 tests/utils/test_db.py                             | 21 +++++++-
 14 files changed, 212 insertions(+), 33 deletions(-)
 create mode 100644 airflow/www/static/js/tree/Clipboard.jsx
 copy {airflow/providers/elasticsearch/example_dags => tests/system/providers/elasticsearch}/example_elasticsearch_query.py (62%)