This is an automated email from the ASF dual-hosted git repository.
jedcunningham pushed a change to branch v2-4-test
in repository https://gitbox.apache.org/repos/asf/airflow.git
from d005faf758 Add `cleartext` to spelling wordlist (#26447)
new 5cd93d541e Doc: Fix typos in ``example_branch_datetime_operator``
(#26455)
new 97c5124b16 Don't import kubernetes unless you have a V1Pod (#26496)
new 2598efca1d Clarify owner links document (#26515)
new fc9b588e3b Fix typo in release notes (#26530)
new 8a9f0afe39 Fix grid view log try numbers (#26556)
new 0308b177fc Log warning when secret backend kwargs is invalid (#26580)
new e436cb95f4 Resolve warning about DISTINCT ON query on dags view
(#26608)
new 1a38896add Allow MapXComArg to resolve after serialization (#26591)
new 493ddb2ea9 No missing user warning for public admin (#26611)
new a6bc5d0eb1 Use COALESCE when ordering runs to handle NULL (#26626)
new 85895b567f Check user is active (#26635)
new 237f2240b0 Fix xcom arg.py .zip bug (#26636)
new b68fb0960f Add requirements.txt example to "extending docker" (#26663)
The 13 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:
RELEASE_NOTES.rst | 2 +-
airflow/configuration.py | 24 ++++++---
.../example_branch_datetime_operator.py | 6 +--
airflow/models/xcom_arg.py | 60 +++++++++++++++++-----
airflow/serialization/serialized_objects.py | 2 +-
airflow/www/app.py | 7 ++-
airflow/www/extensions/init_security.py | 11 ++++
airflow/www/fab_security/manager.py | 2 +-
.../dag/details/taskInstance/Logs/index.test.tsx | 16 +++---
.../js/dag/details/taskInstance/Logs/index.tsx | 28 +++++-----
airflow/www/utils.py | 44 +++++++++++++---
airflow/www/views.py | 7 +--
docs/apache-airflow/howto/add-owner-links.rst | 29 ++++++-----
docs/docker-stack/build.rst | 34 ++++++++++--
.../Dockerfile | 5 +-
.../add-requirement-packages/requirements.txt | 2 +
tests/models/test_xcom_arg.py | 4 +-
tests/test_utils/decorators.py | 1 +
tests/www/views/conftest.py | 1 +
tests/www/views/test_session.py | 14 +++++
tests/www/views/test_views_base.py | 13 ++++-
21 files changed, 229 insertions(+), 83 deletions(-)
copy docs/docker-stack/docker-examples/extending/{custom-providers =>
add-requirement-packages}/Dockerfile (89%)
create mode 100644
docs/docker-stack/docker-examples/extending/add-requirement-packages/requirements.txt