This is an automated email from the ASF dual-hosted git repository.
Lee-W pushed a change to branch ci-upgrade-main
in repository https://gitbox.apache.org/repos/asf/airflow.git
omit ebf65fc8892 [main] CI: Upgrade important CI environment
add 61f028989c0 [AIP-94] airflowctl jobs: add check command (#68534)
add 25eaec2ea5a [main] CI: Upgrade important CI environment
This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version. This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:
* -- * -- B -- O -- O -- O (ebf65fc8892)
\
N -- N -- N refs/heads/ci-upgrade-main (25eaec2ea5a)
You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.
Any revisions marked "omit" are not gone; other references still
refer to them. Any revisions marked "discard" are gone forever.
No new revisions were added by this update.
Summary of changes:
.../src/airflow/cli/commands/jobs_command.py | 2 +
.../unit/cli/commands/test_command_deprecations.py | 2 +
airflow-ctl/docs/images/command_hashes.txt | 2 +-
airflow-ctl/docs/images/output_jobs.svg | 66 ++++++------
airflow-ctl/src/airflowctl/ctl/cli_config.py | 49 +++++++++
.../src/airflowctl/ctl}/commands/jobs_command.py | 43 +++-----
.../airflow_ctl/ctl/commands/test_jobs_command.py | 115 +++++++++++++++++++++
7 files changed, 220 insertions(+), 59 deletions(-)
copy {airflow-core/src/airflow/cli =>
airflow-ctl/src/airflowctl/ctl}/commands/jobs_command.py (51%)
create mode 100644
airflow-ctl/tests/airflow_ctl/ctl/commands/test_jobs_command.py