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

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


 discard 7ed6cb0fa8 Use parametrize to avoid if else in tests
 discard e11816a012 Better looping code in setup.py
 discard e43b809042 Cosmetic
 discard 0642e357b8 fixup! fixup! fixup! Attempt to add Python 3.11 support
 discard d6efdabb7c fixup! fixup! Attempt to add Python 3.11 support
 discard 278c045d51 fixup! Attempt to add Python 3.11 support
 discard e64591c5e5 Attempt to add Python 3.11 support
     add 48eccb8f96 Add more checks for trigger module (#31278)
     add 3bc0e3296a Add BWGI to INTHEWILD.md (#31439)
     add 58aab1118a Fix dropdown default and adjust tutorial to use 42 as 
default for proof (#31400)
     add 9a0f6b841d Revert check for docker-compose version, prioritizing v2 
(#31446)
     add d722fba54e Add description in a few more places about adding airflow 
to pip install (#31448)
     add 985f350180 Remove endoflife update from release process (#31454)
     add 1ac35e710a Add missing BashOperator import to documentation example 
(#31436)
     add c25251cde6 Add multi-select, proposals and labels for trigger form 
(#31441)
     add dbe14c31d5 Add running and failed status tab for DAGs on the UI 
(#30429)
     add 0e8bff9c4e Switch build-info and build images to run on public runners 
(#31451)
     add 5d4e87580c Attempt to add Python 3.11 support
     add 4a4e113794 fixup! Attempt to add Python 3.11 support
     add 579cefb475 fixup! fixup! Attempt to add Python 3.11 support
     add 97054a38ab fixup! fixup! fixup! Attempt to add Python 3.11 support
     add ee01bb2a0d Cosmetic
     add 11270fba70 Better looping code in setup.py
     add c97ab6f770 Use parametrize to avoid if else in tests
     add 41dcebae57 fixup! Use parametrize to avoid if else in tests

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   (7ed6cb0fa8)
            \
             N -- N -- N   refs/heads/python-3-11 (41dcebae57)

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:
 .github/workflows/build-images.yml                 |  4 +-
 .github/workflows/ci.yml                           | 70 +---------------------
 INTHEWILD.md                                       |  3 +-
 airflow/example_dags/example_params_ui_tutorial.py | 62 ++++++++++++++++++-
 airflow/www/static/css/dags.css                    |  3 +
 airflow/www/static/js/trigger.js                   | 33 ++++++++--
 airflow/www/templates/airflow/dags.html            | 58 ++++++++++--------
 airflow/www/templates/airflow/trigger.html         | 41 +++++++++++--
 airflow/www/views.py                               | 43 +++++++++++++
 dev/README_RELEASE_AIRFLOW.md                      |  5 --
 .../src/airflow_breeze/commands/ci_commands.py     | 13 ++++
 .../airflow_breeze/commands/ci_commands_config.py  |  9 ++-
 dev/breeze/src/airflow_breeze/global_constants.py  | 54 ++++++++++++++++-
 .../airflow_breeze/utils/docker_command_utils.py   | 10 ++--
 .../src/airflow_breeze/utils/selective_checks.py   | 24 +++++++-
 dev/breeze/tests/test_docker_command_utils.py      |  8 +--
 docker_tests/command_utils.py                      |  4 +-
 docker_tests/test_docker_compose_quick_start.py    | 24 ++++----
 .../test_examples_of_prod_image_building.py        |  1 -
 docs/apache-airflow/core-concepts/dag-run.rst      |  4 ++
 docs/apache-airflow/core-concepts/params.rst       | 10 +++-
 docs/apache-airflow/howto/docker-compose/index.rst | 11 +++-
 docs/apache-airflow/howto/notifications.rst        |  7 ++-
 .../installation/installing-from-pypi.rst          |  9 +++
 .../add-build-essential-extend/Dockerfile          |  2 +-
 .../extending/add-providers/Dockerfile             |  2 +-
 .../extending/add-pypi-packages/Dockerfile         |  2 +-
 .../extending/add-requirement-packages/Dockerfile  |  2 +-
 .../extending/custom-providers/Dockerfile          |  2 +-
 images/breeze/output-commands-hash.txt             |  4 +-
 images/breeze/output_ci_selective-check.svg        | 60 ++++++++++++-------
 .../in_container/run_provider_yaml_files_check.py  | 17 ++++++
 scripts/in_container/verify_providers.py           | 15 +++++
 tests/always/test_providers_manager.py             |  5 ++
 tests/www/views/test_views_home.py                 | 18 +++++-
 35 files changed, 464 insertions(+), 175 deletions(-)

Reply via email to