This is an automated email from the ASF dual-hosted git repository.
dstandish pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/airflow.git
from 11f8be879b Chart docs: baking DAGs into docker image (#26401)
add 39c91697a5 Add triggerer info to task instance in API (#26249)
No new revisions were added by this update.
Summary of changes:
airflow/api_connexion/openapi/v1.yaml | 58 ++++++++++++++++
.../schemas/{sla_miss_schema.py => job_schema.py} | 22 +++---
.../api_connexion/schemas/task_instance_schema.py | 4 ++
.../{sla_miss_schema.py => trigger_schema.py} | 19 +++--
airflow/models/taskinstance.py | 10 +--
airflow/models/trigger.py | 8 +++
.../static/js/dag/details/taskInstance/Details.tsx | 36 +++++++++-
.../static/js/dag/details/taskInstance/index.tsx | 2 +-
airflow/www/static/js/types/api-generated.ts | 27 ++++++++
airflow/www/static/js/types/index.ts | 12 ++++
airflow/www/utils.py | 5 +-
airflow/www/views.py | 2 +
.../test_mapped_task_instance_endpoint.py | 2 +
.../endpoints/test_task_instance_endpoint.py | 81 +++++++++++++++++++++-
.../schemas/test_task_instance_schema.py | 4 ++
15 files changed, 258 insertions(+), 34 deletions(-)
copy airflow/api_connexion/schemas/{sla_miss_schema.py => job_schema.py} (67%)
copy airflow/api_connexion/schemas/{sla_miss_schema.py => trigger_schema.py}
(69%)