You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by ry...@apache.org on 2020/11/13 17:36:54 UTC

[airflow] branch master updated (309b325 -> 450bd32)

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

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


    from 309b325  Update deprecated Apache Pinot Broker API (#12333)
     add 450bd32  Improve presentation of DAG Docs (#12330)

No new revisions were added by this update.

Summary of changes:
 airflow/www/static/css/main.css                | 15 ++++------
 airflow/www/templates/airflow/dag.html         |  2 ++
 airflow/www/templates/airflow/graph.html       |  3 --
 airflow/www/templates/airflow/tree.html        |  3 --
 airflow/www/templates/appbuilder/dag_docs.html | 41 ++++++++++++++++++++++++++
 airflow/www/utils.py                           |  2 +-
 airflow/www/views.py                           |  4 +--
 tests/www/test_utils.py                        |  4 +--
 8 files changed, 54 insertions(+), 20 deletions(-)
 create mode 100644 airflow/www/templates/appbuilder/dag_docs.html