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

kaxilnaik pushed a change to branch v1-10-test
in repository https://gitbox.apache.org/repos/asf/airflow.git.


    from 915dbea  Add support for fetching logs from running pods (#8626)
     new a0fc255  Fix the default value for store_dag_code (#9554)
     new 3f1ea4f  Fix failing test in DagCode (#9565)
     new 6804841  fixup! Avoid color info in response of /dag_stats & 
/task_stats (#8742)
     new f63b249  Allow changing Task States Colors (#9520)

The 4 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/config_templates/config.yml            |  4 ++--
 airflow/config_templates/default_airflow.cfg   |  3 ++-
 airflow/models/dag.py                          |  2 +-
 airflow/models/dagcode.py                      |  4 ++--
 airflow/settings.py                            | 19 ++++++++++++++++++
 airflow/utils/dag_processing.py                |  4 ++--
 airflow/utils/state.py                         |  3 +++
 airflow/www/app.py                             |  5 +++--
 airflow/www/templates/admin/master.html        |  7 +++++++
 airflow/www/templates/airflow/dags.html        |  5 +++--
 airflow/www/templates/airflow/gantt.html       |  7 +++++++
 airflow/www/templates/airflow/graph.html       | 18 +++++++++--------
 airflow/www/templates/airflow/tree.html        | 27 +++++++++++---------------
 airflow/www/views.py                           | 13 ++++++++-----
 airflow/www_rbac/app.py                        |  4 +++-
 airflow/www_rbac/templates/airflow/gantt.html  |  7 +++++++
 airflow/www_rbac/templates/airflow/graph.html  | 18 +++++++++--------
 airflow/www_rbac/templates/airflow/master.html |  8 +++++++-
 airflow/www_rbac/templates/airflow/tree.html   | 27 +++++++++++---------------
 airflow/www_rbac/views.py                      |  3 ++-
 tests/models/test_dagcode.py                   |  6 ++++++
 tests/test_configuration.py                    | 20 +++++++++++++++++++
 22 files changed, 146 insertions(+), 68 deletions(-)

Reply via email to