This is an automated email from the ASF dual-hosted git repository.
potiuk pushed a change to branch backport-e6282e0-v3-0-test
in repository https://gitbox.apache.org/repos/asf/airflow.git
discard f96179e6982 [v3-0-test] make dag_run nullable in Details page (#50719)
(cherry picked from commit e6282e0e654dfb26b58ae741a5654fc31f4e08a5)
add f4db9ec5a2f [v3-0-test] Do not run FAB pre-commits in release branches
(#50875) (#50886)
add 38225c6a7e8 [v3-0-test] Fix reading number of dags from direct system
providers path (#50843) (#50877)
add cd89cdd24de [v3-0-test] make dag_run nullable in Details page (#50719)
(cherry picked from commit e6282e0e654dfb26b58ae741a5654fc31f4e08a5)
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 (f96179e6982)
\
N -- N -- N refs/heads/backport-e6282e0-v3-0-test (cd89cdd24de)
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:
.pre-commit-config.yaml | 10 +-
.../core_api/routes/public/test_dag_report.py | 8 +-
contributing-docs/08_static_code_checks.rst | 2 +
dev/breeze/doc/images/output-commands.svg | 341 ++++++++++++++++++++-
dev/breeze/doc/images/output_static-checks.svg | 6 +-
dev/breeze/doc/images/output_static-checks.txt | 2 +-
dev/breeze/src/airflow_breeze/pre_commit_ids.py | 1 +
.../src/airflow_breeze/utils/selective_checks.py | 2 +
dev/breeze/tests/test_selective_checks.py | 3 +-
...astapi_api_spec.py => generate_openapi_spec.py} | 2 +-
...pi_api_spec.py => generate_openapi_spec_fab.py} | 2 +-
scripts/in_container/in_container_utils.py | 51 +++
...pi_api_spec.py => run_generate_openapi_spec.py} | 78 +----
.../run_generate_openapi_spec_fab.py} | 36 +--
14 files changed, 451 insertions(+), 93 deletions(-)
copy scripts/ci/pre_commit/{update_fastapi_api_spec.py =>
generate_openapi_spec.py} (93%)
rename scripts/ci/pre_commit/{update_fastapi_api_spec.py =>
generate_openapi_spec_fab.py} (93%)
rename scripts/in_container/{run_update_fastapi_api_spec.py =>
run_generate_openapi_spec.py} (50%)
copy scripts/{ci/pre_commit/lint_helm.py =>
in_container/run_generate_openapi_spec_fab.py} (51%)