This is an automated email from the ASF dual-hosted git repository.

ash pushed a change to branch remove-old-www-deps
in repository https://gitbox.apache.org/repos/asf/airflow.git


    from 9ecc4b9cb4b fixup! (Re)move old dependencies from the old FAB UI
     add 8242ba5dc09 Set simple auth manager as default (#47691)
     add 79733e91cf9 Fix apache#47555: PostgreSQL URI driver issue  (#47709)
     add 6cc5fe15e1f Replace DAGs with dags in docs (#47959)
     add 84c5579fc9e fix: compat test test_provider_not_installed failing on 
main (#48012)
     add a68742d9948 AIP-38 Improve handling of mapped task group (#48010)
     add cf745181315 Bump OL provider for Airflow 3.0.0b4 release (#48011)
     add a47fe9e3b88 Merge branch 'main' into remove-old-www-deps

No new revisions were added by this update.

Summary of changes:
 Dockerfile                                         |  18 ++-
 Dockerfile.ci                                      |  10 +-
 .../auth/managers/simple/simple_auth_manager.py    |  17 ++-
 airflow/config_templates/config.yml                |   4 +-
 airflow/models/connection.py                       |   8 +-
 airflow/ui/src/components/TaskName.tsx             |   1 +
 airflow/ui/src/hooks/useSelectedVersion.ts         |  25 ++--
 airflow/utils/task_group.py                        |   7 +-
 clients/python/test_python_client.py               |  15 ++-
 dev/breeze/doc/images/output_start-airflow.svg     | 148 +++++++++++----------
 dev/breeze/doc/images/output_start-airflow.txt     |   2 +-
 .../airflow_breeze/commands/developer_commands.py  |  12 ++
 .../commands/developer_commands_config.py          |   6 +
 .../airflow_breeze/commands/kubernetes_commands.py |   2 +
 .../files/simple_auth_manager_passwords.json       |   1 +
 dev/breeze/src/airflow_breeze/global_constants.py  |   4 +
 .../src/airflow_breeze/params/shell_params.py      |  16 ++-
 docs/apache-airflow-providers/index.rst            |   2 +-
 .../operators-and-hooks-ref/google.rst             |   4 +-
 .../cluster-policies.rst                           |   6 +-
 .../dag-serialization.rst                          |  16 +--
 .../dagfile-processing.rst                         |  24 ++--
 .../administration-and-deployment/index.rst        |   2 +-
 .../administration-and-deployment/listeners.rst    |   2 +-
 .../logging-monitoring/metrics.rst                 |   2 +-
 .../modules_management.rst                         |  14 +-
 .../administration-and-deployment/plugins.rst      |   2 +-
 .../priority-weight.rst                            |   2 +-
 .../production-deployment.rst                      |   6 +-
 .../administration-and-deployment/scheduler.rst    |  22 +--
 .../authoring-and-scheduling/cron.rst              |   2 +-
 .../authoring-and-scheduling/datasets.rst          |  16 +--
 .../authoring-and-scheduling/deferring.rst         |   8 +-
 .../authoring-and-scheduling/event-scheduling.rst  |   8 +-
 .../authoring-and-scheduling/index.rst             |   2 +-
 .../authoring-and-scheduling/timetable.rst         |  16 +--
 .../authoring-and-scheduling/timezone.rst          |  16 +--
 docs/apache-airflow/best-practices.rst             |  72 +++++-----
 docs/apache-airflow/cli-and-env-variables-ref.rst  |   2 +-
 .../core-concepts/auth-manager/index.rst           |   2 +-
 .../core-concepts/auth-manager/simple.rst          |  12 +-
 docs/apache-airflow/core-concepts/dag-run.rst      |   8 +-
 docs/apache-airflow/core-concepts/dags.rst         |  64 ++++-----
 docs/apache-airflow/core-concepts/debug.rst        |  10 +-
 .../core-concepts/executor/index.rst               |   6 +-
 .../apache-airflow/core-concepts/objectstorage.rst |   4 +-
 docs/apache-airflow/core-concepts/overview.rst     |  20 +--
 docs/apache-airflow/core-concepts/params.rst       |   4 +-
 docs/apache-airflow/core-concepts/taskflow.rst     |   4 +-
 docs/apache-airflow/core-concepts/tasks.rst        |   2 +-
 docs/apache-airflow/core-concepts/xcoms.rst        |   2 +-
 docs/apache-airflow/faq.rst                        |  14 +-
 docs/apache-airflow/howto/add-dag-tags.rst         |   4 +-
 docs/apache-airflow/howto/add-owner-links.rst      |   4 +-
 docs/apache-airflow/howto/connection.rst           |   4 +
 .../howto/docker-compose/docker-compose.yaml       |   1 +
 docs/apache-airflow/howto/docker-compose/index.rst |   6 +-
 .../howto/dynamic-dag-generation.rst               |  40 +++---
 docs/apache-airflow/howto/listener-plugin.rst      |   4 +-
 docs/apache-airflow/howto/set-up-database.rst      |   2 +-
 docs/apache-airflow/howto/timetable.rst            |   6 +-
 .../howto/upgrading-from-1-10/index.rst            |  28 ++--
 .../howto/upgrading-from-1-10/upgrade-check.rst    |   6 +-
 docs/apache-airflow/howto/usage-cli.rst            |  20 +--
 docs/apache-airflow/howto/variable.rst             |   2 +-
 docs/apache-airflow/index.rst                      |   2 +-
 docs/apache-airflow/public-airflow-interface.rst   |  16 +--
 docs/apache-airflow/security/audit_logs.rst        |   4 +-
 docs/apache-airflow/security/kerberos.rst          |   4 +-
 docs/apache-airflow/security/security_model.rst    |  18 +--
 docs/apache-airflow/templates-ref.rst              |   2 +-
 docs/apache-airflow/tutorial/fundamentals.rst      |  10 +-
 docs/apache-airflow/tutorial/pipeline.rst          |   2 +-
 docs/apache-airflow/tutorial/taskflow.rst          |  10 +-
 docs/apache-airflow/ui.rst                         |   8 +-
 docs/docker-stack/README.md                        |   2 +-
 docs/docker-stack/build.rst                        |   8 +-
 docs/docker-stack/entrypoint.rst                   |   4 +-
 docs/docker-stack/index.rst                        |   2 +-
 docs/exts/docs_build/lint_checks.py                |   4 +-
 .../adding-connections-and-variables.rst           |   2 +-
 docs/helm-chart/airflow-configuration.rst          |   2 +-
 docs/helm-chart/index.rst                          |   2 +-
 ...{manage-dags-files.rst => manage-dag-files.rst} |  40 +++---
 docs/helm-chart/production-guide.rst               |   2 +-
 docs/helm-chart/quick-start.rst                    |   6 +-
 docs/helm-chart/using-additional-containers.rst    |   2 +-
 docs/spelling_wordlist.txt                         |   2 +
 .../compat/tests/unit/common/compat/test_check.py  |  13 +-
 .../fab/auth_manager/api_endpoints/test_auth.py    |  25 ++--
 .../api_endpoints/test_user_endpoint.py            |  10 +-
 .../auth_manager/cli_commands/test_db_command.py   |  17 ++-
 .../auth_manager/cli_commands/test_role_command.py |  27 +++-
 .../cli_commands/test_sync_perm_command.py         |  16 ++-
 .../auth_manager/cli_commands/test_user_command.py |  31 +++--
 .../unit/fab/auth_manager/test_fab_auth_manager.py |  12 +-
 .../tests/unit/fab/auth_manager/test_security.py   |  17 ++-
 .../fab/auth_manager/views/test_permissions.py     |  12 +-
 .../unit/fab/auth_manager/views/test_roles_list.py |  12 +-
 .../tests/unit/fab/auth_manager/views/test_user.py |  12 +-
 .../unit/fab/auth_manager/views/test_user_edit.py  |  12 +-
 .../unit/fab/auth_manager/views/test_user_stats.py |  12 +-
 providers/fab/tests/unit/fab/www/test_auth.py      |  12 +-
 .../fab/www/views/test_views_custom_user_views.py  |  31 ++++-
 providers/openlineage/README.rst                   |   6 +-
 providers/openlineage/docs/changelog.rst           |  19 +++
 providers/openlineage/docs/commits.rst             |  18 ++-
 providers/openlineage/docs/index.rst               |   6 +-
 providers/openlineage/provider.yaml                |   3 +-
 providers/openlineage/pyproject.toml               |   6 +-
 .../src/airflow/providers/openlineage/__init__.py  |   2 +-
 .../providers/openlineage/get_provider_info.py     |   3 +-
 scripts/docker/entrypoint_ci.sh                    |  10 +-
 scripts/docker/entrypoint_prod.sh                  |  18 ++-
 scripts/in_container/check_environment.sh          |   7 +-
 .../commands/remote_commands/test_task_command.py  |   2 +
 116 files changed, 833 insertions(+), 513 deletions(-)
 create mode 100644 
dev/breeze/src/airflow_breeze/files/simple_auth_manager_passwords.json
 rename docs/helm-chart/{manage-dags-files.rst => manage-dag-files.rst} (92%)

Reply via email to