This is an automated email from the ASF dual-hosted git repository.
jedcunningham pushed a change to branch v2-8-test
in repository https://gitbox.apache.org/repos/asf/airflow.git
from 19d684d3ce Update documentation about recent image changes (#38085)
new 07b32f04fe Fix hash caching in `ObjectStoragePath` (#37769)
new c44f5396be Add padding to prevent grid horizontal scroll overlapping
tasks (#37942)
new 8c4f10427c Fix a bug where scheduler heartrate parameter were not used
(#37992)
new 0e60195448 Fix task instances list link (#38096)
new e6ab8fc158 Fix excessive permission changing for log task handler
(#38164)
new 62f636f0d4 bump `croniter` to fix an issue with 29 Feb cron
expressions (#38198)
new bcdd076200 Fix filtered TI links (#38274)
The 7 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
airflow/io/path.py | 6 ++---
airflow/jobs/job.py | 2 ++
airflow/jobs/scheduler_job_runner.py | 1 -
airflow/utils/log/file_task_handler.py | 41 +++++++-------------------------
airflow/www/static/js/dag/grid/index.tsx | 1 +
airflow/www/utils.py | 11 +++++++--
pyproject.toml | 2 +-
tests/io/test_path.py | 9 +++++++
tests/jobs/test_base_job.py | 9 ++++---
tests/jobs/test_scheduler_job.py | 10 ++++++++
tests/models/test_dag.py | 13 ++++++++++
tests/utils/test_log_handlers.py | 28 ++++++++++------------
12 files changed, 75 insertions(+), 58 deletions(-)