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

[airflow] branch master updated (22f6db7 -> 91898e8)

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

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


    from 22f6db7  Add optional session argument to xcom_push. (#11485)
     add 91898e8  Add Plugins View in web UI (#10770)

No new revisions were added by this update.

Summary of changes:
 airflow/cli/commands/plugins_command.py            |  1 +
 airflow/plugins_manager.py                         | 40 +++++++++++++++
 airflow/www/extensions/init_views.py               |  1 +
 .../www/templates/airflow/plugin.html              | 42 +++++++++++++++-
 airflow/www/views.py                               | 54 +++++++++++++++++++-
 tests/plugins/test_plugins_manager.py              | 29 +++++++++++
 tests/www/test_views.py                            | 58 +++++++++++++++++++++-
 7 files changed, 222 insertions(+), 3 deletions(-)
 copy license-templates/LICENSE.txt => airflow/www/templates/airflow/plugin.html (51%)