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

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


 discard eb86d6057c Added example for defaults in conn.extras (#35165)
 discard 69538406f3 Fix subtle bug in mocking processor_agent in our tests 
(#35221)
 discard e678fe160c Fix test_retry_handling_job (#34326)
 discard b493d4e601 Add TriggerRule missing value in rest API (#35194)
 discard dd67de8d7b Update datasets.rst issue with running example code (#35035)
 discard cd0a4ed8f8 Fix typo s/overriden/overridden/ (#35128)
 discard b16439e156 Fix Scheduler crash looping when dagrun creation fails 
(#35135)
 discard 0b16c358b0 Fix test connection with codemirror and extra (#35122)
 discard ce7ce26707 Remove `mysql-connector-python` from recommended MySQL 
driver (#34287)
 discard b95a66437c doc change (#35075)
 discard b481b8e425 Remove redundant variables from `example_python_operator` 
(#35046)
 discard 66def301b1 Fix usage of cron-descriptor since BC in v1.3.0 (#34836)
 discard a5df4a8b20 Fix `get_plugin_info` for class based listeners. (#35022)
 discard 80a237073a Bump @babel/traverse from 7.16.0 to 7.23.2 in /airflow/www 
(#34988)
 discard 93b8eccaec Bump undici from 5.19.1 to 5.26.3 in /airflow/www (#34971)
 discard 4fdc9c9936 Update documentation to enable test connection (#34905)
 discard 199d17aed2 Some improvements/fixes for dag_run and task_instance 
endpoints (#34942)
 discard 074ea9ec7a Update docs errors.rst - Mention sentry "transport" 
configuration option (#34912)
 discard af642b5d7d Enhancement: Added Code from Image as Text (#34868)
 discard 04da77ef65 Fix typo in error message when `render_content` method is 
not implemented (#34952)
 discard 78de303b00 Fix the dags count filter in webserver home page (#34944)
 discard bfb5f585de Return only the TIs of the readable dags when ~ is provided 
as a dag_id (#34939)
 discard cf5715d2c9 Fix triggerer thread crash in daemon mode (#34931)
 discard 9262b4dacc Update dags.rst to put SubDag deprecation note right after 
the SubDag section heading (#34925)
 discard 07790488d4 REST API: Fix wrong plugin schema (#34858)
 discard f0e81adf8b fix(TimeSensorAsync): use DAG timezone (#33406)
 discard a6a837d68f Add session configuration to deployment manager's 
responsibilities. (#34866)
 discard e3e326eb34 Doc: Add info on getting variables and config in custom 
secrets backend (#34834)
 discard 05639e19da Executors doc update (#34324)
 discard 6fd2ba5df8 Fix the broken file link (#34826)
 discard b7f2a97f17 Fixing typo in airflow kerberos (#34827)
 discard 5433a77e25 Fixes python_callable function assignment context kwargs 
example in params.rst (#34759)
 discard 2f4f449b94 Fix variables substitution in Airflow Documentation (#34462)
 discard 979a4e4429 Remove unused set from `SchedulerJobRunner` (#34810)
 discard b6815f8e4f Add missing multiple_outputs=True param in the TaskFlow 
example (#34812)
 discard 553af43c6e docs: remove extraneous '>' in provider section name 
(#34813)
 discard 84abdf6f45 Fix imports in extra link documentation (#34547)
 discard 6ffe865250 Remove warning about max_tis per query > parallelism 
(#34742)
 discard b3a0df058e Fix typo re schedule vs schedule_interval (#34743)
 discard 7ec3e92580 Mark tasks with `all_skipped` trigger rule as `skipped` if 
any task is in `upstream_failed` state (#34392)
 discard 003e1d9dc2 Correct some minor typos in the `breeze.rst` doc
 discard 5975620a57 Use latest LTS clients of Oracle MySQL and MariaDB (#33722)
 discard 265126de56 Improve modules import in Airflow core by some of them into 
a type-checking block (#33755)
     new 5847d00812 Use latest LTS clients of Oracle MySQL and MariaDB (#33722)
     new 0d1e5dab9b Correct some minor typos in the `breeze.rst` doc
     new 8cbe5d9e09 Mark tasks with `all_skipped` trigger rule as `skipped` if 
any task is in `upstream_failed` state (#34392)
     new 976f467f4a Fix typo re schedule vs schedule_interval (#34743)
     new bb8cceff7a Remove warning about max_tis per query > parallelism 
(#34742)
     new cfb778b81c Fix imports in extra link documentation (#34547)
     new 3893b36361 docs: remove extraneous '>' in provider section name 
(#34813)
     new 8a83d403fc Add missing multiple_outputs=True param in the TaskFlow 
example (#34812)
     new aff98bf700 Remove unused set from `SchedulerJobRunner` (#34810)
     new 9536a303b3 Fix variables substitution in Airflow Documentation (#34462)
     new b81f1752cb Fixes python_callable function assignment context kwargs 
example in params.rst (#34759)
     new a7cf2770b8 Fixing typo in airflow kerberos (#34827)
     new 7a06903f5c Fix the broken file link (#34826)
     new 371062a4d1 Executors doc update (#34324)
     new d9923e1308 Doc: Add info on getting variables and config in custom 
secrets backend (#34834)
     new 9872d397a1 Add session configuration to deployment manager's 
responsibilities. (#34866)
     new d449d9ffcd fix(TimeSensorAsync): use DAG timezone (#33406)
     new 95c0154f67 REST API: Fix wrong plugin schema (#34858)
     new 6eb1048a97 Update dags.rst to put SubDag deprecation note right after 
the SubDag section heading (#34925)
     new 7559c1cabe Fix triggerer thread crash in daemon mode (#34931)
     new 7ebc49456e Return only the TIs of the readable dags when ~ is provided 
as a dag_id (#34939)
     new 99e6a439ae Fix the dags count filter in webserver home page (#34944)
     new 6bfdc7fc60 Fix typo in error message when `render_content` method is 
not implemented (#34952)
     new 162aba6d6c Enhancement: Added Code from Image as Text (#34868)
     new 6a780519dd Update docs errors.rst - Mention sentry "transport" 
configuration option (#34912)
     new d96436e6b1 Some improvements/fixes for dag_run and task_instance 
endpoints (#34942)
     new 0b48f3be62 Update documentation to enable test connection (#34905)
     new 6739752faf Bump undici from 5.19.1 to 5.26.3 in /airflow/www (#34971)
     new 74d9569d4b Bump @babel/traverse from 7.16.0 to 7.23.2 in /airflow/www 
(#34988)
     new b98f4acee1 Fix `get_plugin_info` for class based listeners. (#35022)
     new c4e2f43359 Fix usage of cron-descriptor since BC in v1.3.0 (#34836)
     new c000316e36 Remove redundant variables from `example_python_operator` 
(#35046)
     new 4c499f59a8 doc change (#35075)
     new 9dbccb736e Remove `mysql-connector-python` from recommended MySQL 
driver (#34287)
     new a149692f54 Fix test connection with codemirror and extra (#35122)
     new a42206e58f Fix Scheduler crash looping when dagrun creation fails 
(#35135)
     new 21aeadde4d Update datasets.rst issue with running example code (#35035)
     new 7885869ec2 Add TriggerRule missing value in rest API (#35194)
     new 719de69d70 Fix test_retry_handling_job (#34326)
     new 49ecb5a726 Fix subtle bug in mocking processor_agent in our tests 
(#35221)
     new c7c0df835e Added example for defaults in conn.extras (#35165)
     new e64ffe6a7a Improve importing the module in Airflow utils package 
(#33803)
     new 334d1234e8 Improve modules import in Airflow core by some of them into 
a type-checking block (#33755)
     new 550ebe8176 Fix typo s/overriden/overridden/ (#35128)
     new d40692eeb9 Update version to 2.7.3
     new c673cc71ed Update RELEASE_NOTES.rst

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   (eb86d6057c)
            \
             N -- N -- N   refs/heads/v2-7-test (c673cc71ed)

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.

The 46 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 README.md                                          | 12 ++---
 RELEASE_NOTES.rst                                  | 56 ++++++++++++++++++++++
 airflow/__init__.py                                |  2 +-
 airflow/api_connexion/openapi/v1.yaml              |  2 +-
 airflow/utils/airflow_flask_app.py                 |  7 +--
 airflow/utils/cli.py                               |  3 +-
 airflow/utils/dag_edges.py                         |  8 +++-
 airflow/utils/db_cleanup.py                        | 12 +++--
 airflow/utils/dot_renderer.py                      | 12 +++--
 airflow/utils/helpers.py                           |  2 +-
 airflow/utils/log/colored_log.py                   |  6 ++-
 airflow/utils/log/log_reader.py                    | 10 ++--
 airflow/utils/log/logging_mixin.py                 |  7 ++-
 airflow/utils/log/secrets_masker.py                |  3 +-
 airflow/utils/log/trigger_handler.py               |  4 +-
 airflow/utils/mixins.py                            |  5 +-
 airflow/utils/module_loading.py                    |  6 ++-
 airflow/utils/session.py                           |  6 ++-
 airflow/utils/sqlalchemy.py                        |  8 ++--
 airflow/utils/task_group.py                        |  3 +-
 docs/apache-airflow/howto/operator/python.rst      | 38 ---------------
 .../installation/supported-versions.rst            |  2 +-
 docs/docker-stack/README.md                        | 10 ++--
 .../extending/add-airflow-configuration/Dockerfile |  2 +-
 .../extending/add-apt-packages/Dockerfile          |  2 +-
 .../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 +-
 .../extending/embedding-dags/Dockerfile            |  2 +-
 .../extending/writable-directory/Dockerfile        |  2 +-
 docs/docker-stack/entrypoint.rst                   | 14 +++---
 generated/PYPI_README.md                           | 10 ++--
 .../ci/pre_commit/pre_commit_supported_versions.py |  2 +-
 35 files changed, 157 insertions(+), 111 deletions(-)

Reply via email to