This is an automated email from the ASF dual-hosted git repository.
bugraoz pushed a change to branch v3-1-test
in repository https://gitbox.apache.org/repos/asf/airflow.git
from 5497e02faab [v3-1-test] Cleanup tmp_file.py in DagBag test. (#60272)
(#60306)
add 8acdb4f80b4 Sync airflowctl to v3-1-test (#60350)
No new revisions were added by this update.
Summary of changes:
airflow-ctl-tests/pyproject.toml | 6 +-
.../tests/airflowctl_tests/conftest.py | 111 ++++-------
.../tests/airflowctl_tests/constants.py | 7 +-
.../airflowctl_tests/fixtures/pools_export.json | 38 ++++
.../fixtures/test_connections.json | 11 +
.../airflowctl_tests/fixtures/test_pools.json | 8 +
.../airflowctl_tests/fixtures/test_variables.json | 7 +
.../fixtures/variables_export.json | 8 +
.../airflowctl_tests/test_airflowctl_commands.py | 222 ++++++++++++++++-----
airflow-ctl/.pre-commit-config.yaml | 2 +-
airflow-ctl/NOTICE | 2 +-
airflow-ctl/RELEASE_NOTES.rst | 4 +-
airflow-ctl/docs/conf.py | 12 +-
airflow-ctl/docs/images/command_hashes.txt | 4 +-
airflow-ctl/docs/images/output_connections.svg | 141 ++++++-------
airflow-ctl/docs/images/output_variables.svg | 114 +++++------
.../docs/installation/installing-from-pypi.rst | 5 +-
.../docs/installation/installing-from-sources.rst | 22 +-
airflow-ctl/newsfragments/59850.significant.rst | 30 +++
airflow-ctl/pyproject.toml | 20 +-
airflow-ctl/src/airflowctl/__init__.py | 2 +-
airflow-ctl/src/airflowctl/ctl/cli_config.py | 30 +--
.../airflowctl/ctl/commands/variable_command.py | 22 --
airflow-ctl/tests/airflow_ctl/api/test_client.py | 2 +-
.../tests/airflow_ctl/api/test_operations.py | 8 +-
.../airflow_ctl/ctl/commands/test_dag_command.py | 8 +-
.../ctl/commands/test_variable_command.py | 20 --
.../ci/prek/check_airflowctl_command_coverage.py | 150 ++++++++++++++
.../in_container/run_capture_airflowctl_help.py | 6 +-
29 files changed, 640 insertions(+), 382 deletions(-)
create mode 100644
airflow-ctl-tests/tests/airflowctl_tests/fixtures/pools_export.json
create mode 100644
airflow-ctl-tests/tests/airflowctl_tests/fixtures/test_connections.json
create mode 100644
airflow-ctl-tests/tests/airflowctl_tests/fixtures/test_pools.json
create mode 100644
airflow-ctl-tests/tests/airflowctl_tests/fixtures/test_variables.json
create mode 100644
airflow-ctl-tests/tests/airflowctl_tests/fixtures/variables_export.json
create mode 100644 airflow-ctl/newsfragments/59850.significant.rst
create mode 100755 scripts/ci/prek/check_airflowctl_command_coverage.py