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

github-bot pushed a change to branch 
dependabot/npm_and_yarn/airflow-core/src/airflow/ui/core-ui-package-updates-95eb869108
in repository https://gitbox.apache.org/repos/asf/airflow.git


 discard 7a4703bad4d Bump the core-ui-package-updates group across 1 directory 
with 37 updates
     add bd2fbb1fe7b Update xcom_pull usage for google system tests (#51527)
     add aadcf454a2f Use attribute based access control in 
`KeycloakAuthManager` (#51486)
     add 2c44fdd12c8 Removed unnecessary `aws_conn_id` param from operators 
constructors (#51236)
     add d8d03fdf0d6 Add extra fields and hide unnecessary fields for LevelDB 
connection UI page (#51343)
     add 3b4032387be Refactor `patch_task_instance` logic (#51528)
     add 83cb212e672 Bump the core-ui-package-updates group across 1 directory 
with 37 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   (7a4703bad4d)
            \
             N -- N -- N   
refs/heads/dependabot/npm_and_yarn/airflow-core/src/airflow/ui/core-ui-package-updates-95eb869108
 (83cb212e672)

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:
 .../core_api/routes/public/task_instances.py       |  49 ++--
 .../core_api/services/public/task_instances.py     | 116 +++++-----
 airflow-core/src/airflow/ui/package.json           |   2 +-
 airflow-core/src/airflow/ui/pnpm-lock.yaml         |  52 ++---
 .../amazon/aws/operators/cloud_formation.py        |   2 -
 .../providers/amazon/aws/operators/comprehend.py   |   2 -
 .../airflow/providers/amazon/aws/operators/dms.py  |   2 -
 .../airflow/providers/amazon/aws/operators/glue.py |   6 -
 .../amazon/aws/operators/test_cloud_formation.py   |  17 ++
 .../unit/amazon/aws/operators/test_comprehend.py   |  23 ++
 .../tests/unit/amazon/aws/operators/test_dms.py    |  21 ++
 .../tests/unit/amazon/aws/operators/test_glue.py   |  84 +++++++
 .../tests/unit/amazon/aws/operators/test_rds.py    |   4 +-
 .../providers/google/leveldb/hooks/leveldb.py      |  25 +++
 .../cloud/cloud_batch/example_cloud_batch.py       |  11 +-
 .../google/cloud/cloud_run/example_cloud_run.py    |  25 +--
 .../system/google/cloud/gcs/example_gcs_to_gcs.py  |   9 +-
 .../keycloak/auth_manager/keycloak_auth_manager.py | 105 ++++-----
 .../auth_manager/test_keycloak_auth_manager.py     | 249 +++++++++++----------
 19 files changed, 468 insertions(+), 336 deletions(-)

Reply via email to