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 c2173d05a8 Parse 'docker context ls --format=json' correctly (#34711)
    omit 2a4251d415 Avoid WSL2 ones when finding a context for Breeze (#34538)
    omit ea5c070d43 Support rootless mode for docker. (#34537)
    omit 4ba5e9e985 Fix broken breeze by fixing package version (#34701)
    omit 5c42275019 Update RELEASE_NOTES.rst
    omit 80a9833d2c Update version to 2.7.2
    omit 4461f60dff Add information about drop support MsSQL as DB Backend in 
the future (#34375)
    omit e2db96b7ea Update min-sqlalchemy version to account for latest 
features used (#34293)
    omit 959d5cd591 Import AUTH_REMOTE_USER from FAB in WSGI middleware example 
(#34721)
    omit 3c01559c82 Fixed rows count in the migration script (#34348)
    omit 53499f41f9 Fix SesssionExemptMixin spelling (#34696)
    omit 9b3c26a77f Fix foreign key warning re ab_user.id (#34656)
    omit 89ed34e8a1 Fix: make dry run optional for patch task instance  (#34568)
    omit 78dbe3bf9c Correct docs for multi-value select (#34690)
    omit a95050812a Document how to use the system's timezone database (#34667)
    omit 2dbc7a9c4e Fix non deterministic datetime deserialization (#34492)
    omit bbba4b4aef Restrict `astroid` version < 3 (#34658)
    omit e605d1d9bb Fail dag test if defer without triggerer (#34619)
    omit b4b5e28724 fix connections exported output (#34640)
    omit 295d858659 Don't run isort when creating new alembic migrations 
(#34636)
    omit 9c1da80412 Use iterative loop to look for mapped parent (#34622)
    omit afd178bdf5 Fix some whitespace (#34632)
    omit 610dcf3c33 Clarify what landing time means in doc (#34608)
    omit f15d02fa6a fix(cli): remove "to backfill" from --task-regex help 
message (#34598)
    omit 2e513f931c Fix is_parent_mapped value by checking if any of the parent 
tg is mapped (#34587)
    omit 621616f464 Avoid top-level airflow import to avoid circular dependency 
(#34586)
    omit c13c45cf18 Fix: Add 3.11 as supported Python version (#34575)
    omit 4a92a24568 Fix ODBC Connection page formatting (#34572)
    omit 383c1063e9 Fix screenshot in dynamic task mapping docs (#34566)
    omit 33b804d289 Restore EXISTING_ROLES from security.py (#34523)
    omit 81fd828f22 Add more exemptions to lengthy metric list (#34531)
    omit 76d56815cd using seconds for failed scenarios too (#34532)
    omit a7fbe5bec1 Change two whitespaces to one (#34519)
    omit d0f94edcaa Fix class reference in Public Interface documentation 
(#34454)
    omit ff92c1debb Clarify var.value.get  and var.json.get usage (#34411)
    omit 1983522d1a Deprecate numeric type python version in 
PythonVirtualEnvOperator (#34359)
    omit b9393a8b04 Schedule default value description (#34291)
    omit c71bcdf703 Docs for triggered_dataset_event (#34410)
    omit 864787dc37 Add LocalKubernetesExecutor in the config.yml's executor 
description (#34414)
    omit ee72e76d65 Fix dag warning endpoint permissions (#34355)
    omit d76001123f Update cluster-policies.rst (#34174)
    omit 27791a9ac5 Refactor os.path.splitext to Path.* (#34352)
    omit 3724360520 Fix spelling errors in readme and license files (#34383)
    omit 23654a4997 docs: correct typo in best-practices.rst (#34361)
    omit 9518ce635c Check that dag_ids passed in request are consistent (#34366)
     new 6da499c380 docs: correct typo in best-practices.rst (#34361)
     new c410f0e211 Fix spelling errors in readme and license files (#34383)
     new d9e36e1efe Refactor os.path.splitext to Path.* (#34352)
     new eefaeecd2e Update cluster-policies.rst (#34174)
     new 5a475bf56a Fix dag warning endpoint permissions (#34355)
     new e45e663d58 Add LocalKubernetesExecutor in the config.yml's executor 
description (#34414)
     new f3b44c6813 Docs for triggered_dataset_event (#34410)
     new 4fcdeaac63 Schedule default value description (#34291)
     new 701ac6de95 Deprecate numeric type python version in 
PythonVirtualEnvOperator (#34359)
     new dd6e614e94 Clarify var.value.get  and var.json.get usage (#34411)
     new e7944e010f Fix class reference in Public Interface documentation 
(#34454)
     new 1480d58704 Change two whitespaces to one (#34519)
     new bc2bef8a79 using seconds for failed scenarios too (#34532)
     new ec7007e7d7 Add more exemptions to lengthy metric list (#34531)
     new c42012f60d Restore EXISTING_ROLES from security.py (#34523)
     new e1d41ca98e Fix screenshot in dynamic task mapping docs (#34566)
     new b92ec745ed Fix ODBC Connection page formatting (#34572)
     new 4dceaed81b Fix: Add 3.11 as supported Python version (#34575)
     new b2bad04ba5 Avoid top-level airflow import to avoid circular dependency 
(#34586)
     new ba1b1da078 Fix is_parent_mapped value by checking if any of the parent 
tg is mapped (#34587)
     new a0b4ef16d2 fix(cli): remove "to backfill" from --task-regex help 
message (#34598)
     new bb5fbab13d Clarify what landing time means in doc (#34608)
     new a99cd81b53 Fix some whitespace (#34632)
     new f860f9d1a0 Use iterative loop to look for mapped parent (#34622)
     new 79a87dff32 Don't run isort when creating new alembic migrations 
(#34636)
     new af5c86e3df fix connections exported output (#34640)
     new 0c9c86a3b7 Fail dag test if defer without triggerer (#34619)
     new 262e231c16 Restrict `astroid` version < 3 (#34658)
     new 9ecdff0447 Fix non deterministic datetime deserialization (#34492)
     new 48e974db2f Document how to use the system's timezone database (#34667)
     new 8a50232e7f Correct docs for multi-value select (#34690)
     new c32570f2b4 Fix: make dry run optional for patch task instance  (#34568)
     new 033ffa91be Fix foreign key warning re ab_user.id (#34656)
     new 7fcb9317d2 Fix SesssionExemptMixin spelling (#34696)
     new 54f23231be Fixed rows count in the migration script (#34348)
     new 14e01708c3 Import AUTH_REMOTE_USER from FAB in WSGI middleware example 
(#34721)
     new 6d62f3febe Update min-sqlalchemy version to account for latest 
features used (#34293)
     new 6e22dbabb3 Add information about drop support MsSQL as DB Backend in 
the future (#34375)
     new 12f2fd5ced Update version to 2.7.2
     new 3f89ab4063 Update RELEASE_NOTES.rst
     new c86ebeb897 Fix broken breeze by fixing package version (#34701)
     new d2436e0046 Support rootless mode for docker. (#34537)
     new df43cbb6c5 Avoid WSL2 ones when finding a context for Breeze (#34538)
     new d10f43c5b0 Parse 'docker context ls --format=json' correctly (#34711)

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

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 44 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/www/auth.py    | 37 ++++----------------
 tests/www/test_auth.py | 93 --------------------------------------------------
 2 files changed, 7 insertions(+), 123 deletions(-)
 delete mode 100644 tests/www/test_auth.py

Reply via email to