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

ash pushed a change to branch generate-task-jwt-tokens
in repository https://gitbox.apache.org/repos/asf/airflow.git


 discard cf06c57d10f fixup! Add JWT validation and generation machinery for the 
Task Execution API to use
 discard 4bf9268e2f1 Add compat for Airflow 2.10 for Edge Provider
 discard 0fde83bca39 Add JWT validation and generation machinery for the Task 
Execution API to use
     add 4acf93a4a6b test(aws): Fix aws trigger tests, use get_async_conn for 
mock object (#47667)
     add ff48721e837 Adding 'exc_notes' to our task-sdk tests coming from 
structlog (#47663)
     add 950107feb11 Add pre tag to preserve whitespace. Use p tag for separate 
lines. (#47672)
     add 43deb993a0a Temporary fix to allow remote logging upload for task sdk 
(#47668)
     add 535feabe468 Affixing a new lower bound for structlog (25.2.0) (#47676)
     add 4a6aa37bda5 Add JWT validation and generation machinery for the Task 
Execution API to use
     add 87f577ad9ba Add compat for Airflow 2.10 for Edge Provider
     add 3170f6e9074 fixup! Add JWT validation and generation machinery for the 
Task Execution API to use

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   (cf06c57d10f)
            \
             N -- N -- N   refs/heads/generate-task-jwt-tokens (3170f6e9074)

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:
 airflow/ui/src/queries/useLogs.tsx                    |  8 ++++----
 .../tests/unit/amazon/aws/triggers/test_mwaa.py       |  2 +-
 task-sdk/pyproject.toml                               |  2 +-
 task-sdk/src/airflow/sdk/execution_time/supervisor.py | 15 ++++++++++++++-
 task-sdk/src/airflow/sdk/log.py                       | 19 ++++++++++++++++---
 task-sdk/tests/task_sdk/definitions/test_xcom_arg.py  |  2 ++
 6 files changed, 38 insertions(+), 10 deletions(-)

Reply via email to