This is an automated email from the ASF dual-hosted git repository.
kaxilnaik pushed a change to branch v3-0-test
in repository https://gitbox.apache.org/repos/asf/airflow.git
discard 81b43f4c777 [v3-0-test] Fix k8s test: scheduler crash when using
LocalExecutor (#49677) (#49718)
discard 08b8ba06bd0 [v3-0-test] add SimpleAllAdminMiddleware to allow api
usage without auth header in request (#49599) (#49743)
discard 995fcde5022 [v3-0-test] use NonNegativeInt for backfill_id (#49691)
(#49716)
omit 3eee8c808e7 [v3-0-test] Fix infinite redirect caused by mistakenly
setting token cookie as secure (#49721) (#49733)
omit bda116fbc07 [v3-0-test] Better handle safe url redirects in login form
for SimpleAuthManager (#49697) (#49723)
new 97754ea21dc Fix infinite redirect caused by mistakenly setting token
cookie as secure (#49721) (#49733)
new f03f1e98d7c Use NonNegativeInt for backfill_id (#49691) (#49716)
new ab47e7e8238 Add SimpleAllAdminMiddleware to allow api usage without
auth header in request (#49599) (#49743)
new e729a2e8cb2 Fix k8s test: scheduler crash when using LocalExecutor
(#49677) (#49718)
new 28959936baa Bump react-router and react-router-dom (#49742)
new a522e378e0b Remove reference to root_dag_id in dagbag and restore
logic (#49668)
new 2cfc811b928 Improve AirflowRouter (#49712)
new d2c54530b4c Better handle safe url redirects in login form for
SimpleAuthManager (#49697)
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 (81b43f4c777)
\
N -- N -- N refs/heads/v3-0-test (d2c54530b4c)
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 8 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:
.../auth/managers/simple/ui/package-lock.json | 23 +++------
.../auth/managers/simple/ui/package.json | 2 +-
.../auth/managers/simple/ui/pnpm-lock.yaml | 24 ++++-----
.../src/airflow/api_fastapi/common/router.py | 58 ++--------------------
airflow-core/src/airflow/models/dagbag.py | 8 ++-
5 files changed, 25 insertions(+), 90 deletions(-)