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 3cc0b20208 Add `cleartext` to spelling wordlist (#26447)
add b333b24a04 migrate last react files to typescript (#26112)
No new revisions were added by this update.
Summary of changes:
airflow/www/static/js/api/useClearRun.ts | 7 ++--
airflow/www/static/js/api/useGridData.ts | 2 +-
airflow/www/static/js/api/useMarkFailedRun.ts | 11 ++---
airflow/www/static/js/api/useMarkSuccessRun.ts | 4 +-
airflow/www/static/js/api/useQueueRun.ts | 4 +-
.../{dag/details => components}/ConfirmDialog.tsx | 2 +-
.../details/dagRun/{ClearRun.jsx => ClearRun.tsx} | 17 +++++---
.../{MarkFailedRun.jsx => MarkFailedRun.tsx} | 17 +++++---
.../{MarkSuccessRun.jsx => MarkSuccessRun.tsx} | 17 +++++---
.../details/dagRun/{QueueRun.jsx => QueueRun.tsx} | 17 +++++---
.../taskActions/{Clear.jsx => Clear.tsx} | 33 +++++++++------
.../taskActions/{MarkFailed.jsx => MarkFailed.tsx} | 26 +++++++-----
.../{MarkSuccess.jsx => MarkSuccess.tsx} | 26 +++++++-----
.../taskInstance/taskActions/{Run.jsx => Run.tsx} | 19 ++++++---
.../taskActions/{types.tsx => types.ts} | 2 +-
.../js/dag/grid/{index.test.jsx => index.test.tsx} | 47 ++++++++--------------
airflow/www/static/js/dag/grid/index.tsx | 2 +-
17 files changed, 147 insertions(+), 106 deletions(-)
rename airflow/www/static/js/{dag/details => components}/ConfirmDialog.tsx
(98%)
rename airflow/www/static/js/dag/details/dagRun/{ClearRun.jsx => ClearRun.tsx}
(84%)
rename airflow/www/static/js/dag/details/dagRun/{MarkFailedRun.jsx =>
MarkFailedRun.tsx} (83%)
rename airflow/www/static/js/dag/details/dagRun/{MarkSuccessRun.jsx =>
MarkSuccessRun.tsx} (83%)
rename airflow/www/static/js/dag/details/dagRun/{QueueRun.jsx => QueueRun.tsx}
(85%)
rename airflow/www/static/js/dag/details/taskInstance/taskActions/{Clear.jsx
=> Clear.tsx} (76%)
rename
airflow/www/static/js/dag/details/taskInstance/taskActions/{MarkFailed.jsx =>
MarkFailed.tsx} (79%)
rename
airflow/www/static/js/dag/details/taskInstance/taskActions/{MarkSuccess.jsx =>
MarkSuccess.tsx} (79%)
rename airflow/www/static/js/dag/details/taskInstance/taskActions/{Run.jsx =>
Run.tsx} (87%)
rename airflow/www/static/js/dag/details/taskInstance/taskActions/{types.tsx
=> types.ts} (96%)
rename airflow/www/static/js/dag/grid/{index.test.jsx => index.test.tsx} (86%)