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

potiuk pushed a change to branch remove-python-3-7
in repository https://gitbox.apache.org/repos/asf/airflow.git


    omit d2b630a570 Remove Python 3.7 support
     add a018f0f5dc Add an example for sql_alchemy_connect_args conf (#31332)
     add e05e3a9db8 Handle temporary credentials when resource_type is used to 
get custom waiters (#31333)
     add cb1ecb0647 feature: support K8S 1.27 (#31144)
     add d8c0e3009a adding docker port expose capability (#30730)
     add 7ebda3898d Fix missing line in index.rst for provider documentation 
(#31343)
     add 3363004450 Support for sorting DAGs by Last Run Date in the web UI 
(#31234)
     add 4beb89965c Render DAGCode in the Grid View as a tab (#31113)
     add 87184e0348 Remove Python 3.7 support

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   (d2b630a570)
            \
             N -- N -- N   refs/heads/remove-python-3-7 (87184e0348)

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:
 README.md                                          |  18 +-
 airflow/compat/functools.py                        |   5 +-
 airflow/config_templates/config.yml                |   2 +-
 airflow/config_templates/default_airflow.cfg       |   1 +
 airflow/providers/amazon/aws/hooks/base_aws.py     |   1 +
 airflow/providers/docker/operators/docker.py       |  10 ++
 airflow/www/package.json                           |   2 +
 airflow/www/static/js/api/index.ts                 |   4 +
 .../www/static/js/api/{useDataset.ts => useDag.ts} |  17 +-
 .../static/js/api/{useDataset.ts => useDagCode.ts} |  31 ++--
 .../static/js/dag/details/dagCode/CodeBlock.tsx    |  72 ++++++++
 .../www/static/js/dag/details/dagCode/index.tsx    |  63 +++++++
 airflow/www/static/js/dag/details/index.tsx        |  25 ++-
 airflow/www/templates/airflow/dag.html             |   2 +
 airflow/www/templates/airflow/dags.html            |   2 +-
 airflow/www/views.py                               |  32 +++-
 airflow/www/yarn.lock                              | 102 ++++++++++++
 dev/breeze/src/airflow_breeze/global_constants.py  |   4 +-
 docs/apache-airflow-providers-airbyte/index.rst    |   1 +
 docs/apache-airflow-providers-alibaba/index.rst    |   1 +
 docs/apache-airflow-providers-amazon/index.rst     |   1 +
 .../apache-airflow-providers-apache-beam/index.rst |   1 +
 .../index.rst                                      |   1 +
 .../index.rst                                      |   1 +
 .../index.rst                                      |   1 +
 .../index.rst                                      |   1 +
 .../apache-airflow-providers-apache-hdfs/index.rst |   1 +
 .../apache-airflow-providers-apache-hive/index.rst |   1 +
 .../index.rst                                      |   1 +
 .../index.rst                                      |   1 +
 .../index.rst                                      |   1 +
 .../apache-airflow-providers-apache-livy/index.rst |   1 +
 docs/apache-airflow-providers-apache-pig/index.rst |   1 +
 .../index.rst                                      |   1 +
 .../index.rst                                      |   1 +
 .../index.rst                                      |   1 +
 docs/apache-airflow-providers-arangodb/index.rst   |   1 +
 docs/apache-airflow-providers-asana/index.rst      |   1 +
 .../index.rst                                      |   1 +
 docs/apache-airflow-providers-celery/index.rst     |   1 +
 docs/apache-airflow-providers-cloudant/index.rst   |   1 +
 .../index.rst                                      |   1 +
 docs/apache-airflow-providers-databricks/index.rst |   1 +
 docs/apache-airflow-providers-datadog/index.rst    |   1 +
 docs/apache-airflow-providers-dbt-cloud/index.rst  |   1 +
 docs/apache-airflow-providers-dingding/index.rst   |   1 +
 docs/apache-airflow-providers-discord/index.rst    |   1 +
 docs/apache-airflow-providers-docker/index.rst     |   1 +
 .../index.rst                                      |   1 +
 docs/apache-airflow-providers-exasol/index.rst     |   1 +
 docs/apache-airflow-providers-facebook/index.rst   |   1 +
 docs/apache-airflow-providers-github/index.rst     |   1 +
 docs/apache-airflow-providers-google/index.rst     |   1 +
 docs/apache-airflow-providers-grpc/index.rst       |   1 +
 docs/apache-airflow-providers-hashicorp/index.rst  |   1 +
 docs/apache-airflow-providers-influxdb/index.rst   |   1 +
 docs/apache-airflow-providers-jdbc/index.rst       |   1 +
 docs/apache-airflow-providers-jenkins/index.rst    |   1 +
 .../index.rst                                      |   1 +
 .../index.rst                                      |   1 +
 .../index.rst                                      |   1 +
 .../index.rst                                      |   1 +
 docs/apache-airflow-providers-mongo/index.rst      |   1 +
 docs/apache-airflow-providers-mysql/index.rst      |   1 +
 docs/apache-airflow-providers-neo4j/index.rst      |   1 +
 docs/apache-airflow-providers-odbc/index.rst       |   1 +
 docs/apache-airflow-providers-openfaas/index.rst   |   1 +
 docs/apache-airflow-providers-opsgenie/index.rst   |   1 +
 docs/apache-airflow-providers-oracle/index.rst     |   1 +
 docs/apache-airflow-providers-pagerduty/index.rst  |   1 +
 docs/apache-airflow-providers-papermill/index.rst  |   1 +
 docs/apache-airflow-providers-plexus/index.rst     |   1 +
 docs/apache-airflow-providers-postgres/index.rst   |   1 +
 docs/apache-airflow-providers-presto/index.rst     |   1 +
 docs/apache-airflow-providers-qubole/index.rst     |   1 +
 docs/apache-airflow-providers-redis/index.rst      |   1 +
 docs/apache-airflow-providers-salesforce/index.rst |   1 +
 docs/apache-airflow-providers-samba/index.rst      |   1 +
 docs/apache-airflow-providers-segment/index.rst    |   1 +
 docs/apache-airflow-providers-sendgrid/index.rst   |   1 +
 docs/apache-airflow-providers-sftp/index.rst       |   1 +
 .../apache-airflow-providers-singularity/index.rst |   1 +
 docs/apache-airflow-providers-slack/index.rst      |   1 +
 docs/apache-airflow-providers-smtp/index.rst       |   1 +
 docs/apache-airflow-providers-snowflake/index.rst  |   1 +
 docs/apache-airflow-providers-ssh/index.rst        |   1 +
 docs/apache-airflow-providers-tableau/index.rst    |   1 +
 docs/apache-airflow-providers-tabular/index.rst    |   1 +
 docs/apache-airflow-providers-telegram/index.rst   |   1 +
 docs/apache-airflow-providers-trino/index.rst      |   1 +
 docs/apache-airflow-providers-vertica/index.rst    |   1 +
 docs/apache-airflow-providers-zendesk/index.rst    |   1 +
 images/breeze/output-commands-hash.txt             |  24 +--
 images/breeze/output-commands.svg                  |  90 +++++-----
 images/breeze/output_ci-image.svg                  |  24 +--
 images/breeze/output_ci-image_build.svg            | 144 ++++++++--------
 images/breeze/output_ci-image_pull.svg             |  62 +++----
 images/breeze/output_ci-image_verify.svg           |  34 ++--
 images/breeze/output_k8s.svg                       |  58 +++----
 images/breeze/output_k8s_build-k8s-image.svg       |  50 +++---
 images/breeze/output_k8s_configure-cluster.svg     |  58 +++----
 images/breeze/output_k8s_create-cluster.svg        |  60 +++----
 images/breeze/output_k8s_delete-cluster.svg        |  32 ++--
 images/breeze/output_k8s_deploy-airflow.svg        |  68 ++++----
 images/breeze/output_k8s_k9s.svg                   |  30 ++--
 images/breeze/output_k8s_logs.svg                  |  34 ++--
 images/breeze/output_k8s_run-complete-tests.svg    |  88 +++++-----
 images/breeze/output_k8s_shell.svg                 |  38 ++---
 images/breeze/output_k8s_status.svg                |  34 ++--
 images/breeze/output_k8s_tests.svg                 |  66 ++++----
 images/breeze/output_k8s_upload-k8s-image.svg      |  56 +++----
 images/breeze/output_prod-image.svg                |  24 +--
 images/breeze/output_prod-image_build.svg          | 182 ++++++++++-----------
 images/breeze/output_prod-image_pull.svg           |  60 +++----
 images/breeze/output_prod-image_verify.svg         |  34 ++--
 images/breeze/output_release-management.svg        |  32 ++--
 ...put_release-management_generate-constraints.svg |  60 +++----
 ...tput_release-management_release-prod-images.svg |  46 +++---
 images/breeze/output_setup.svg                     |  28 ++--
 images/breeze/output_setup_config.svg              |  40 ++---
 images/breeze/output_shell.svg                     | 108 ++++++------
 images/breeze/output_start-airflow.svg             | 110 ++++++-------
 images/breeze/output_testing.svg                   |  24 +--
 .../breeze/output_testing_docker-compose-tests.svg |  44 ++---
 images/breeze/output_testing_integration-tests.svg |  66 ++++----
 images/breeze/output_testing_tests.svg             | 102 ++++++------
 tests/providers/docker/operators/test_docker.py    |  18 ++
 127 files changed, 1445 insertions(+), 1050 deletions(-)
 copy airflow/www/static/js/api/{useDataset.ts => useDag.ts} (75%)
 copy airflow/www/static/js/api/{useDataset.ts => useDagCode.ts} (64%)
 create mode 100644 airflow/www/static/js/dag/details/dagCode/CodeBlock.tsx
 create mode 100644 airflow/www/static/js/dag/details/dagCode/index.tsx

Reply via email to