This is an automated email from the ASF dual-hosted git repository.
vincbeck pushed a change to branch vincbeck/fab_remove_sqla_limit
in repository https://gitbox.apache.org/repos/asf/airflow.git
discard cff8c227fd1 Remove SQLA 1 limit in Fab provider
add 0adfc5bd7c8 BUGFIX: trigger ui parameter field is dict when
param.value is null (#58682)
add 20c44354f21 Return dag tags in alphabetical order (#58883)
add 9c4ebf337fc Use `HTTP_422_UNPROCESSABLE_CONTENT` instead of
`HTTP_422_UNPROCESSABLE_ENTITY` (#58828)
add 13baf17b933 Fix mypy error in `airflow-core/src/airflow/models/dag`
(#58902)
add dab57d682ec Remove SQLA 1 limit in Fab provider
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 (cff8c227fd1)
\
N -- N -- N refs/heads/vincbeck/fab_remove_sqla_limit
(dab57d682ec)
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/api_fastapi/common/parameters.py | 9 ++++----
.../src/airflow/api_fastapi/compat.py | 11 ++++-----
.../api_fastapi/core_api/datamodels/dags.py | 6 +++++
.../api_fastapi/core_api/routes/public/dags.py | 5 ++--
.../api_fastapi/execution_api/routes/dag_runs.py | 5 ++--
.../execution_api/routes/task_instances.py | 15 ++++++------
airflow-core/src/airflow/models/dag.py | 5 +++-
.../src/components/FlexibleForm/FieldSelector.tsx | 7 +++++-
.../core_api/routes/public/test_dags.py | 27 ++++++++++++++++++++++
.../providers/fab/auth_manager/fab_auth_manager.py | 2 +-
10 files changed, 68 insertions(+), 24 deletions(-)
copy
providers/common/compat/src/airflow/providers/common/compat/sqlalchemy/orm.py
=> airflow-core/src/airflow/api_fastapi/compat.py (77%)