Skip to content

Commit 44055a7

Browse files
authored
Sync packages/model-registry with upstream (opendatahub-io#5536)
* Update @odh-dashboard/model-registry tracking to 9fd5e6d75f98e5a01e48bd5b47cb7e9ae3c2f022 (no file changes) * Update @odh-dashboard/model-registry tracking to 2789aecd1e003827fe6524d1119d69fa4973501d (no file changes) * Update @odh-dashboard/model-registry tracking to 19e0c39d5edfa3f154e4d0aa0f062dfabff3b8e7 (no file changes) * Update @odh-dashboard/model-registry tracking to d3a4f3464fa3e18aa1bd6e26ae49bee5fb51a3d0 (no file changes) * Update @odh-dashboard/model-registry tracking to 204970df2d60189103d390c5e44d5b70e72396b6 (no file changes) * Update @odh-dashboard/model-registry tracking to 1f9305f1fa40a4e885690b9e535b5d7acf35c4ca (no file changes) * Update @odh-dashboard/model-registry tracking to df52725fd79460ae134693c608351f2a810b5d67 (no file changes) * Update @odh-dashboard/model-registry tracking to b5dcaeba464f00faafe9cf2517cc7bfa26a64262 (no file changes) * Update @odh-dashboard/model-registry tracking to 69427275a9585bc9b4647e672aa7d9882f98204c (no file changes) * Update @odh-dashboard/model-registry: Refactor use case filter to use multi-select instead of single-select (opendatahub-io#1854) Upstream commit: f7d0994098afcadc90aa7d9655632b74aa92f4a4 * Update @odh-dashboard/model-registry: "Community and custom models" section should be hidden if there are no catalog sources without labels (opendatahub-io#1836) Upstream commit: e5fa69fa5047c8cf277152c41f9e5f72e33143c3 * Update @odh-dashboard/model-registry: Add manaswinidas to UI owners list (opendatahub-io#1882) Upstream commit: e73e95c7249769801c2274789184ae05e36e894e * Update @odh-dashboard/model-registry tracking to 35bb6dcabb620dcaf5030481f29a7fc1aa99fe94 (no file changes) * Update @odh-dashboard/model-registry: Add OpenAPI spec and STUB endpoints for model catalog settings (opendatahub-io#1878) Upstream commit: 9450f1ae89366279314c7bda575466d990bcf41c * Update @odh-dashboard/model-registry tracking to 2eee042a3299b9bc9340a25eec10e9611c67013c (no file changes) * Update @odh-dashboard/model-registry: Slider Issues for Hardware Configuration (opendatahub-io#1835) Upstream commit: d3c39243946b8fa95129c4521a3cd3dd805ce023 * Update @odh-dashboard/model-registry: Add Openapi spec and STUB endpoint for source_preview (opendatahub-io#1884) Upstream commit: 847b9d82092c0f2a254803c68d5535d6c6b0a605 * Update @odh-dashboard/model-registry tracking to cf19d4faa17f519f2417b5f7de14e47853fff6ea (no file changes) * Update @odh-dashboard/model-registry tracking to 60a3226076e3dfc0829bf7d944d188adb9b56ec6 (no file changes) * Update @odh-dashboard/model-registry: Bumping some indirect dependencies (#1892) Upstream commit: f01c5b0abe683f526e0031a36ef19c90cb2a1552 * Update @odh-dashboard/model-registry: build(deps): bump koa and @module-federation/enhanced in /clients/ui/frontend (opendatahub-io#1893) Upstream commit: eed2288ba94966080d8b094781e7105da1c42fe7 * Update @odh-dashboard/model-registry: Initial Api state for Model Catalog Admins Section Page (opendatahub-io#1886) Upstream commit: ad4a41c39aec061756bf0899923d8c0185268a0b * Update @odh-dashboard/model-registry tracking to 6359c802f31c6946d1a98c0095d8f15f40705599 (no file changes) * Update @odh-dashboard/model-registry tracking to 591d8b8ff0ae7abd91748bbc13793427db3753fc (no file changes) * Update @odh-dashboard/model-registry: Initial Model Catalog Settings Modal (opendatahub-io#1880) Upstream commit: 1ae75bba2ddc37e91be13f5404a7600b7adbaf4a * Update @odh-dashboard/model-registry tracking to fb2564fb9a6de53fd5c0ef37d6ac259c6b44da46 (no file changes) * Update @odh-dashboard/model-registry tracking to be92b738c4e84b9b8779429949c1aa853f887a19 (no file changes) * Update @odh-dashboard/model-registry: Add workload type characteristics and default max latency values (opendatahub-io#1889) Upstream commit: 0584cd76a52c64dbe86025e27fa8a2d916e1fa05 * Fix useModularArchContext should be inside ModularArchContextProvider * Fix Cypress mock tests
1 parent 8426f0a commit 44055a7

File tree

74 files changed

+3792
-540
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

74 files changed

+3792
-540
lines changed

frontend/src/__tests__/cypress/cypress/tests/mocked/modelCatalogSettings/modelCatalogSettings.cy.ts

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,11 @@ const setupMocksForMCSettingAccess = () => {
3131
aiCatalogSettings: true,
3232
}),
3333
);
34+
cy.interceptOdh(
35+
'GET /model-registry/api/:apiVersion/user',
36+
{ path: { apiVersion: 'v1' } },
37+
{ data: { userId: 'user@example.com', clusterAdmin: true } },
38+
);
3439
};
3540

3641
it('AI catalog settings should not be available for non product admins', () => {

packages/model-registry/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"repo": "https://github.com/kubeflow/model-registry.git",
2323
"src": "clients/ui",
2424
"target": "upstream",
25-
"commit": "b42af1fe30ebaa2ed9495266fef42518699b6a66"
25+
"commit": "0584cd76a52c64dbe86025e27fa8a2d916e1fa05"
2626
},
2727
"module-federation": {
2828
"name": "modelRegistry",

packages/model-registry/upstream/OWNERS

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,4 @@ approvers:
44
- Griffin-Sullivan
55
- lucferbux
66
- mturley
7+
- manaswinidas

0 commit comments

Comments
 (0)