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 2021/01/14 20:26:53 UTC

[airflow] branch master updated (87645b3 -> 2fef2ab)

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 87645b3  Configurable API response (CORS) headers (#13620)
     add 2fef2ab  Add JSON linter to DAG Trigger UI (#13551)

No new revisions were added by this update.

Summary of changes:
 airflow/www/package.json                   |   2 +
 airflow/www/templates/airflow/trigger.html |  26 ++++++-
 airflow/www/webpack.config.js              |  16 +++++
 airflow/www/yarn.lock                      | 111 ++++++++++++++++++++++++++++-
 tests/www/test_views.py                    |   3 +-
 5 files changed, 153 insertions(+), 5 deletions(-)