This is an automated email from the ASF dual-hosted git repository.
github-bot pushed a change to branch
dependabot/pip/v2-11-test/pip-dependency-updates-0035a7f397
in repository https://gitbox.apache.org/repos/asf/airflow.git
discard f3c0ab8038a chore(deps-dev): bump the pip-dependency-updates group
across 1 directory with 2 updates
add 9845555af4b Fix docs building after Google Provider link changed
add 3f7e780ce7e Hard-code fab provider tests
add 57cc67f90ee Fix users reset-password in FAB CLI for 2.11 (#63830)
(#64375)
add a54d5392ce6 fix(55017): DAG List Pagination with 'Failed' Filter by
Preserving lastrun Parameter Across Pages (#64472)
add 25d31213ec5 chore(deps-dev): bump the pip-dependency-updates group
across 1 directory with 2 updates
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 (f3c0ab8038a)
\
N -- N -- N
refs/heads/dependabot/pip/v2-11-test/pip-dependency-updates-0035a7f397
(25d31213ec5)
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:
.../fab/auth_manager/cli_commands/user_command.py | 14 +++++---
airflow/www/utils.py | 14 ++++++--
airflow/www/views.py | 1 +
.../production-deployment.rst | 8 ++---
scripts/ci/testing/run_unit_tests.sh | 4 +--
.../auth_manager/cli_commands/test_user_command.py | 41 ++++++++++++++++++++--
tests/www/test_utils.py | 19 ++++++++++
7 files changed, 84 insertions(+), 17 deletions(-)