This is an automated email from the ASF dual-hosted git repository.
pierrejeambrun pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/airflow.git
from 6107fcef991 AIP-84 | Add Auth for Dags (#47062)
add e49d7964de2 Add log grouping using summary and details tag. (#46820)
No new revisions were added by this update.
Summary of changes:
airflow/ui/package.json | 1 +
airflow/ui/pnpm-lock.yaml | 14 ++
airflow/ui/src/mocks/handlers/index.ts | 3 +-
airflow/ui/src/mocks/handlers/log.ts | 194 +++++++++++++++++++++
.../Logs/Logs.test.tsx} | 36 ++--
airflow/ui/src/queries/useLogs.tsx | 53 +++++-
airflow/ui/testsSetup.ts | 4 +-
7 files changed, 274 insertions(+), 31 deletions(-)
create mode 100644 airflow/ui/src/mocks/handlers/log.ts
copy airflow/ui/src/pages/{Dag/DagHeader.test.tsx =>
TaskInstance/Logs/Logs.test.tsx} (55%)