This is an automated email from the ASF dual-hosted git repository.
ash pushed a change to branch move-auth-managers
in repository https://gitbox.apache.org/repos/asf/airflow.git
omit d7d1cd4c02c Relocate airflow.auth to airflow.api_fastapi.auth
add 97bd5c70cb2 Remove unused code in Fab provider (#47510)
add f0de8a9c97e Print scheduler call stack when SIGUSR2 received (#47311)
add 06be13bc517 Clean up simple auth and fab provider package json files
(#47516)
add b8f2964d0fb Fix aws trigger tests, use get_async_conn for mock object
(#47515)
add c6f16fa83f9 Relocate airflow.auth to airflow.api_fastapi.auth
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 (d7d1cd4c02c)
\
N -- N -- N refs/heads/move-auth-managers (c6f16fa83f9)
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:
.../auth/managers/simple/ui/package.json | 2 +-
.../auth/managers/simple/ui/pnpm-lock.yaml | 10 +-
.../commands/local_commands/standalone_command.py | 3 +-
airflow/jobs/scheduler_job_runner.py | 10 +
.../tests/unit/amazon/aws/triggers/test_bedrock.py | 10 +-
.../unit/amazon/aws/triggers/test_comprehend.py | 6 +-
.../tests/unit/amazon/aws/triggers/test_dms.py | 12 +-
.../tests/unit/amazon/aws/triggers/test_glue.py | 6 +-
.../unit/amazon/aws/triggers/test_glue_crawler.py | 4 +-
.../amazon/aws/triggers/test_kinesis_analytics.py | 6 +-
.../aws/triggers/test_opensearch_serverless.py | 4 +-
.../unit/amazon/aws/triggers/test_serialization.py | 3 -
.../providers/fab/auth_manager/fab_auth_manager.py | 21 +-
.../fab/auth_manager/security_manager/override.py | 488 +-
.../fab/www/extensions/init_appbuilder.py | 6 +-
.../airflow/providers/fab/www/package-lock.json | 20357 +++++--------------
.../fab/src/airflow/providers/fab/www/package.json | 88 +-
.../airflow/providers/fab/www/security_manager.py | 212 +-
.../providers/fab/www/static/dist/d3-tip.js | 1 -
...6bd076c4f.css => main.ec1d38d994d72bb083cd.css} | 0
...c96bd076c4f.js => main.ec1d38d994d72bb083cd.js} | 2 +-
...xt => main.ec1d38d994d72bb083cd.js.LICENSE.txt} | 0
.../providers/fab/www/static/dist/manifest.json | 34 -
.../airflow/providers/fab/www/webpack.config.js | 44 +-
.../tests/unit/fab/auth_manager/test_security.py | 22 +-
tests/jobs/test_scheduler_job.py | 5 +-
26 files changed, 4921 insertions(+), 16435 deletions(-)
delete mode 100644
providers/fab/src/airflow/providers/fab/www/static/dist/d3-tip.js
rename
providers/fab/src/airflow/providers/fab/www/static/dist/{main.b585926afc96bd076c4f.css
=> main.ec1d38d994d72bb083cd.css} (100%)
rename
providers/fab/src/airflow/providers/fab/www/static/dist/{main.b585926afc96bd076c4f.js
=> main.ec1d38d994d72bb083cd.js} (98%)
rename
providers/fab/src/airflow/providers/fab/www/static/dist/{main.b585926afc96bd076c4f.js.LICENSE.txt
=> main.ec1d38d994d72bb083cd.js.LICENSE.txt} (100%)
delete mode 100644
providers/fab/src/airflow/providers/fab/www/static/dist/manifest.json