You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by po...@apache.org on 2022/06/12 20:51:19 UTC

[airflow] branch main updated (770ee07212 -> 3007159c24)

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

potiuk pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/airflow.git


    from 770ee07212 Add Task Logs to Grid details panel (#24249)
     add 3007159c24 Mask secrets in stdout for 'airflow tasks test' (#24362)

No new revisions were added by this update.

Summary of changes:
 airflow/cli/commands/task_command.py    | 10 +++++----
 airflow/utils/log/secrets_masker.py     | 38 ++++++++++++++++++++++---------
 tests/cli/commands/test_task_command.py | 40 ++++++++++++++++++++++-----------
 tests/utils/log/test_secrets_masker.py  | 23 ++++++++++++++++++-
 4 files changed, 83 insertions(+), 28 deletions(-)