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 2021/05/25 18:34:00 UTC

[airflow] branch master updated (8814a59 -> d612495)

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 8814a59  Ensure that we don't try to mask empty string in logs (#16057)
     add d612495  Enforce js linting for current ui in pre-commit (#15858)

No new revisions were added by this update.

Summary of changes:
 .pre-commit-config.yaml                            |   9 +-
 BREEZE.rst                                         |   2 +-
 STATIC_CODE_CHECKS.rst                             |   2 +
 airflow/www/.eslintrc                              |   5 +-
 airflow/www/package.json                           |   4 +-
 airflow/www/static/js/circles.js                   |   3 +
 airflow/www/static/js/connection_form.js           | 129 +++++++++++----------
 airflow/www/static/js/dag_code.js                  |   2 +
 airflow/www/static/js/datetime_utils.js            |  16 +--
 airflow/www/static/js/duration_chart.js            |   2 +
 airflow/www/static/js/gantt.js                     |   2 +-
 airflow/www/static/js/graph.js                     |  72 +++++-------
 airflow/www/static/js/main.js                      |  52 +++++----
 airflow/www/static/js/meta_value.js                |   2 +
 airflow/www/static/js/task_instances.js            |  16 +--
 airflow/www/static/js/ti_log.js                    |   2 +-
 airflow/www/static/js/tree.js                      |  52 +++++----
 airflow/www/static/js/trigger.js                   |   2 +
 airflow/www/static/js/variable_edit.js             |   2 +
 breeze-complete                                    |   1 +
 scripts/ci/static_checks/{eslint.sh => ui_lint.sh} |   0
 .../ci/static_checks/{eslint.sh => www_lint.sh}    |   2 +-
 22 files changed, 202 insertions(+), 177 deletions(-)
 copy scripts/ci/static_checks/{eslint.sh => ui_lint.sh} (100%)
 rename scripts/ci/static_checks/{eslint.sh => www_lint.sh} (90%)