This is an automated email from the ASF dual-hosted git repository.
potiuk pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/airflow.git
from 57a6843ce0 Bump moment-timezone from 0.5.34 to 0.5.35 in /airflow/www
(#26080)
add 214873cc60 Refactor Slack API Hook and add Connection (#25852)
No new revisions were added by this update.
Summary of changes:
airflow/providers/slack/hooks/slack.py | 228 +++++++++++-
airflow/providers/slack/hooks/slack_webhook.py | 4 +
airflow/providers/slack/operators/slack.py | 2 +-
airflow/providers/slack/provider.yaml | 2 +
airflow/providers/slack/utils/__init__.py | 98 +++++
.../connections}/index.rst | 5 +-
.../connections/slack.rst | 55 ++-
docs/apache-airflow-providers-slack/index.rst | 4 +-
tests/providers/slack/hooks/test_slack.py | 393 ++++++++++++++++-----
.../providers/slack/utils}/__init__.py | 0
tests/providers/slack/utils/test_utils.py | 83 +++++
11 files changed, 761 insertions(+), 113 deletions(-)
create mode 100644 airflow/providers/slack/utils/__init__.py
copy docs/{apache-airflow-providers-alibaba/logging =>
apache-airflow-providers-slack/connections}/index.rst (97%)
copy {airflow/api_connexion => tests/providers/slack/utils}/__init__.py (100%)
create mode 100644 tests/providers/slack/utils/test_utils.py