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

potiuk pushed a change to branch breeze-install-from-lock
in repository https://gitbox.apache.org/repos/asf/airflow.git


    omit 96cb273c72a Run breeze from the locked dev/breeze environment
     add b916de6dab0 UI: Label Dag active runs accurately (#72371)
     add 3c26d48ab49 Remove unused Breeze uv timeout and WSL helpers (#72704)
     add 12bc0146bb7 Invalidate cached Microsoft Graph request adapter on 401 
Unauthorized (#72688)
     add d6b45d8e2f4 Resolve the caller from the explicit credential, not the 
session cookie (#72225)
     add 77cf38b1bc4 Keep MSGraph pagination offset across paginated pages 
(#71986)
     add 391578af620 Add a command to take a prepared provider back out of a 
release (#71836)
     add 2d717899a98 Fix Configuration page e2e test failing when the first 
option has no value (#72724)
     add 98f420e701f Add external access integrations to 
SnowparkContainerJobOperator (#72602)
     add 3bd320afb38 Run breeze from the locked dev/breeze environment

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   (96cb273c72a)
            \
             N -- N -- N   refs/heads/breeze-install-from-lock (3bd320afb38)

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:
 .../prepare-providers-documentation/SKILL.md       |  22 +++++
 airflow-core/newsfragments/72225.significant.rst   |  27 ++++++
 .../api_fastapi/core_api/routes/public/dags.py     |   2 +-
 .../src/airflow/api_fastapi/core_api/security.py   |  18 ++--
 .../airflow/ui/public/i18n/locales/ca/common.json  |   1 +
 .../airflow/ui/public/i18n/locales/en/common.json  |   1 +
 .../airflow/ui/public/i18n/locales/es/common.json  |   1 +
 .../airflow/ui/public/i18n/locales/fr/common.json  |   1 +
 .../airflow/ui/public/i18n/locales/pt/common.json  |   1 +
 .../src/airflow/ui/src/pages/Dag/Header.test.tsx   |  11 +++
 .../src/airflow/ui/src/pages/Dag/Header.tsx        |   2 +-
 .../ui/tests/e2e/pages/ConfigurationPage.ts        |   6 ++
 .../ui/tests/e2e/specs/configuration.spec.ts       |  12 ++-
 .../unit/api_fastapi/core_api/test_security.py     |  42 ++++++++
 dev/README_RELEASE_PROVIDERS.md                    |  58 +++++++++++
 ...e-management_prepare-provider-documentation.svg |  78 +++++++++------
 ...e-management_prepare-provider-documentation.txt |   2 +-
 .../src/airflow_breeze/commands/common_options.py  |   7 --
 .../commands/release_management_commands.py        |  23 ++++-
 .../commands/release_management_commands_config.py |   1 +
 .../prepare_providers/provider_documentation.py    |  45 ++++++++-
 dev/breeze/src/airflow_breeze/utils/platforms.py   |  62 ------------
 dev/breeze/tests/test_provider_documentation.py    |  83 +++++++++++++++-
 .../providers/microsoft/azure/hooks/msgraph.py     |  33 ++++++-
 .../providers/microsoft/azure/operators/msgraph.py |  10 +-
 .../unit/microsoft/azure/hooks/test_msgraph.py     | 107 ++++++++++++++++++++-
 .../unit/microsoft/azure/operators/test_msgraph.py |  39 +++++++-
 .../unit/microsoft/azure/resources/messages.json   |   2 +-
 .../microsoft/azure/resources/second_messages.json |   1 +
 .../{next_messages.json => third_messages.json}    |   2 +-
 .../snowflake/operators/snowpark_containers.py     |   9 ++
 .../operators/test_snowpark_containers.py          |  15 +++
 32 files changed, 593 insertions(+), 131 deletions(-)
 create mode 100644 airflow-core/newsfragments/72225.significant.rst
 create mode 100644 
providers/microsoft/azure/tests/unit/microsoft/azure/resources/second_messages.json
 rename 
providers/microsoft/azure/tests/unit/microsoft/azure/resources/{next_messages.json
 => third_messages.json} (95%)

Reply via email to