This is an automated email from the ASF dual-hosted git repository.
bbovenzi pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/airflow.git
from 74a1931c3b Split Celery integration tests to "celery" and "redis"
(#39994)
add 587a5744e8 Add task documentation to details tab in grid view. (#39899)
No new revisions were added by this update.
Summary of changes:
airflow/api_connexion/openapi/v1.yaml | 8 +++
airflow/api_connexion/schemas/task_schema.py | 1 +
airflow/www/static/js/api/index.ts | 2 +
.../static/js/api/{useDag.ts => useTaskDetail.tsx} | 16 +++--
.../dag/details/taskInstance/TaskDocumentation.tsx | 83 ++++++++++++++++++++++
.../static/js/dag/details/taskInstance/index.tsx | 2 +
airflow/www/static/js/types/api-generated.ts | 6 ++
airflow/www/templates/airflow/dag.html | 4 +-
.../api_connexion/endpoints/test_task_endpoint.py | 7 ++
tests/api_connexion/schemas/test_task_schema.py | 2 +
10 files changed, 122 insertions(+), 9 deletions(-)
copy airflow/www/static/js/api/{useDag.ts => useTaskDetail.tsx} (73%)
create mode 100644
airflow/www/static/js/dag/details/taskInstance/TaskDocumentation.tsx