This is an automated email from the ASF dual-hosted git repository.
github-bot pushed a change to branch
dependabot/npm_and_yarn/airflow-core/src/airflow/api_fastapi/auth/managers/simple/ui/core-ui-package-updates-b2623902da
in repository https://gitbox.apache.org/repos/asf/airflow.git
discard ad805fcb142 Bump the core-ui-package-updates group across 2
directories with 38 updates
add 9d4f85e74e8 Fix AWS auth manager system test (#49561)
add 5595ded129e Bump the fab-ui-package-updates group across 1 directory
with 2 updates (#49511)
add 7bd0f8324cf Add backwards compatibility provider tests for Airflow
3.0.0 (#49562)
add 9c3bf1ef470 add code owner (#49578)
add c862e212e0e Vertically align task log header components in fullscreen
mode. (#49569)
add 0c30c6e9885 Ensure sqlalchemy[asyncio] extra is in core deps (#49452)
add 1bad247c2ad Null out the scheduler_interval field on downgrade (#49583)
add adffb476581 Remove unused constant HANDLER_SUPPORTS_TRIGGERER (#49370)
add 8f8efd84cf6 Update Airflow version to 3.0.0 in README & other docs
(#49585)
add 3a6b821fbe3 Update screenshots for Dags - Update GIFs (#49586)
add 084495d24d7 docs: add README.md in `airflow-ctl` (#49464)
add c01772f959f Fix AWS auth manager (#49588)
add 3ce34b872b1 Reorder versions for Bug Reports (#49592)
add 34ae1db5ac4 refactor: use common variable in ci (#49463)
add 782b286baa8 Fix typo in emr sensor (#49597)
add d17ca5c481b Logout functionality should respect base_url in api server
(#49545)
add eca6a53110e Updating Airflow executor docs for AF3 (#49389)
add 19a113e94e5 Add Code Coverage for Airflow 3 branches (#49595)
add 3b611be6975 Update Badge links for Task SDK Readme (#49589)
add 66750fd038a Make `v3-0-stable` a protected branch (#49594)
add e22cca26847 docs: Add provider versions to supported_classes OL doc
(#49409)
add 1ec1e68f6bc Adding flask app configuration docs to FAB provider
(#49492)
add 9eb5c3345cb Introduce lower bind to lxml as 5.4.0 (#49612)
add bf2846be441 Fixing upgrade checks on main (#49610)
add c0f2ce1fb88 Actually fail when number of attempts failed for breeze
command (#49615)
add 96c3fb90495 tests: Fix OpenLineage VariableTransport's initialization
(#49550)
add 02b6eb62c32 Update docs to ensure Airflow 2 plugins are converted to 3
before migration (#49614)
add 39f445d2207 Update outdated doc-build selective checks (#49602)
add 6728656e916 Make Edge3 Intergation Test DAG working in 2.10 (#49474)
add 59260fe13a6 Add backcompat shim for get_current_context (#49630)
add 998f70036b9 Add read config permission to viewer role in
`FabAuthManager` (#49581)
add fb270a997c7 Remove merge conflict symbols from the airflow codebase
(#49564)
add 924f3fdb6e2 Better upgrade docs about flask/fab plugins in AF3 (#49628)
add cf16f69d0d7 Update plugin documentation for Airflow 3 plugins (#49632)
add d3cd2200914 Bump the core-ui-package-updates group across 2
directories with 38 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 (ad805fcb142)
\
N -- N -- N
refs/heads/dependabot/npm_and_yarn/airflow-core/src/airflow/api_fastapi/auth/managers/simple/ui/core-ui-package-updates-b2623902da
(d3cd2200914)
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:
.asf.yaml | 5 +
.github/CODEOWNERS | 4 +-
.github/ISSUE_TEMPLATE/airflow_bug_report.yml | 2 +-
.github/actions/install-pre-commit/action.yml | 2 +-
.pre-commit-config.yaml | 2 +-
Dockerfile | 4 +-
Dockerfile.ci | 4 +-
README.md | 25 +-
.../docs/administration-and-deployment/plugins.rst | 92 +-----
airflow-core/docs/core-concepts/executor/index.rst | 40 ++-
airflow-core/docs/img/airflow_erd.sha256 | 2 +-
airflow-core/docs/img/ui-dark/task_group.gif | Bin 224817 -> 418819 bytes
airflow-core/docs/img/ui-light/task_group.gif | Bin 177836 -> 353262 bytes
.../docs/installation/supported-versions.rst | 1 +
.../docs/installation/upgrading_to_airflow3.rst | 7 +-
airflow-core/pyproject.toml | 4 +-
.../auth/managers/simple/ui/package-lock.json | 108 +++----
.../auth/managers/simple/ui/package.json | 4 +-
.../auth/managers/simple/ui/pnpm-lock.yaml | 324 ++++++++++-----------
.../src/airflow/jobs/triggerer_job_runner.py | 8 -
...3_0_0_rename_schedule_interval_to_timetable_.py | 1 +
airflow-core/src/airflow/operators/__init__.py | 1 +
airflow-core/src/airflow/ui/package.json | 4 +-
airflow-core/src/airflow/ui/pnpm-lock.yaml | 324 ++++++++++-----------
.../src/airflow/ui/src/layouts/Nav/LogoutModal.tsx | 6 +-
.../ui/src/pages/TaskInstance/Logs/Logs.tsx | 24 +-
.../src/airflow/utils/deprecation_tools.py | 2 +
airflow-ctl/README.md | 29 ++
codecov.yml | 4 +
dev/README_AIRFLOW3_DEV.md | 5 +-
dev/breeze/doc/ci/02_images.md | 2 +-
.../commands/release_management_commands.py | 4 +-
dev/breeze/src/airflow_breeze/global_constants.py | 8 +-
.../src/airflow_breeze/utils/selective_checks.py | 4 +-
dev/breeze/tests/test_selective_checks.py | 46 +++
.../src/sphinx_exts/providers_extensions.py | 9 +-
.../sphinx_exts/templates/openlineage.rst.jinja2 | 4 +-
docs/spelling_wordlist.txt | 2 +
generated/PYPI_README.md | 24 +-
providers/amazon/pyproject.toml | 1 +
.../airflow/providers/amazon/aws/sensors/emr.py | 2 +-
.../amazon/aws/tests/test_aws_auth_manager.py | 17 +-
providers/common/compat/provider.yaml | 2 +
providers/common/compat/pyproject.toml | 6 +-
.../airflow/providers/common/compat/__init__.py | 2 +-
.../edge3/example_dags/integration_test.py | 32 +-
.../docs/auth-manager/configuring-flask-app.rst | 38 +++
providers/fab/docs/auth-manager/index.rst | 1 +
.../fab/auth_manager/security_manager/override.py | 2 +-
.../airflow/providers/fab/www/package-lock.json | 50 ++--
.../fab/src/airflow/providers/fab/www/package.json | 4 +-
.../tests/unit/fab/auth_manager/test_security.py | 1 +
.../tests/system/openlineage/conftest.py | 2 +-
.../system/openlineage/example_openlineage.json | 2 -
.../system/openlineage/example_openlineage.py | 3 -
.../example_openlineage_mapped_sensor.json | 8 +-
.../tests/system/openlineage/operator.py | 2 +-
.../tests/system/openlineage/transport/variable.py | 10 +-
scripts/ci/install_breeze.sh | 2 +-
scripts/ci/pre_commit/breeze_cmd_line.py | 5 +-
scripts/ci/pre_commit/check_extra_packages_ref.py | 2 +-
scripts/ci/pre_commit/check_kubeconform.py | 7 +-
scripts/ci/pre_commit/check_license.py | 8 +-
scripts/ci/pre_commit/compile_fab_assets.py | 9 +-
scripts/ci/pre_commit/generate_pypi_readme.py | 10 +-
scripts/ci/pre_commit/inline_scripts_in_docker.py | 8 +-
scripts/ci/pre_commit/lint_dockerfile.py | 6 +-
scripts/ci/pre_commit/lint_helm.py | 3 +-
scripts/ci/pre_commit/sort_in_the_wild.py | 6 +-
scripts/ci/pre_commit/sort_installed_providers.py | 7 +-
scripts/ci/pre_commit/sort_spelling_wordlist.py | 7 +-
scripts/ci/pre_commit/supported_versions.py | 1 +
.../ci/pre_commit/update_airflow_pyproject_toml.py | 3 +-
scripts/ci/pre_commit/update_black_version.py | 7 +-
.../ci/testing/run_breeze_command_with_retries.sh | 3 +
scripts/tools/setup_breeze | 2 +-
task-sdk/README.md | 4 +-
77 files changed, 776 insertions(+), 650 deletions(-)
create mode 100644 providers/fab/docs/auth-manager/configuring-flask-app.rst