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 69c46252dd fix typo in google provider additional extras (#24431)
add fe2ef0fcc7 Grid task logs filtering and local time (#24403)
No new revisions were added by this update.
Summary of changes:
airflow/www/jest-setup.js | 5 +
.../details/content/taskInstance/Logs/index.jsx | 135 ++++++++++++++-------
.../content/taskInstance/Logs/index.test.jsx | 6 +-
.../details/content/taskInstance/Logs/utils.js | 70 +++++++++++
.../content/taskInstance/Logs/utils.test.js | 128 +++++++++++++++++++
airflow/www/static/js/grid/utils/testUtils.jsx | 4 -
6 files changed, 299 insertions(+), 49 deletions(-)
create mode 100644
airflow/www/static/js/grid/details/content/taskInstance/Logs/utils.js
create mode 100644
airflow/www/static/js/grid/details/content/taskInstance/Logs/utils.test.js