This is an automated email from the ASF dual-hosted git repository.
jedcunningham pushed a change to branch disable-db-access-tasks
in repository https://gitbox.apache.org/repos/asf/airflow.git
discard 93aacd26757 Disable ORM access from Tasks, DAG processing and Triggers
add 0104131f50a update breadcrumb spacing (#47396)
add f3c1f219f89 Link to asset from asset event in dashboard. (#47385)
add 351131c189c Do not send creds as querystring in Simple auth manager
(#47397)
add 3e8284d2b5e Reuse Asset Event card list in Asset Details page (#47403)
add 74febb9a2bf Revert "AIP-84 | Add Auth for Dags" (#47402)
add 63cb614c002 Disable ORM access from Tasks, DAG processing and Triggers
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 (93aacd26757)
\
N -- N -- N refs/heads/disable-db-access-tasks (63cb614c002)
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/api_fastapi/common/db/common.py | 52 ++++++-------
airflow/api_fastapi/common/parameters.py | 11 ++-
airflow/api_fastapi/core_api/base.py | 23 ------
.../api_fastapi/core_api/openapi/v1-generated.yaml | 36 ++++-----
airflow/api_fastapi/core_api/routes/public/dags.py | 17 +----
airflow/api_fastapi/core_api/security.py | 56 ++------------
.../managers/simple/ui/src/login/LoginForm.tsx | 48 ++++++------
airflow/ui/openapi-gen/queries/common.ts | 4 +-
airflow/ui/openapi-gen/queries/prefetch.ts | 9 ++-
airflow/ui/openapi-gen/queries/queries.ts | 9 ++-
airflow/ui/openapi-gen/queries/suspense.ts | 9 ++-
airflow/ui/openapi-gen/requests/services.gen.ts | 8 +-
airflow/ui/openapi-gen/requests/types.gen.ts | 1 +
.../Assets}/AssetEvent.tsx | 40 ++++++----
.../Assets}/AssetEvents.tsx | 56 +++++++-------
airflow/ui/src/components/BreadcrumbStats.tsx | 2 +-
airflow/ui/src/components/HeaderCard.tsx | 2 +-
airflow/ui/src/layouts/Details/DagBreadcrumb.tsx | 1 -
airflow/ui/src/layouts/Details/DetailsLayout.tsx | 2 +-
airflow/ui/src/pages/Asset/Asset.tsx | 7 +-
airflow/ui/src/pages/AssetEvents.tsx | 86 ----------------------
.../HistoricalMetrics/HistoricalMetrics.tsx | 6 +-
.../core_api/routes/public/test_dags.py | 72 +-----------------
tests/api_fastapi/core_api/test_security.py | 8 +-
24 files changed, 175 insertions(+), 390 deletions(-)
rename airflow/ui/src/{pages/Dashboard/HistoricalMetrics =>
components/Assets}/AssetEvent.tsx (78%)
rename airflow/ui/src/{pages/Dashboard/HistoricalMetrics =>
components/Assets}/AssetEvents.tsx (66%)
delete mode 100644 airflow/ui/src/pages/AssetEvents.tsx