This is an automated email from the ASF dual-hosted git repository.
potiuk pushed a change to branch ci-upgrade-main
in repository https://gitbox.apache.org/repos/asf/airflow.git
omit b2b5483a55e [main] CI: Upgrade important CI environment
add 51ebe32acc1 Stop Breeze container SSH setup from modifying the host
~/.ssh (#72182)
add 9da89e70ac0 Feature expand health endpoint reporting (#70416)
add dca333a6484 Write doc-only marker when change classification overrides
the answer (#72167)
add 62ecde055c8 Reduce Iceberg snapshot watcher thread use (#72173)
add 05d8e6b5664 [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 (b2b5483a55e)
\
N -- N -- N refs/heads/ci-upgrade-main (05d8e6b5664)
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:
Dockerfile.ci | 42 +-
.../logging-monitoring/check-health.rst | 100 +++--
airflow-core/docs/migrations-ref.rst | 4 +-
.../src/airflow/api/common/airflow_health.py | 138 ++++--
.../airflow/api_fastapi/core_api/datamodels/job.py | 2 +
.../api_fastapi/core_api/datamodels/monitor.py | 29 ++
.../api_fastapi/core_api/openapi/_private_ui.yaml | 12 +
.../core_api/openapi/v2-rest-api-generated.yaml | 137 ++++++
.../airflow/cli/commands/dag_processor_command.py | 2 +-
.../src/airflow/cli/commands/triggerer_command.py | 4 +-
airflow-core/src/airflow/jobs/job.py | 8 +-
.../src/airflow/jobs/triggerer_job_runner.py | 4 +-
...e.py => 0133_3_4_0_add_scope_columns_to_job.py} | 32 +-
.../airflow/ui/openapi-gen/requests/schemas.gen.ts | 257 ++++++++++-
.../airflow/ui/openapi-gen/requests/types.gen.ts | 37 ++
airflow-core/src/airflow/utils/db.py | 2 +-
.../tests/unit/api/common/test_airflow_health.py | 494 +++++++++++++++++----
.../api_fastapi/core_api/routes/public/test_job.py | 21 +
.../core_api/routes/public/test_monitor.py | 63 ++-
.../core_api/routes/public/test_task_instances.py | 2 +
.../cli/commands/test_dag_processor_command.py | 1 +
.../unit/cli/commands/test_triggerer_command.py | 22 +-
airflow-core/tests/unit/jobs/test_triggerer_job.py | 21 +-
.../src/airflowctl/api/datamodels/generated.py | 74 ++-
.../prepare_providers/provider_documentation.py | 4 +
dev/breeze/tests/test_provider_documentation.py | 38 ++
.../providers/apache/iceberg/triggers/iceberg.py | 4 +-
.../unit/apache/iceberg/triggers/test_iceberg.py | 21 +-
scripts/ci/docker-compose/forward-credentials.yml | 2 +
scripts/docker/entrypoint_ci.sh | 38 +-
scripts/docker/entrypoint_exec.sh | 6 +
31 files changed, 1397 insertions(+), 224 deletions(-)
copy
airflow-core/src/airflow/migrations/versions/{0116_3_3_0_add_team_name_to_trigger_table.py
=> 0133_3_4_0_add_scope_columns_to_job.py} (58%)