You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by po...@apache.org on 2020/10/02 15:54:34 UTC

[airflow] tag backport-providers-2020.9.7rc1 updated (5220e4c -> 6d7c143)

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

potiuk pushed a change to tag backport-providers-2020.9.7rc1
in repository https://gitbox.apache.org/repos/asf/airflow.git.


*** WARNING: tag backport-providers-2020.9.7rc1 was modified! ***

    from 5220e4c  (commit)
      to 6d7c143  (commit)
    from 5220e4c  Prepare Backport release 2020.09.07 (#11238)
     add 24d0ecf  Airflow 2.0 UI Overhaul/Refresh (#11195)
     add 983e5a6  Restore description for provider packages. (#11239)
     add 6d7c143  Small updates to provider preparation docs. (#11240)

No new revisions were added by this update.

Summary of changes:
 airflow/config_templates/config.yml                |    2 +-
 airflow/config_templates/default_airflow.cfg       |    2 +-
 airflow/utils/platform.py                          |    2 +-
 airflow/www/extensions/init_appbuilder_links.py    |    9 +-
 airflow/www/extensions/init_jinja_globals.py       |   15 +-
 airflow/www/extensions/init_views.py               |    1 -
 airflow/www/static/css/bootstrap-theme.css         | 1201 ++++---------------
 airflow/www/static/css/graph.css                   |   12 +-
 airflow/www/static/css/main.css                    |  124 +-
 airflow/www/static/css/material-icons.css          |   63 +
 airflow/www/static/css/switch.css                  |    5 +-
 airflow/www/static/css/tree.css                    |    6 +-
 airflow/www/static/js/base.js                      |  106 +-
 airflow/www/static/js/datetime-utils.js            |   50 +-
 airflow/www/static/js/graph.js                     |   20 +-
 airflow/www/static/js/task-instances.js            |   19 +-
 airflow/www/templates/airflow/chart.html           |   53 +-
 airflow/www/templates/airflow/code.html            |   28 +-
 airflow/www/templates/airflow/confirm.html         |   30 +-
 airflow/www/templates/airflow/conn_create.html     |    2 +-
 airflow/www/templates/airflow/conn_edit.html       |    2 +-
 airflow/www/templates/airflow/dag.html             |  234 ++--
 airflow/www/templates/airflow/dag_code.html        |   53 +-
 airflow/www/templates/airflow/dag_details.html     |   10 +-
 airflow/www/templates/airflow/dags.html            |  492 ++++----
 airflow/www/templates/airflow/duration_chart.html  |   61 +-
 airflow/www/templates/airflow/gantt.html           |  113 +-
 airflow/www/templates/airflow/graph.html           | 1238 ++++++++++----------
 airflow/www/templates/airflow/master.html          |   44 +-
 airflow/www/templates/airflow/model_list.html      |  129 +-
 airflow/www/templates/airflow/task.html            |  100 +-
 airflow/www/templates/airflow/task_instance.html   |   46 +-
 airflow/www/templates/airflow/ti_code.html         |   12 +-
 airflow/www/templates/airflow/ti_log.html          |   59 +-
 airflow/www/templates/airflow/tree.html            |  809 ++++++-------
 airflow/www/templates/airflow/trigger.html         |   32 +-
 airflow/www/templates/airflow/variable_list.html   |    2 +-
 airflow/www/templates/airflow/version.html         |   34 -
 airflow/www/templates/airflow/xcom.html            |   30 +-
 airflow/www/templates/analytics/metarouter.html    |    2 +-
 airflow/www/templates/analytics/segment.html       |    2 +-
 airflow/www/templates/appbuilder/flash.html        |   94 +-
 airflow/www/templates/appbuilder/navbar.html       |   26 +-
 airflow/www/templates/appbuilder/navbar_menu.html  |   53 +-
 airflow/www/templates/appbuilder/navbar_right.html |   77 +-
 airflow/www/utils.py                               |    6 +-
 airflow/www/views.py                               |   49 +-
 airflow/www/webpack.config.js                      |  104 +-
 airflow/www/widgets.py                             |    2 +-
 backport_packages/setup_backport_packages.py       |    5 +-
 dev/BACKPORT_PACKAGES.md                           |    6 +-
 docs/img/code.png                                  |  Bin 271371 -> 240101 bytes
 docs/img/context.png                               |  Bin 153823 -> 124467 bytes
 docs/img/dags.png                                  |  Bin 186281 -> 338418 bytes
 docs/img/duration.png                              |  Bin 226323 -> 150876 bytes
 docs/img/gantt.png                                 |  Bin 109644 -> 71033 bytes
 docs/img/graph.png                                 |  Bin 134905 -> 118674 bytes
 docs/img/tree.png                                  |  Bin 162041 -> 177465 bytes
 docs/img/variable_hidden.png                       |  Bin 121301 -> 55331 bytes
 .../templates/metastore_browser/base.html          |   44 +-
 tests/www/test_views.py                            |   38 +-
 61 files changed, 2542 insertions(+), 3216 deletions(-)
 create mode 100644 airflow/www/static/css/material-icons.css
 delete mode 100644 airflow/www/templates/airflow/version.html