This is an automated email from the ASF dual-hosted git repository.

jhtimmins pushed a change to branch v2-1-test
in repository https://gitbox.apache.org/repos/asf/airflow.git.


    from fe70111  Add 'queued' to DagRunState (#16854)
     new 3d6db6d  Fixed broken json_client (#17529)
     new 5ea02cc  Fix external elasticsearch logs link (#16357)
     new 8f96385  Add State types for tasks and DAGs (#15285)

The 3 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/api/client/json_client.py                  |   2 +-
 airflow/models/dagrun.py                           |   6 +-
 .../providers/elasticsearch/log/es_task_handler.py |   9 +-
 airflow/typing_compat.py                           |   2 +-
 airflow/utils/log/log_reader.py                    |   7 +-
 airflow/utils/log/logging_mixin.py                 |   5 +
 airflow/utils/state.py                             | 169 +++++++++++++--------
 .../elasticsearch/log/test_es_task_handler.py      |  10 ++
 tests/utils/log/test_log_reader.py                 |  21 +++
 tests/www/views/test_views_log.py                  |  16 +-
 tests/www/views/test_views_tasks.py                | 128 +++++++++++++++-
 11 files changed, 296 insertions(+), 79 deletions(-)

Reply via email to