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/06/28 11:00:23 UTC

[airflow] branch master updated (c420dbd -> a97400d)

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 c420dbd  Bump Pylint to 2.5.3 (#9294)
     add a97400d  Move out sendgrid emailer from airflow.contrib (#9355)

No new revisions were added by this update.

Summary of changes:
 UPDATING.md                                        |  21 ++++
 airflow/configuration.py                           |   7 ++
 airflow/contrib/utils/sendgrid.py                  | 115 +++------------------
 .../providers/sendgrid}/__init__.py                |   0
 .../providers/sendgrid/utils}/__init__.py          |   0
 .../sendgrid/utils/emailer.py}                     |  18 +---
 docs/conf.py                                       |   4 +-
 docs/howto/email-config.rst                        |  29 ++++++
 docs/integration.rst                               |   1 +
 .../{zendesk/hooks => sendgrid}/__init__.py        |   0
 .../{zendesk/hooks => sendgrid/utils}/__init__.py  |   0
 .../sendgrid/utils/test_emailer.py}                |   8 +-
 12 files changed, 80 insertions(+), 123 deletions(-)
 copy {tests/providers/zendesk/hooks => airflow/providers/sendgrid}/__init__.py (100%)
 copy {tests/providers/zendesk/hooks => airflow/providers/sendgrid/utils}/__init__.py (100%)
 copy airflow/{contrib/utils/sendgrid.py => providers/sendgrid/utils/emailer.py} (88%)
 copy tests/providers/{zendesk/hooks => sendgrid}/__init__.py (100%)
 copy tests/providers/{zendesk/hooks => sendgrid/utils}/__init__.py (100%)
 rename tests/{utils/test_sendgrid.py => providers/sendgrid/utils/test_emailer.py} (93%)