You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by tu...@apache.org on 2020/12/02 09:21:57 UTC

[airflow] branch master updated (ae0e8f4 -> cba8d62)

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

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


    from ae0e8f4  Move config item 'worker_precheck' from section [core] to [celery] (#12746)
     add cba8d62  Refactor list rendering in commands (#12704)

No new revisions were added by this update.

Summary of changes:
 UPDATING.md                                        | 34 ++++++++
 airflow/cli/cli_parser.py                          | 17 ++--
 airflow/cli/commands/cheat_sheet_command.py        |  2 +
 airflow/cli/commands/connection_command.py         | 82 +++++++-----------
 airflow/cli/commands/dag_command.py                | 98 ++++++++++++----------
 airflow/cli/commands/info_command.py               |  2 +
 airflow/cli/commands/plugins_command.py            |  3 +
 airflow/cli/commands/pool_command.py               | 45 ++++++----
 airflow/cli/commands/provider_command.py           | 83 ++++++++----------
 airflow/cli/commands/role_command.py               | 11 +--
 airflow/cli/commands/task_command.py               | 70 ++++++++--------
 airflow/cli/commands/user_command.py               | 12 +--
 airflow/cli/commands/variable_command.py           |  5 +-
 airflow/cli/simple_table.py                        | 67 +++++++++++++++
 airflow/utils/cli.py                               | 15 +++-
 docs/apache-airflow/usage-cli.rst                  | 37 ++++++++
 .../run_install_and_test_provider_packages.sh      |  4 +-
 tests/cli/commands/test_connection_command.py      | 31 +++----
 tests/cli/commands/test_dag_command.py             | 15 ++--
 tests/cli/commands/test_pool_command.py            |  5 +-
 tests/cli/commands/test_role_command.py            |  2 +-
 tests/cli/commands/test_task_command.py            | 43 +++++-----
 tests/cli/commands/test_user_command.py            |  2 +-
 23 files changed, 413 insertions(+), 272 deletions(-)