This is an automated email from the ASF dual-hosted git repository.
turbaszek pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/airflow.git.
from 5e4b801 Test are triggered now on more changes. (#9646)
add 5670e6f Support .airflowignore for plugins (#9531)
No new revisions were added by this update.
Summary of changes:
airflow/plugins_manager.py | 58 +++++++++++------------
airflow/utils/file.py | 86 ++++++++++++++++++++--------------
docs/concepts.rst | 13 +++---
tests/plugins/test_plugin_ignore.py | 93 +++++++++++++++++++++++++++++++++++++
4 files changed, 178 insertions(+), 72 deletions(-)
create mode 100644 tests/plugins/test_plugin_ignore.py