You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by ka...@apache.org on 2020/06/29 15:12:08 UTC

[airflow] branch master updated (ee03353 -> e1108d4)

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

kaxilnaik pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/airflow.git.


    from ee03353  Fix failing test in DagCode (#9565)
     add e1108d4  Allow changing Task States Colors (#9520)

No new revisions were added by this update.

Summary of changes:
 airflow/settings.py                          | 14 ++++++++++++++
 airflow/utils/state.py                       |  3 +++
 airflow/www/extensions/init_jinja_globals.py |  2 ++
 airflow/www/templates/airflow/gantt.html     |  7 +++++++
 airflow/www/templates/airflow/graph.html     | 18 ++++++++++--------
 airflow/www/templates/airflow/master.html    |  7 +++++++
 airflow/www/templates/airflow/tree.html      | 28 ++++++++++++----------------
 tests/www/test_views.py                      |  3 ++-
 8 files changed, 57 insertions(+), 25 deletions(-)