You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by as...@apache.org on 2020/10/16 08:00:25 UTC

[airflow] branch master updated (7ab6210 -> 8372ab1)

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

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


    from 7ab6210  Prepend `DAG:` to dag permissions (#11189)
     add 8372ab1  Add/implement Webpack plugin to minify CSS files on-compile (#11564)

No new revisions were added by this update.

Summary of changes:
 .pre-commit-config.yaml                    |   2 +-
 airflow/www/package.json                   |   1 +
 airflow/www/static/css/bootstrap-theme.css |   2 +-
 airflow/www/static/css/flash.css           |   2 +-
 airflow/www/static/css/gantt.css           |   2 +-
 airflow/www/static/css/graph.css           |   2 +-
 airflow/www/static/css/loading-dots.css    |   2 +-
 airflow/www/static/css/main.css            |   2 +-
 airflow/www/static/css/material-icons.css  |   2 +-
 airflow/www/static/css/switch.css          |   2 +-
 airflow/www/static/css/tree.css            |   2 +-
 airflow/www/static/js/base.js              |   2 +-
 airflow/www/static/js/connection_form.js   |   2 +-
 airflow/www/static/js/datetime-utils.js    |   2 +-
 airflow/www/static/js/gantt-chart-d3v2.js  |   2 +-
 airflow/www/static/js/graph.js             |   2 +-
 airflow/www/static/js/ie.js                |   2 +-
 airflow/www/static/js/task-instances.js    |   2 +-
 airflow/www/webpack.config.js              |   7 +-
 airflow/www/yarn.lock                      | 819 ++++++++++++++++++++++++++++-
 docs/img/run_task_on_celery_executor.puml  |   2 +-
 docs/static/exampleinclude.css             |   2 +-
 docs/static/jira-links.js                  |   2 +-
 23 files changed, 838 insertions(+), 29 deletions(-)