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
omit dd2252dba5 Update RELEASE_NOTES.rst
omit ad99fe3916 Fix broken breeze by fixing package version (#34701)
omit 8de10bc115 Parse 'docker context ls --format=json' correctly (#34711)
omit 75f244cd51 Avoid WSL2 ones when finding a context for Breeze (#34538)
omit 1c7100b2a9 Support rootless mode for docker. (#34537)
omit 755f3e6ffa Bump min-version for docker and docker-compose (#33572)
omit d41dff4428 Refactor: Simplify code in breeze (#33273)
omit 5093a118c2 Update version to 2.7.2
omit 98342c1801 Add information about drop support MsSQL as DB Backend in
the future (#34375)
omit c9480872cf Update min-sqlalchemy version to account for latest
features used (#34293)
omit d73061d6a3 Import AUTH_REMOTE_USER from FAB in WSGI middleware example
(#34721)
omit fa401eaf58 Fixed rows count in the migration script (#34348)
omit 42193ef781 Fix SesssionExemptMixin spelling (#34696)
omit b156f7d546 Fix foreign key warning re ab_user.id (#34656)
omit ad707c4e32 Fix: make dry run optional for patch task instance (#34568)
omit c6b87d8e96 Correct docs for multi-value select (#34690)
omit bb79822169 Document how to use the system's timezone database (#34667)
omit ecfb79e532 Fix non deterministic datetime deserialization (#34492)
omit 9a8440b04c Restrict `astroid` version < 3 (#34658)
omit 462b2a3c38 Fail dag test if defer without triggerer (#34619)
omit 5f84c7003f fix connections exported output (#34640)
omit 14de363755 Don't run isort when creating new alembic migrations
(#34636)
omit 4ef6cbdd95 Use iterative loop to look for mapped parent (#34622)
omit bae7a4c053 Fix some whitespace (#34632)
omit 4607b6ae6d Clarify what landing time means in doc (#34608)
omit 3140a0032d fix(cli): remove "to backfill" from --task-regex help
message (#34598)
omit 52dabcf811 Fix is_parent_mapped value by checking if any of the parent
tg is mapped (#34587)
omit 40212bc57e Avoid top-level airflow import to avoid circular dependency
(#34586)
omit 4e128744a3 Fix: Add 3.11 as supported Python version (#34575)
omit 4605ffa324 Fix ODBC Connection page formatting (#34572)
omit 6033bb39d3 Fix screenshot in dynamic task mapping docs (#34566)
omit 813e9caf41 Restore EXISTING_ROLES from security.py (#34523)
omit 585906c8bc Add more exemptions to lengthy metric list (#34531)
omit c16dc6e559 using seconds for failed scenarios too (#34532)
omit a09a4d9baa Change two whitespaces to one (#34519)
omit f2860e09ff Fix class reference in Public Interface documentation
(#34454)
omit 7d396fe725 Clarify var.value.get and var.json.get usage (#34411)
omit 84fe2384d7 Deprecate numeric type python version in
PythonVirtualEnvOperator (#34359)
omit 4837299642 Schedule default value description (#34291)
omit 64cdf90bf6 Docs for triggered_dataset_event (#34410)
omit 53abe25857 Add LocalKubernetesExecutor in the config.yml's executor
description (#34414)
omit 2e8479edee Fix dag warning endpoint permissions (#34355)
omit 9b529a929f Update cluster-policies.rst (#34174)
omit ad4be6fd4f Refactor os.path.splitext to Path.* (#34352)
omit a38b7b38ca Fix spelling errors in readme and license files (#34383)
omit 5a17c78916 docs: correct typo in best-practices.rst (#34361)
omit 027c689aee Add DagRun events (#34328)
omit f8bd6120cf Provide tabular overview about trigger form param types
(#34285)
omit 2bd5d6827f REST API: Fix task instance access issue in the batch
endpoint (#34315)
omit b8355a7ff0 Add link to Amazon Provider Configuration in Core
documentation (#34305)
omit 56f67dd349 correcting wrong time showing in grid view (#34179)
omit a24c441548 Add "security infrastructure" paragraph to security model
(#34301)
omit 5ca7d0e23e Change links to SQLAlchemy 1.4 (#34288)
omit ee16faa2d3 Fix www cluster_activity view not loading due to
standaloneDagProcessor templating (#34274)
omit 7759b8300b replace = by is for type comparaison (#33983)
omit c468f2bd5d Refactor integer division (#34180)
omit 1d65319a89 Refactor: Simplify comparisons (#34181)
omit 291c581c69 Refactor: Simplify string generation (#34118)
omit fff6bf5c49 Set loglevel=DEBUG in 'Not syncing DAG-level permissions'
(#34268)
omit 91a1067b6e Replace sequence concatination by unpacking in Airflow
tests (#33935)
omit bf1f9b9de3 Refactor: tmp_path in tests/dag_processing (#33740)
omit 5ea4438981 Replace unnecessary dict comprehension with dict() in core
(#33858)
omit 593e2b7ead Change "not all" to "any" for ease of readability (#34259)
omit 61ce267c0e Add SBOM entry in security documentation (#34261)
omit e46565c536 Make param validation consistent for DAG validation and
triggering (#34248)
omit a26921e0cd Replace assert by if...raise in decorators package (#34250)
omit a21908fccd Replace assert by if...raise in www package (#34249)
omit 4920493c07 Move default timezone to except block (#34245)
omit 2f0a4b50a5 Combine similar if logics in core (#33988)
omit a3951f41fd Ensure details panel is shown when any tab is selected
(#34136)
omit c8e02ec790 Refactor: Consolidate import and usage of random (#34108)
omit 7b58b6d0c1 Consolidate importing of os.path.* (#34060)
omit 7d83ac4128 Replace single element slice by next() in Airflow tests
(#33938)
omit d6e9be40e3 Fix issues related to access_control={} (#34114)
omit 0160a1a86a Fix unfound ab_user table in the CLI session (#34120)
omit e589b12586 Fix FAB-related logging format interpolation (#34139)
omit d0b22b5112 Fix query bug in next_run_datasets_summary endpoint (#34143)
omit 6b76c9b6ab Fix for TaskGroup toggles for duplicated labels (#34072)
omit 28e95dd725 Fix the required permissions to clear a TI from the UI
(#34123)
omit 602a780d72 Added more example code for XCom push and pull (#34016)
omit d1aa14021b Reuse _run_task_session in mapped render_template_fields
(#33309)
new bda8b550ea Reuse _run_task_session in mapped render_template_fields
(#33309)
new 816785f6c0 Added more example code for XCom push and pull (#34016)
new a87761af96 Fix the required permissions to clear a TI from the UI
(#34123)
new 96e4d96491 Fix for TaskGroup toggles for duplicated labels (#34072)
new 67e49b6fa5 Fix query bug in next_run_datasets_summary endpoint (#34143)
new beb33e6510 Fix FAB-related logging format interpolation (#34139)
new 9748d03f95 Fix unfound ab_user table in the CLI session (#34120)
new f9a05d3695 Fix issues related to access_control={} (#34114)
new 8e618a2581 Replace single element slice by next() in Airflow tests
(#33938)
new f6e052b763 Consolidate importing of os.path.* (#34060)
new c9f84c6644 Refactor: Consolidate import and usage of random (#34108)
new f0d4981f9c Ensure details panel is shown when any tab is selected
(#34136)
new 830cd9847b Combine similar if logics in core (#33988)
new b2b603f47e Move default timezone to except block (#34245)
new 9f369ba41d Replace assert by if...raise in www package (#34249)
new c5542335c6 Replace assert by if...raise in decorators package (#34250)
new 4595aaf97a Make param validation consistent for DAG validation and
triggering (#34248)
new 262b955b6a Add SBOM entry in security documentation (#34261)
new eb77d9372a Change "not all" to "any" for ease of readability (#34259)
new 2f2d73c9fe Replace unnecessary dict comprehension with dict() in core
(#33858)
new 9dbac3670c Refactor: tmp_path in tests/dag_processing (#33740)
new 8f424fdd88 Replace sequence concatination by unpacking in Airflow
tests (#33935)
new ee06e416cb Set loglevel=DEBUG in 'Not syncing DAG-level permissions'
(#34268)
new 3188f511bd Refactor: Simplify string generation (#34118)
new 25005a6e58 Refactor: Simplify comparisons (#34181)
new f502e2a88c Refactor integer division (#34180)
new 53564e9f1d replace = by is for type comparaison (#33983)
new 4ff30e37f0 Fix www cluster_activity view not loading due to
standaloneDagProcessor templating (#34274)
new 822135f866 Change links to SQLAlchemy 1.4 (#34288)
new cc5fd5af17 Add "security infrastructure" paragraph to security model
(#34301)
new 7232953b22 correcting wrong time showing in grid view (#34179)
new 685c54e4a4 Add link to Amazon Provider Configuration in Core
documentation (#34305)
new b328c8601a REST API: Fix task instance access issue in the batch
endpoint (#34315)
new de33fd8f3e Provide tabular overview about trigger form param types
(#34285)
new 532e773225 Add DagRun events (#34328)
new 733c47b5dc docs: correct typo in best-practices.rst (#34361)
new caab269313 Fix spelling errors in readme and license files (#34383)
new 8501fcb3a1 Refactor os.path.splitext to Path.* (#34352)
new b4f38af56a Update cluster-policies.rst (#34174)
new cf4eb3fb9b Fix dag warning endpoint permissions (#34355)
new 01b31b6ad8 Add LocalKubernetesExecutor in the config.yml's executor
description (#34414)
new 5af32cc7ad Docs for triggered_dataset_event (#34410)
new ac19ec55b5 Schedule default value description (#34291)
new 2324041b32 Deprecate numeric type python version in
PythonVirtualEnvOperator (#34359)
new 861bb92e3c Clarify var.value.get and var.json.get usage (#34411)
new 855b6b600d Fix class reference in Public Interface documentation
(#34454)
new 4230098a59 Change two whitespaces to one (#34519)
new f3be73cc54 using seconds for failed scenarios too (#34532)
new 2b717a8274 Add more exemptions to lengthy metric list (#34531)
new f76cd2751b Restore EXISTING_ROLES from security.py (#34523)
new e25a7f6842 Fix screenshot in dynamic task mapping docs (#34566)
new f783d08276 Fix ODBC Connection page formatting (#34572)
new f02c48aafe Fix: Add 3.11 as supported Python version (#34575)
new 7cbdcf2b95 Avoid top-level airflow import to avoid circular dependency
(#34586)
new 174c8a02d1 Fix is_parent_mapped value by checking if any of the parent
tg is mapped (#34587)
new eada688f87 fix(cli): remove "to backfill" from --task-regex help
message (#34598)
new 0184b871b1 Clarify what landing time means in doc (#34608)
new 784d162256 Fix some whitespace (#34632)
new eb9274e859 Use iterative loop to look for mapped parent (#34622)
new 04810cc6f6 Don't run isort when creating new alembic migrations
(#34636)
new 7a590f0219 fix connections exported output (#34640)
new b1354e3cf3 Fail dag test if defer without triggerer (#34619)
new b0159b2fe3 Restrict `astroid` version < 3 (#34658)
new 6e739d63a8 Fix non deterministic datetime deserialization (#34492)
new d480d590b8 Document how to use the system's timezone database (#34667)
new ac1f22ffcb Correct docs for multi-value select (#34690)
new 2bfbffe09c Fix: make dry run optional for patch task instance (#34568)
new 08381bb9ee Fix foreign key warning re ab_user.id (#34656)
new b6af4adf0f Fix SesssionExemptMixin spelling (#34696)
new 7a49651077 Fixed rows count in the migration script (#34348)
new 707d13cf4c Import AUTH_REMOTE_USER from FAB in WSGI middleware example
(#34721)
new 05e5ffd351 Update min-sqlalchemy version to account for latest
features used (#34293)
new 027bb560f5 Add information about drop support MsSQL as DB Backend in
the future (#34375)
new 21c59d7eed Update version to 2.7.2
new 739bfb44bf Refactor: Simplify code in breeze (#33273)
new 0643e911ad Bump min-version for docker and docker-compose (#33572)
new e868785d56 Support rootless mode for docker. (#34537)
new ed36b28907 Avoid WSL2 ones when finding a context for Breeze (#34538)
new f8fc3d6924 Parse 'docker context ls --format=json' correctly (#34711)
new a68ad56b3b Fix broken breeze by fixing package version (#34701)
new 2bef523bc7 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 (dd2252dba5)
\
N -- N -- N refs/heads/v2-7-test (2bef523bc7)
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 81 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:
airflow/models/mappedoperator.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)