You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by ka...@apache.org on 2021/04/19 11:52:25 UTC

[airflow] branch master updated (457d3fe -> d52ad87)

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

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


    from 457d3fe  Better "dependency already registered" warning message for tasks #14613 (#14860)
     add d52ad87  Sync DAG specific permissions when parsing (#15311)

No new revisions were added by this update.

Summary of changes:
 UPDATING.md                                  |  6 +++
 airflow/cli/cli_parser.py                    |  9 ++++-
 airflow/cli/commands/sync_perm_command.py    | 10 ++---
 airflow/models/dagbag.py                     |  8 +++-
 airflow/models/serialized_dag.py             |  9 +++--
 airflow/www/security.py                      | 43 ++++++++++++--------
 tests/cli/commands/test_sync_perm_command.py | 41 ++++++-------------
 tests/models/test_dagbag.py                  | 37 +++++++++++++++++
 tests/models/test_serialized_dag.py          |  9 +++--
 tests/www/test_security.py                   | 59 +++++++++++++++++++---------
 10 files changed, 153 insertions(+), 78 deletions(-)