This is an automated email from the ASF dual-hosted git repository.
potiuk pushed a change to branch filter-versions-to-latest-minor
in repository https://gitbox.apache.org/repos/asf/airflow.git
discard 09c654db629 Only show latest minor versions in version drop-down in
docs
add c5b7fbb369f Automatically publish "apache-airflow-providers" docs
(#57229)
add 90e3926868d Review and modernize release check process for Airflow:
(#57203)
add 1d422c6fd33 i18n(Ko): add missing translations(Oct 25) (#57240)
add 0ce2f5c866d CI: Fix workflow name (#57246)
add 10ae2b3bf56 Refactor DAG deactivation logic (#57233)
add 1039a4605a6 Fixes inconsistency where other dbt operators already
supported hook_params (#57242)
add 505d9e42392 Auto-compile UI assets on Breeze start-airflow command
(#57219)
add e045634c22e Only show latest minor versions in version drop-down in
docs
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 (09c654db629)
\
N -- N -- N refs/heads/filter-versions-to-latest-minor
(e045634c22e)
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:
.github/workflows/ci-amd-arm.yml | 1 +
.gitignore | 4 +
.pre-commit-config.yaml | 1 +
.rat-excludes | 114 ++++++++-
README.md | 10 +-
airflow-core/src/airflow/dag_processing/manager.py | 7 +-
airflow-core/src/airflow/models/dag.py | 7 +-
.../airflow/ui/public/i18n/locales/ko/common.json | 5 +
.../airflow/ui/public/i18n/locales/ko/hitl.json | 2 +
.../tests/unit/dag_processing/test_manager.py | 91 +++++++
dev/README_RELEASE_AIRFLOW.md | 41 +++-
.../airflow_breeze/commands/workflow_commands.py | 6 +-
.../src/airflow_breeze/utils/publish_docs_to_s3.py | 2 +-
dev/check_files.py | 44 +++-
generated/PYPI_README.md | 10 +-
.../src/airflow/providers/dbt/cloud/sensors/dbt.py | 6 +-
.../cloud/tests/unit/dbt/cloud/sensors/test_dbt.py | 2 +
.../ci/dockerfiles/apache-rat/build_and_push.sh | 4 +-
scripts/ci/prek/check_license.py | 12 +-
scripts/ci/prek/upgrade_important_versions.py | 2 +-
.../in_container/install_airflow_and_providers.py | 268 ++++++++++++++++++++-
task-sdk/.gitignore | 14 ++
22 files changed, 600 insertions(+), 53 deletions(-)
create mode 100644 task-sdk/.gitignore