This is an automated email from the ASF dual-hosted git repository.
henry3260 pushed a change to branch ci-upgrade-main
in repository https://gitbox.apache.org/repos/asf/airflow.git
omit 3db4a1c5739 [main] CI: Upgrade important CI environment
add a8770ba5668 Update SQLAlchemy documentation links from 1.4 to 2.0
(#69200)
add 3daa88e9502 Use oracledb AuthMode/Purity enums in Oracle hook
connection config (#67689)
add 3eecc4c8c6d Resolve dict-via-variable trigger serialize() in static
check (#67300)
add bb4da3272e4 Breeze: Add scope metadata to GitHub token retrieval
(#66753)
add 46186d28912 Fix connection resolution in CLI by setting server process
context in decorators (#61036)
new 7f42077bfbd [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 (3db4a1c5739)
\
N -- N -- N refs/heads/ci-upgrade-main (7f42077bfbd)
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.
The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
airflow-core/docs/howto/set-up-database.rst | 12 +-
airflow-core/src/airflow/assets/manager.py | 2 +-
airflow-core/src/airflow/models/base.py | 2 +-
airflow-core/src/airflow/utils/cli.py | 13 +-
.../cli/commands/test_dag_processor_command.py | 23 ++
.../src/airflow_breeze/commands/ci_commands.py | 7 +-
.../src/airflow_breeze/commands/issues_commands.py | 7 +-
.../commands/release_management_commands.py | 24 +-
dev/breeze/src/airflow_breeze/utils/github.py | 18 +-
.../airflow_breeze/utils/provider_dependencies.py | 10 +-
dev/breeze/tests/test_github_utils.py | 25 +-
providers/oracle/README.rst | 2 +-
providers/oracle/docs/index.rst | 2 +-
providers/oracle/pyproject.toml | 2 +-
.../src/airflow/providers/oracle/hooks/oracle.py | 40 +--
.../src/airflow/providers/sqlite/hooks/sqlite.py | 4 +-
scripts/ci/prek/check_trigger_serialize_init.py | 138 ++++++++-
.../ci/prek/test_check_trigger_serialize_init.py | 326 +++++++++++++++++++++
uv.lock | 2 +-
19 files changed, 593 insertions(+), 66 deletions(-)
create mode 100644 scripts/tests/ci/prek/test_check_trigger_serialize_init.py