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

potiuk pushed a change to branch ci-upgrade-main
in repository https://gitbox.apache.org/repos/asf/airflow.git


    omit 2b36c243b95 Keep workspace-relative action references in CI workflows
    omit 65c4ad1edd6 [main] CI: Upgrade important CI environment
     add 251cd91bb24 Migrate google + pagerduty + anthropic providers to 
`httpx2` (#72111)
     add 082b596dee4 Preview JSON fields as inline badges in tables (#72353)
     add c7b14d1b2f4 Close spanish translation gap (#71796)
     add 3152d7af90c More human readable duration strings (#72350)
     add 0f0fb954230 Fix Postgres tutorial for psycopg3 (#72562)
     add 069a973de5b Fix Databricks hook dropping tasks beyond the first page 
of a run (#72304)
     add e90b59dc3e1 Use non-deprecated user_agent_entry param in 
DatabricksSqlHook (#72103)
     add 9326946b158 Report a retried Databricks task once, from its last 
attempt (#72313)
     add ac03ede6f75 Warn about the DatabricksSQLStatementsSensor exclusivity 
tightening (#72761)
     add 9004b834746 Fix FAB ignoring create_metadata_engine from local 
settings (#71674)
     add a3bf92fe855 Fix lineage entities sharing mutable defaults across 
instances (#72509)
     add eae48e23abe [main] CI: Upgrade important CI environment
     add aa57e8d9618 Keep workspace-relative action references in CI workflows

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   (2b36c243b95)
            \
             N -- N -- N   refs/heads/ci-upgrade-main (aa57e8d9618)

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:
 airflow-core/docs/tutorial/pipeline.rst            |  24 +-
 .../ui/public/i18n/locales/en/components.json      |   4 +
 .../airflow/ui/public/i18n/locales/es/admin.json   |  29 +-
 .../airflow/ui/public/i18n/locales/es/assets.json  |  22 +-
 .../airflow/ui/public/i18n/locales/es/browse.json  |   5 +-
 .../airflow/ui/public/i18n/locales/es/common.json  | 220 +++++++++---
 .../ui/public/i18n/locales/es/components.json      |  53 +--
 .../src/airflow/ui/public/i18n/locales/es/dag.json |  52 +--
 .../airflow/ui/public/i18n/locales/es/dags.json    |  27 +-
 .../ui/public/i18n/locales/es/dashboard.json       |   8 +-
 .../airflow/ui/public/i18n/locales/es/hitl.json    |  20 +-
 .../ClearTaskInstanceConfirmationDialog.tsx        |   5 +-
 .../src/airflow/ui/src/components/DagRunInfo.tsx   |   8 +-
 .../{WarningAlert.tsx => DurationCell.tsx}         |  29 +-
 .../airflow/ui/src/components/DurationChart.tsx    |  32 +-
 .../HITLReview/HITLReviewDetailSummary.tsx         |   5 +-
 .../ui/src/components/JsonPreviewBadges.tsx        | 120 +++++++
 .../ui/src/components/RenderedJsonField.test.tsx   | 149 +++++++++
 .../ui/src/components/RenderedJsonField.tsx        | 216 +++++++-----
 .../src/components/SlowestTaskInstancesChart.tsx   |  42 ++-
 .../ui/src/components/TaskInstanceTooltip.test.tsx |   7 +-
 .../ui/src/components/TaskInstanceTooltip.tsx      |   7 +-
 .../ui/src/layouts/Details/Gantt/GanttTimeline.tsx |  11 +-
 .../ui/src/layouts/Details/Gantt/utils.test.ts     |  25 +-
 .../airflow/ui/src/layouts/Details/Gantt/utils.ts  |  23 +-
 .../ui/src/layouts/Details/Grid/DurationTick.tsx   |  16 +-
 .../src/layouts/Details/Grid/GridButton.test.tsx   |   2 +-
 .../ui/src/layouts/Details/Grid/GridButton.tsx     |   3 +-
 .../ui/src/pages/Dag/Backfills/Backfills.tsx       |  21 +-
 .../src/airflow/ui/src/pages/Dag/Code/Code.tsx     |   3 +-
 .../ui/src/pages/Dag/DeadlineAlertsBadge.test.tsx  |   4 +-
 .../ui/src/pages/Dag/DeadlineAlertsBadge.tsx       |   4 +-
 .../src/airflow/ui/src/pages/Dag/Details.tsx       |   3 +-
 .../ui/src/pages/Dag/Overview/DeadlineRow.tsx      |   4 +-
 .../ui/src/pages/Dag/Overview/Overview.test.tsx    |   6 +-
 .../src/airflow/ui/src/pages/DagRuns/DagRuns.tsx   |   5 +-
 .../airflow/ui/src/pages/DagsList/RecentRuns.tsx   |   3 +-
 .../ui/src/pages/GroupTaskInstance/Header.tsx      |   5 +-
 .../ui/src/pages/MappedTaskInstance/Details.tsx    |   5 +-
 .../ui/src/pages/MappedTaskInstance/Header.tsx     |   5 +-
 .../airflow/ui/src/pages/Run/DeadlineStatus.tsx    |   9 +-
 .../ui/src/pages/Run/DeadlineStatusModal.tsx       |   7 +-
 .../src/airflow/ui/src/pages/Run/Details.tsx       |   5 +-
 .../src/airflow/ui/src/pages/Run/Header.tsx        |   5 +-
 .../airflow/ui/src/pages/TaskInstance/Details.tsx  |   3 +-
 .../airflow/ui/src/pages/TaskInstance/Header.tsx   |   5 +-
 .../ui/src/pages/TaskInstances/TaskInstances.tsx   |   5 +-
 .../src/airflow/ui/src/utils/datetimeUtils.test.ts | 372 +++++++++++++++++----
 .../src/airflow/ui/src/utils/datetimeUtils.ts      | 309 +++++++++++++----
 .../src/airflow/ui/src/utils/deadlines.test.ts     |   2 +-
 airflow-core/src/airflow/ui/src/utils/deadlines.ts |   3 +-
 airflow-core/src/airflow/ui/src/utils/index.ts     |   2 +-
 .../src/airflow/ui/src/utils/jsonPreview.test.ts   |  69 ++++
 .../src/airflow/ui/src/utils/jsonPreview.ts        |  77 +++++
 .../ui/src/utils/useDurationFormat.test.tsx        |  80 +++++
 .../src/airflow/ui/src/utils/useDurationFormat.ts  |  64 ++++
 .../.ast-grep/rules/no-httpx-import.yml            |  58 ++--
 .../pod.yaml => providers/.ast-grep/sgconfig.yml   |  27 +-
 providers/.pre-commit-config.yaml                  |   9 +
 .../src/airflow/providers/airbyte/hooks/airbyte.py |   3 +
 .../providers/common/compat/lineage/entities.py    |  10 +-
 .../unit/common/compat/lineage/test_entities.py    |  47 +++
 providers/databricks/docs/changelog.rst            |  10 +
 .../providers/databricks/hooks/databricks.py       |  57 ++--
 .../providers/databricks/hooks/databricks_sql.py   |   2 +-
 .../providers/databricks/utils/databricks.py       |  24 +-
 .../tests/unit/databricks/hooks/test_databricks.py |  48 +++
 .../tests/unit/databricks/utils/test_databricks.py | 106 ++++++
 .../fab/auth_manager/cli_commands/utils.py         |   9 +-
 .../providers/fab/auth_manager/models/db.py        |   4 +-
 providers/fab/src/airflow/providers/fab/www/app.py |   4 +-
 providers/fab/src/airflow/providers/fab/www/db.py  |  50 +++
 .../fab/auth_manager/cli_commands/test_utils.py    |  15 +
 .../fab/tests/unit/fab/www/test_app.py             |  28 +-
 providers/fab/tests/unit/fab/www/test_db.py        |  75 +++++
 providers/google/README.rst                        |   2 +-
 providers/google/docs/changelog.rst                |   7 +
 providers/google/docs/index.rst                    |   2 +-
 providers/google/pyproject.toml                    |   2 +-
 .../providers/google/cloud/hooks/cloud_sql.py      |  10 +-
 .../unit/google/cloud/hooks/test_cloud_sql.py      |  25 ++
 .../providers/microsoft/azure/hooks/msgraph.py     |   3 +
 providers/pagerduty/README.rst                     |   2 +-
 providers/pagerduty/docs/changelog.rst             |   5 +
 providers/pagerduty/docs/index.rst                 |   2 +-
 providers/pagerduty/pyproject.toml                 |   2 +-
 .../unit/pagerduty/hooks/test_pagerduty_events.py  |  10 +-
 .../airflow/providers/weaviate/hooks/weaviate.py   |   3 +
 uv.lock                                            |   6 +-
 89 files changed, 2291 insertions(+), 625 deletions(-)
 copy airflow-core/src/airflow/ui/src/components/{WarningAlert.tsx => 
DurationCell.tsx} (55%)
 create mode 100644 
airflow-core/src/airflow/ui/src/components/JsonPreviewBadges.tsx
 create mode 100644 
airflow-core/src/airflow/ui/src/components/RenderedJsonField.test.tsx
 create mode 100644 airflow-core/src/airflow/ui/src/utils/jsonPreview.test.ts
 create mode 100644 airflow-core/src/airflow/ui/src/utils/jsonPreview.ts
 create mode 100644 
airflow-core/src/airflow/ui/src/utils/useDurationFormat.test.tsx
 create mode 100644 airflow-core/src/airflow/ui/src/utils/useDurationFormat.ts
 copy scripts/ci/dockerfiles/krb5-kdc-server/krb5.conf => 
providers/.ast-grep/rules/no-httpx-import.yml (52%)
 copy kubernetes-tests/tests/kubernetes_tests/pod.yaml => 
providers/.ast-grep/sgconfig.yml (62%)
 create mode 100644 
providers/common/compat/tests/unit/common/compat/lineage/test_entities.py
 create mode 100644 providers/fab/src/airflow/providers/fab/www/db.py
 copy task-sdk/tests/task_sdk/dags/dag_parsing_context.py => 
providers/fab/tests/unit/fab/www/test_app.py (56%)
 create mode 100644 providers/fab/tests/unit/fab/www/test_db.py

Reply via email to