You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by ep...@apache.org on 2023/01/12 13:54:08 UTC

[airflow] branch v2-5-test updated (3f9d3f629e -> a397340dc8)

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

ephraimanierobi pushed a change to branch v2-5-test
in repository https://gitbox.apache.org/repos/asf/airflow.git


    omit 3f9d3f629e fIx isort problems introduced by recent isort release (#28434)
    omit 092ab7b77a Fix tag_providers.sh (#28345)
    omit afd51e2442 Remove deprecated AIPlatformConsoleLinkk from google/provider.yaml (#28449)
    omit 443302aa2a Fix selective checks handling error tracebacks in CI (#28514)
    omit bcca83bc92 Add Andrey as allowed to use self-hosted runners (#28095)
    omit 31606d7ba8 Update Airflow version to 2.5.1
    omit cc4a959619 Add Changelog for 2.5.1
     add 031c260a83 Add Andrey as allowed to use self-hosted runners (#28095)
     add 93f9e1c8cf Fix selective checks handling error tracebacks in CI (#28514)
     add b7cf404fc2 Remove deprecated AIPlatformConsoleLinkk from google/provider.yaml (#28449)
     add e71fe895bc Fix tag_providers.sh (#28345)
     add e11016e69c fIx isort problems introduced by recent isort release (#28434)
     add 1d9a83d4eb Restructure Docs  (#27235)
     add 8f519b5c40 Cleanup and do housekeeping with plugin examples (#28537)
     add 16ce952da1 Remove extra H1 & improve formatting of Listeners docs page (#28450)
     add 3dcb07f47e Slightly improve description of Dynamic DAG generation preamble (#28650)
     add 69a4ac41e1 Add Changelog for 2.5.1
     add a397340dc8 Update Airflow version to 2.5.1

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   (3f9d3f629e)
            \
             N -- N -- N   refs/heads/v2-5-test (a397340dc8)

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:
 .dockerignore                                      |   1 -
 .github/boring-cyborg.yml                          |  20 +--
 RELEASE_NOTES.rst                                  |   4 +-
 airflow/hooks/subprocess.py                        |   2 +-
 airflow/providers/cncf/kubernetes/CHANGELOG.rst    |   2 +-
 .../airflow_breeze/utils/docker_command_utils.py   |   1 -
 dev/breeze/tests/test_commands.py                  |   8 +-
 .../operators.rst                                  |   4 +-
 .../operators/index.rst                            |   2 +-
 .../core-extensions/auth-backends.rst              |   2 +-
 .../core-extensions/connections.rst                |   2 +-
 .../core-extensions/logging.rst                    |   2 +-
 .../core-extensions/secrets-backends.rst           |   2 +-
 .../cluster-policies.rst                           |   0
 .../dag-serialization.rst                          |   2 +-
 .../index.rst                                      |  33 ++--
 .../kubernetes.rst                                 |   4 +-
 .../lineage.rst                                    |   0
 .../administration-and-deployment/listeners.rst    |  60 +++++++
 .../logging-monitoring/callbacks.rst               |   2 +-
 .../logging-monitoring/check-health.rst            |   0
 .../logging-monitoring/errors.rst                  |   0
 .../logging-monitoring/index.rst                   |   0
 .../logging-monitoring/logging-architecture.rst    |   6 +-
 .../logging-monitoring/logging-tasks.rst           |   0
 .../logging-monitoring/metrics.rst                 |   0
 .../logging-monitoring/tracking-user-activity.rst  |   2 +-
 .../modules_management.rst                         |   2 +-
 .../pools.rst                                      |   0
 .../priority-weight.rst                            |   0
 .../production-deployment.rst                      |  12 +-
 .../scheduler.rst                                  |   8 +-
 .../security/access-control.rst                    |   2 +-
 .../security/api.rst                               |   0
 .../security/flower.rst                            |   0
 .../security/index.rst                             |   0
 .../security/kerberos.rst                          |   0
 .../security/secrets/fernet.rst                    |   0
 .../security/secrets/index.rst                     |   4 +-
 .../security/secrets/mask-sensitive-values.rst     |   0
 .../security/secrets/secrets-backend/index.rst     |   2 +-
 .../local-filesystem-secrets-backend.rst           |   0
 .../security/webserver.rst                         |   2 +-
 .../security/workload.rst                          |   0
 .../connections.rst                                |   0
 .../dagfile-processing.rst                         |   0
 .../datasets.rst                                   |   0
 .../deferring.rst                                  |   2 +-
 .../dynamic-task-mapping.rst                       |   0
 .../index.rst                                      |  42 ++---
 .../{ => authoring-and-scheduling}/plugins.rst     |  18 +-
 .../timetable.rst                                  |   2 +-
 .../{ => authoring-and-scheduling}/timezone.rst    |   4 +-
 docs/apache-airflow/best-practices.rst             |   6 +-
 docs/apache-airflow/cli-and-env-variables-ref.rst  |   2 +-
 .../apache-airflow/{ => core-concepts}/dag-run.rst |   8 +-
 .../{concepts => core-concepts}/dags.rst           |  22 +--
 .../{ => core-concepts}/executor/celery.rst        |   4 +-
 .../executor/celery_kubernetes.rst                 |   0
 .../{ => core-concepts}/executor/dask.rst          |   2 +-
 .../{ => core-concepts}/executor/debug.rst         |   2 +-
 .../{ => core-concepts}/executor/index.rst         |   2 +-
 .../{ => core-concepts}/executor/kubernetes.rst    |  10 +-
 .../{ => core-concepts}/executor/local.rst         |   0
 .../executor/local_kubernetes.rst                  |   0
 .../{ => core-concepts}/executor/sequential.rst    |   0
 .../{concepts => core-concepts}/index.rst          |  17 +-
 .../{concepts => core-concepts}/operators.rst      |   0
 .../{concepts => core-concepts}/overview.rst       |  12 +-
 .../{concepts => core-concepts}/params.rst         |   0
 .../{concepts => core-concepts}/sensors.rst        |   2 +-
 .../{concepts => core-concepts}/taskflow.rst       |   0
 .../{concepts => core-concepts}/tasks.rst          |  16 +-
 .../{concepts => core-concepts}/variables.rst      |   0
 .../{concepts => core-concepts}/xcoms.rst          |   0
 .../apache-airflow/empty_plugin}/README.md         |   4 +-
 docs/apache-airflow/empty_plugin/empty_plugin.py   |  60 +++++++
 .../empty_plugin/templates/empty_plugin/index.html |  24 ++-
 docs/apache-airflow/faq.rst                        |   2 +-
 docs/apache-airflow/howto/connection.rst           |   8 +-
 docs/apache-airflow/howto/custom-operator.rst      |   4 +-
 docs/apache-airflow/howto/custom-view-plugin.rst   |  72 ++------
 docs/apache-airflow/howto/customize-ui.rst         |   2 +-
 docs/apache-airflow/howto/define_extra_link.rst    |   2 +-
 docs/apache-airflow/howto/docker-compose/index.rst |  12 +-
 .../howto/dynamic-dag-generation.rst               |  15 +-
 docs/apache-airflow/howto/index.rst                |   2 +
 docs/apache-airflow/howto/operator/index.rst       |   2 +-
 docs/apache-airflow/howto/set-config.rst           |   2 +-
 docs/apache-airflow/howto/set-up-database.rst      |   4 +-
 docs/apache-airflow/howto/timetable.rst            |   2 +-
 .../{ => howto}/upgrading-from-1-10/index.rst      |   0
 .../upgrading-from-1-10/upgrade-check.rst          |   0
 docs/apache-airflow/{ => howto}/usage-cli.rst      |   8 +-
 docs/apache-airflow/howto/variable.rst             |   4 +-
 docs/apache-airflow/index.rst                      |  22 +--
 docs/apache-airflow/installation/index.rst         |   2 +-
 docs/apache-airflow/installation/prerequisites.rst |   2 +-
 docs/apache-airflow/installation/upgrading.rst     |   2 +-
 docs/apache-airflow/integration.rst                |  22 +--
 docs/apache-airflow/listeners.rst                  |  60 -------
 docs/apache-airflow/migrations-ref.rst             |   2 +-
 docs/apache-airflow/redirects.txt                  |  87 +++++++--
 docs/apache-airflow/start.rst                      |   2 +-
 docs/apache-airflow/templates-ref.rst              |   2 +-
 docs/apache-airflow/tutorial/fundamentals.rst      |   6 +-
 docs/apache-airflow/tutorial/taskflow.rst          |   6 +-
 docs/docker-stack/build.rst                        |   2 +-
 metastore_browser/hive_metastore.py                | 199 ---------------------
 .../templates/metastore_browser/base.html          |  57 ------
 .../templates/metastore_browser/db.html            |  46 -----
 .../templates/metastore_browser/table.html         | 152 ----------------
 scripts/ci/docker-compose/local.yml                |   3 -
 113 files changed, 443 insertions(+), 826 deletions(-)
 rename docs/apache-airflow/{concepts => administration-and-deployment}/cluster-policies.rst (100%)
 rename docs/apache-airflow/{ => administration-and-deployment}/dag-serialization.rst (99%)
 copy docs/apache-airflow/{howto/operator => administration-and-deployment}/index.rst (67%)
 rename docs/apache-airflow/{ => administration-and-deployment}/kubernetes.rst (92%)
 rename docs/apache-airflow/{ => administration-and-deployment}/lineage.rst (100%)
 create mode 100644 docs/apache-airflow/administration-and-deployment/listeners.rst
 rename docs/apache-airflow/{ => administration-and-deployment}/logging-monitoring/callbacks.rst (97%)
 rename docs/apache-airflow/{ => administration-and-deployment}/logging-monitoring/check-health.rst (100%)
 rename docs/apache-airflow/{ => administration-and-deployment}/logging-monitoring/errors.rst (100%)
 rename docs/apache-airflow/{ => administration-and-deployment}/logging-monitoring/index.rst (100%)
 rename docs/apache-airflow/{ => administration-and-deployment}/logging-monitoring/logging-architecture.rst (86%)
 rename docs/apache-airflow/{ => administration-and-deployment}/logging-monitoring/logging-tasks.rst (100%)
 rename docs/apache-airflow/{ => administration-and-deployment}/logging-monitoring/metrics.rst (100%)
 rename docs/apache-airflow/{ => administration-and-deployment}/logging-monitoring/tracking-user-activity.rst (98%)
 rename docs/apache-airflow/{ => administration-and-deployment}/modules_management.rst (99%)
 rename docs/apache-airflow/{concepts => administration-and-deployment}/pools.rst (100%)
 rename docs/apache-airflow/{concepts => administration-and-deployment}/priority-weight.rst (100%)
 rename docs/apache-airflow/{ => administration-and-deployment}/production-deployment.rst (96%)
 rename docs/apache-airflow/{concepts => administration-and-deployment}/scheduler.rst (98%)
 rename docs/apache-airflow/{ => administration-and-deployment}/security/access-control.rst (99%)
 rename docs/apache-airflow/{ => administration-and-deployment}/security/api.rst (100%)
 rename docs/apache-airflow/{ => administration-and-deployment}/security/flower.rst (100%)
 rename docs/apache-airflow/{ => administration-and-deployment}/security/index.rst (100%)
 rename docs/apache-airflow/{ => administration-and-deployment}/security/kerberos.rst (100%)
 rename docs/apache-airflow/{ => administration-and-deployment}/security/secrets/fernet.rst (100%)
 rename docs/apache-airflow/{ => administration-and-deployment}/security/secrets/index.rst (83%)
 rename docs/apache-airflow/{ => administration-and-deployment}/security/secrets/mask-sensitive-values.rst (100%)
 rename docs/apache-airflow/{ => administration-and-deployment}/security/secrets/secrets-backend/index.rst (98%)
 rename docs/apache-airflow/{ => administration-and-deployment}/security/secrets/secrets-backend/local-filesystem-secrets-backend.rst (100%)
 rename docs/apache-airflow/{ => administration-and-deployment}/security/webserver.rst (99%)
 rename docs/apache-airflow/{ => administration-and-deployment}/security/workload.rst (100%)
 rename docs/apache-airflow/{concepts => authoring-and-scheduling}/connections.rst (100%)
 rename docs/apache-airflow/{concepts => authoring-and-scheduling}/dagfile-processing.rst (100%)
 rename docs/apache-airflow/{concepts => authoring-and-scheduling}/datasets.rst (100%)
 rename docs/apache-airflow/{concepts => authoring-and-scheduling}/deferring.rst (95%)
 rename docs/apache-airflow/{concepts => authoring-and-scheduling}/dynamic-task-mapping.rst (100%)
 copy docs/apache-airflow/{concepts => authoring-and-scheduling}/index.rst (68%)
 rename docs/apache-airflow/{ => authoring-and-scheduling}/plugins.rst (95%)
 rename docs/apache-airflow/{concepts => authoring-and-scheduling}/timetable.rst (99%)
 rename docs/apache-airflow/{ => authoring-and-scheduling}/timezone.rst (99%)
 rename docs/apache-airflow/{ => core-concepts}/dag-run.rst (98%)
 rename docs/apache-airflow/{concepts => core-concepts}/dags.rst (98%)
 rename docs/apache-airflow/{ => core-concepts}/executor/celery.rst (98%)
 rename docs/apache-airflow/{ => core-concepts}/executor/celery_kubernetes.rst (100%)
 rename docs/apache-airflow/{ => core-concepts}/executor/dask.rst (98%)
 rename docs/apache-airflow/{ => core-concepts}/executor/debug.rst (99%)
 rename docs/apache-airflow/{ => core-concepts}/executor/index.rst (92%)
 rename docs/apache-airflow/{ => core-concepts}/executor/kubernetes.rst (98%)
 rename docs/apache-airflow/{ => core-concepts}/executor/local.rst (100%)
 rename docs/apache-airflow/{ => core-concepts}/executor/local_kubernetes.rst (100%)
 rename docs/apache-airflow/{ => core-concepts}/executor/sequential.rst (100%)
 rename docs/apache-airflow/{concepts => core-concepts}/index.rst (85%)
 rename docs/apache-airflow/{concepts => core-concepts}/operators.rst (100%)
 rename docs/apache-airflow/{concepts => core-concepts}/overview.rst (89%)
 rename docs/apache-airflow/{concepts => core-concepts}/params.rst (100%)
 rename docs/apache-airflow/{concepts => core-concepts}/sensors.rst (97%)
 rename docs/apache-airflow/{concepts => core-concepts}/taskflow.rst (100%)
 rename docs/apache-airflow/{concepts => core-concepts}/tasks.rst (94%)
 rename docs/apache-airflow/{concepts => core-concepts}/variables.rst (100%)
 rename docs/apache-airflow/{concepts => core-concepts}/xcoms.rst (100%)
 rename {metastore_browser => docs/apache-airflow/empty_plugin}/README.md (90%)
 create mode 100644 docs/apache-airflow/empty_plugin/empty_plugin.py
 rename metastore_browser/templates/metastore_browser/dbs.html => docs/apache-airflow/empty_plugin/templates/empty_plugin/index.html (64%)
 rename docs/apache-airflow/{ => howto}/upgrading-from-1-10/index.rst (100%)
 rename docs/apache-airflow/{ => howto}/upgrading-from-1-10/upgrade-check.rst (100%)
 rename docs/apache-airflow/{ => howto}/usage-cli.rst (98%)
 delete mode 100644 docs/apache-airflow/listeners.rst
 delete mode 100644 metastore_browser/hive_metastore.py
 delete mode 100644 metastore_browser/templates/metastore_browser/base.html
 delete mode 100644 metastore_browser/templates/metastore_browser/db.html
 delete mode 100644 metastore_browser/templates/metastore_browser/table.html