This is an automated email from the ASF dual-hosted git repository.
ephraimanierobi pushed a change to branch v2-6-test
in repository https://gitbox.apache.org/repos/asf/airflow.git
omit cfa52533af Update RELEASE_NOTES.rst
omit 680d8e2704 Update version to 2.6.1
omit 60cbc73343 Fix typos in dev documentation (#31115)
omit dba3331737 Move interleave_timestamp_parser config to section logging
(#31102)
omit 539b7bd804 fix MappedTaskGroup import in taskinstance (#31100)
omit 339d67d0da Format DagBag.dagbag_report() Output (#31095)
omit b07ee7dd4e Fix template error when iterating None value and fix params
documentation (#31078)
omit 25d3b68a7b fix EXTRAS_DEPENDENCIES of apache-hive (#31068)
omit 381320832d Fix issue in pre-importing modules in zipfile (#31061)
omit d1dbe19598 Small typo in setup.py (#31049)
omit 3c0a7cc54f Move TaskInstanceKey to a separate file (#31033)
omit 4f95a6c7ae Fix some typos in the cluster policies docs (#31031)
omit 752ed02618 Small fixes (#31015)
omit 7f1039ed82 Fix unable to remove DagRun and TaskInstance with note
(#30987)
omit 12b2ad63ce Fix `airflow providers get` command output (#30978)
omit a4b28e2c7f Fix Pool schema OpenAPI spec (#30973)
omit dc41d43e30 Update incorrect config values (#30969)
omit 7567d94d1a Upgrade PIP to 23.1.2 (#30964)
omit 97e5881fde Add support for dynamic tasks with template fields that
contain `pandas.DataFrame` (#30943)
omit 3b0d5a91a7 Use the Task Group explicitly passed to 'partial' if any
(#30933)
omit ddecc0fb9d Fix `order_by` request in list DAG rest api (#30926)
omit 61ebaad300 Include node height/width in center-on-task logic (#30924)
omit ae2adf76af Remove print from dag trigger command (#30921)
omit 15259fdf0e Improve task group UI in new graph (#30918)
omit bb22b909da Fix mappedStates case (#30916)
omit d8ec787f71 Improve Description of dag_processing.processes Metric in
Docs (#30891)
omit c7e4663005 Improve Quick Start instructions (#30820)
omit 06214a1624 Fix problem with displaying graph (#30765)
omit 900db1bfa7 Update faq.rst about missing task logs (#30717)
omit 173cb5f338 docker compose doc changes (#30662)
omit cd4d437fbd Update the user-facing documentation of providers (#30816)
omit f2127a3215 Fix backfill KeyError when try_number out of sync (#30653)
omit 4ac3be81d2 Present affected task instances as table (#30633)
omit 93442efedf Reenable clear on TaskInstanceModelView for role User
(#30415)
omit 0ce5349610 support requirepass redis sentinel (#30352)
add 3dfde7cddf Reenable clear on TaskInstanceModelView for role User
(#30415)
add 94a636b4e1 Present affected task instances as table (#30633)
add 6396fa694e Fix backfill KeyError when try_number out of sync (#30653)
add fe82036102 Update the user-facing documentation of providers (#30816)
add 9ef7612924 docker compose doc changes (#30662)
add 4f444a3e0d Update faq.rst about missing task logs (#30717)
add 3e3871aa05 Fix problem with displaying graph (#30765)
add bf15052fc3 Improve Quick Start instructions (#30820)
add 4021403232 Improve Description of dag_processing.processes Metric in
Docs (#30891)
add 57369a4739 Fix mappedStates case (#30916)
add a4244feb7f Improve task group UI in new graph (#30918)
add 39c9f15aa8 Remove print from dag trigger command (#30921)
add 336e9be39a Include node height/width in center-on-task logic (#30924)
add 6a7f431204 Fix `order_by` request in list DAG rest api (#30926)
add 9fb951dc3d Use the Task Group explicitly passed to 'partial' if any
(#30933)
add ce907b8f62 Add support for dynamic tasks with template fields that
contain `pandas.DataFrame` (#30943)
add fcdfc202c3 Upgrade PIP to 23.1.2 (#30964)
add e5d1c30672 Update incorrect config values (#30969)
add 850fe0e6c0 Fix Pool schema OpenAPI spec (#30973)
add 3c98dfc459 Fix `airflow providers get` command output (#30978)
add 525fac582a Fix unable to remove DagRun and TaskInstance with note
(#30987)
add 2a51b3e020 Small fixes (#31015)
add 2e8f454bcc Fix some typos in the cluster policies docs (#31031)
add 2461693cf7 Move TaskInstanceKey to a separate file (#31033)
add 5c012b4f65 Small typo in setup.py (#31049)
add cc66c0452e Fix issue in pre-importing modules in zipfile (#31061)
add 67abff23d4 fix EXTRAS_DEPENDENCIES of apache-hive (#31068)
add 0fa6116861 Fix template error when iterating None value and fix params
documentation (#31078)
add 356faf1fe4 Format DagBag.dagbag_report() Output (#31095)
add 5b2d548b48 fix MappedTaskGroup import in taskinstance (#31100)
add b217dc5dcb Move interleave_timestamp_parser config to section logging
(#31102)
add cf6f8895a3 Fix typos in dev documentation (#31115)
add 6623995457 Mask task attribute on task detail view (#31125)
add e902d86e1b Update version to 2.6.1
add 96242511c6 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 (cfa52533af)
\
N -- N -- N refs/heads/v2-6-test (96242511c6)
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:
RELEASE_NOTES.rst | 1 -
airflow/config_templates/config.yml | 14 +---
airflow/config_templates/default_airflow.cfg | 11 +--
airflow/config_templates/default_celery.py | 16 +----
airflow/www/views.py | 2 +-
.../core-concepts/executor/celery.rst | 3 +-
tests/www/views/test_views_rendered.py | 84 ++++++++++++++++++++++
7 files changed, 91 insertions(+), 40 deletions(-)