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

jedcunningham pushed a change to branch v3-0-test
in repository https://gitbox.apache.org/repos/asf/airflow.git


 discard 02e77addc67 Bump version of kubernetes provider to 10.4.0
 discard a871d8642dc Bump version of celery provider to 3.11.0
 discard 8d6b8914e7e Bump version of standard provider to 1.0.0
 discard f2a2a61f6fa Bump task-sdk version to 1.0.0.b1
 discard 0b4481bbdd6 Update RELEASE_NOTES.rst
 discard bfd55798d63 Update Airflow version to 3.0.0b1
 discard 0a1fb3aff1f Update default branches for 3-0
     add 2f655dc6488 AIP-38 Fix log key warning (#47157)
     add 33aaa34f063 Create list backfills tab in dag page (#46772)
     add 5fe3aadc6cc Fix datamodel-codegen version (#47172)
     add c0719fe694f Add  missing `methodtools` dependency of the `common-sql` 
provider (#47148)
     add 75f1128c110 Fix section for base_url in FAB auth manager (#47173)
     new 79d4020a6c2 Update default branches for 3-0
     new af05606ea2e Update Airflow version to 3.0.0b1
     new b5c0f40da12 Update RELEASE_NOTES.rst
     new ab8f6615ca0 Bump task-sdk version to 1.0.0.alpha4
     new a1b317af730 Bump version of standard provider to 1.0.0
     new f97fe6287e9 Bump version of celery provider to 3.11.0
     new 6655e87ee6d Bump version of kubernetes provider to 10.4.0

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   (02e77addc67)
            \
             N -- N -- N   refs/heads/v3-0-test (6655e87ee6d)

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.

The 7 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 airflow/ui/src/pages/Dag/Backfills/Backfills.tsx   | 135 +++++++++++++++++++++
 .../Details/Graph => pages/Dag/Backfills}/index.ts |   2 +-
 airflow/ui/src/pages/Dag/Dag.tsx                   |   3 +-
 airflow/ui/src/queries/useLogs.tsx                 |  23 +++-
 airflow/ui/src/router.tsx                          |   2 +
 generated/provider_dependencies.json               |   1 +
 providers/common/sql/README.rst                    |   1 +
 providers/common/sql/pyproject.toml                |   3 +
 .../providers/common/sql/get_provider_info.py      |   7 +-
 .../fab/src/airflow/providers/fab/www/views.py     |   2 +-
 task_sdk/pyproject.toml                            |   2 +-
 task_sdk/src/airflow/sdk/__init__.py               |   2 +-
 .../src/airflow/sdk/api/datamodels/_generated.py   |   2 +-
 13 files changed, 174 insertions(+), 11 deletions(-)
 create mode 100644 airflow/ui/src/pages/Dag/Backfills/Backfills.tsx
 copy airflow/ui/src/{layouts/Details/Graph => pages/Dag/Backfills}/index.ts 
(95%)

Reply via email to