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

potiuk pushed a change to branch prepare-python-client314
in repository https://gitbox.apache.org/repos/asf/airflow.git


 discard 2531e01a24b Update version and add changelog for 3.1.4 Python Client 
Release
     add 274e096e6df Fix flaky test_get_last_ti_filters_removed_tasks and 
Pydantic v2 discriminator error to fix CI (#59273)
     add 612a290a34e Enhance code view to support search and diff (#55467)
     add ffb180b9ee4 Update main as Apache Airflow 3.1.4 has been released 
(#59268)
     add f1fdcdc0249 Return 403 when the Keycloak access token is expired 
(#59281)
     add 925376664f8 A few more missing compat imports in example dags (#59283)
     add e5b8ebe541f Update version and add changelog for 3.1.4 Python Client 
Release

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   (2531e01a24b)
            \
             N -- N -- N   refs/heads/prepare-python-client314 (e5b8ebe541f)

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/ISSUE_TEMPLATE/1-airflow_bug_report.yml    |   2 +-
 Dockerfile                                         |   2 +-
 README.md                                          |  12 +-
 RELEASE_NOTES.rst                                  |  85 +++++++
 .../docs/installation/supported-versions.rst       |   2 +-
 .../execution_api/datamodels/taskinstance.py       |   3 +-
 airflow-core/src/airflow/ui/package.json           |   1 +
 airflow-core/src/airflow/ui/pnpm-lock.yaml         |  41 ++++
 .../airflow/ui/public/i18n/locales/en/common.json  |   3 +
 .../src/airflow/ui/src/pages/Dag/Code/Code.tsx     | 249 ++++++++++++++-------
 .../ui/src/pages/Dag/Code/CodeDiffViewer.tsx       |  87 +++++++
 .../Dag/Code/VersionCompareSelect.tsx}             |  52 +++--
 airflow-core/tests/unit/models/test_dagrun.py      |   9 +-
 dev/breeze/src/airflow_breeze/global_constants.py  |   2 +-
 generated/PYPI_README.md                           |  10 +-
 .../tests/system/amazon/aws/example_appflow.py     |   7 +-
 .../tests/system/amazon/aws/example_http_to_s3.py  |   7 +-
 .../amazon/tests/system/amazon/aws/utils/k8s.py    |   6 +-
 .../keycloak/auth_manager/keycloak_auth_manager.py |   3 +
 .../auth_manager/test_keycloak_auth_manager.py     |   1 +
 reproducible_build.yaml                            |   4 +-
 scripts/ci/prek/supported_versions.py              |   2 +-
 22 files changed, 457 insertions(+), 133 deletions(-)
 create mode 100644 
airflow-core/src/airflow/ui/src/pages/Dag/Code/CodeDiffViewer.tsx
 copy airflow-core/src/airflow/ui/src/{components/DagVersionSelect.tsx => 
pages/Dag/Code/VersionCompareSelect.tsx} (72%)

Reply via email to