This is an automated email from the ASF dual-hosted git repository.
potiuk pushed a change to branch
dependabot/gradle/java-sdk/java-sdk-dependency-updates-641a759d61
in repository https://gitbox.apache.org/repos/asf/airflow.git
discard ed8b96d9e60 Bump the java-sdk-dependency-updates group across 2
directories with 20 updates
add 7553a6f0562 Fix inverted docstring for config write hide_sensitive
option (#71623)
add a270429c889 Fix SSO docs pointing at the pre-Airflow 3 OAuth redirect
path (#71624)
add 115da5b3cd6 Move SendGrid and SES email backend setup docs to their
providers (#71571)
add 9790eefaaf4 Bump eslint-plugin-react-refresh (#71631)
add 05758b18131 Bump the github-actions-updates group across 1 directory
with 3 updates (#71606)
add e0c961a08c8 Bump eslint-plugin-react-refresh (#71629)
add 7e219a9dd86 Bump eslint-plugin-react-refresh (#71630)
add ef759de8387 Bump @types/node from 22.19.17 to 26.1.2 in /ts-sdk
(#71408)
add 6ecf1fd56d0 Bump the java-sdk-dependency-updates group across 2
directories with 20 updates
This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version. This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:
* -- * -- B -- O -- O -- O (ed8b96d9e60)
\
N -- N -- N
refs/heads/dependabot/gradle/java-sdk/java-sdk-dependency-updates-641a759d61
(6ecf1fd56d0)
You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.
Any revisions marked "omit" are not gone; other references still
refer to them. Any revisions marked "discard" are gone forever.
No new revisions were added by this update.
Summary of changes:
.github/workflows/asf-allowlist-check.yml | 2 +-
.github/workflows/basic-tests.yml | 8 +-
.github/workflows/ci-image-build.yml | 16 +--
.github/workflows/ci-image-checks.yml | 4 +-
.github/workflows/prod-image-build.yml | 2 +-
.github/workflows/publish-docs-to-s3.yml | 4 +-
airflow-core/docs/howto/email-config.rst | 127 +++------------------
airflow-core/src/airflow/provider.yaml.schema.json | 7 ++
airflow-core/src/airflow/provider_info.schema.json | 7 ++
airflow-core/src/airflow/ui/package.json | 2 +-
airflow-core/src/airflow/ui/pnpm-lock.yaml | 10 +-
contributing-docs/12_provider_distributions.rst | 5 +-
dev/breeze/tests/test_packages.py | 1 +
.../react_plugin_template/package.json | 2 +-
.../react_plugin_template/pnpm-lock.yaml | 10 +-
.../src/sphinx_exts/operators_and_hooks_ref.py | 27 +++++
...ogging.rst.jinja2 => email-backends.rst.jinja2} | 6 +-
.../{message-queues.rst => email-backends.rst} | 17 +--
providers-summary-docs/index.rst | 11 ++
providers/amazon/docs/email-backend.rst | 62 ++++++++++
providers/amazon/docs/index.rst | 1 +
providers/amazon/provider.yaml | 3 +
.../airflow/providers/amazon/aws/utils/emailer.py | 7 +-
.../airflow/providers/amazon/get_provider_info.py | 1 +
.../providers/edge3/plugins/www/package.json | 2 +-
.../providers/edge3/plugins/www/pnpm-lock.yaml | 10 +-
providers/fab/docs/auth-manager/sso.rst | 8 +-
providers/sendgrid/docs/email-backend.rst | 92 +++++++++++++++
providers/sendgrid/docs/index.rst | 7 ++
providers/sendgrid/provider.yaml | 4 +
.../providers/sendgrid/get_provider_info.py | 1 +
.../src/airflow_shared/configuration/parser.py | 2 +-
ts-sdk/docs/package-lock.json | 16 +--
ts-sdk/docs/package.json | 2 +-
ts-sdk/example/package.json | 2 +-
ts-sdk/package.json | 2 +-
ts-sdk/pnpm-lock.yaml | 42 +++----
ts-sdk/src/coordinator/comm-channel.ts | 2 +-
ts-sdk/tests/coordinator/log-channel.test.ts | 4 +-
39 files changed, 335 insertions(+), 203 deletions(-)
copy devel-common/src/sphinx_exts/templates/{logging.rst.jinja2 =>
email-backends.rst.jinja2} (89%)
copy providers-summary-docs/core-extensions/{message-queues.rst =>
email-backends.rst} (68%)
create mode 100644 providers/amazon/docs/email-backend.rst
create mode 100644 providers/sendgrid/docs/email-backend.rst