Skip to content

Commit

Permalink
Merge remote-tracking branch 'upstream/main' into rhoai-2.16
Browse files Browse the repository at this point in the history
  • Loading branch information
dchourasia committed Oct 29, 2024
2 parents c0811c0 + 1ee31c6 commit 7978aa1
Show file tree
Hide file tree
Showing 340 changed files with 5,112 additions and 3,201 deletions.
4 changes: 0 additions & 4 deletions .github/trivy.yaml

This file was deleted.

29 changes: 0 additions & 29 deletions .github/workflows/vuln_scan.yml

This file was deleted.

16 changes: 9 additions & 7 deletions backend/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions backend/src/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ export type DashboardConfig = K8sResourceCommon & {
disableAcceleratorProfiles: boolean;
disableDistributedWorkloads: boolean;
disableModelRegistry: boolean;
disableServingRuntimeParams: boolean;
disableConnectionTypes: boolean;
disableStorageClasses: boolean;
disableNIMModelServing: boolean;
Expand Down
1 change: 1 addition & 0 deletions backend/src/utils/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@ export const blankDashboardCR: DashboardConfig = {
disableAcceleratorProfiles: false,
disableDistributedWorkloads: false,
disableModelRegistry: false,
disableServingRuntimeParams: true,
disableConnectionTypes: true,
disableStorageClasses: false,
disableNIMModelServing: true,
Expand Down
1 change: 1 addition & 0 deletions docs/dashboard-config.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ The following are a list of features that are supported, along with there defaul
| disablePerformanceMetrics | false | Disables Endpoint Performance tab from Model Serving metrics. |
| disableDistributedWorkloads | false | Disables Distributed Workload Metrics from the dashboard. |
| disableModelRegistry | false | Disables Model Registry from the dashboard. |
| disableServingRuntimeParams | true | Disables Serving Runtime params from the dashboard. |
| disableConnectionTypes | true | Disables creating custom data connection types from the dashboard. |
| disableStorageClasses | false | Disables storage classes settings nav item from the dashboard. |
| disableNIMModelServing | true | Disables components of NIM Model UI from the dashboard.
Expand Down
2 changes: 1 addition & 1 deletion frontend/.env
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ ODH_FAVICON=odh-favicon.svg
ODH_NOTEBOOK_REPO=opendatahub

########## Change this version with each dashboard release ###########
INTERNAL_DASHBOARD_VERSION=v2.27.0
INTERNAL_DASHBOARD_VERSION=v2.28.0
5 changes: 5 additions & 0 deletions frontend/.eslintrc
Original file line number Diff line number Diff line change
Expand Up @@ -138,6 +138,11 @@
{
"group": ["~/__mocks__/third_party/mlmd", "~/__mocks__/third_party/mlmd/*"],
"message": "Importing from '~/__mocks__/third_party/mlmd/' is restricted to '~/__mocks__/mlmd/'."
},
{
"group": ["@patternfly/react-core"],
"importNames": ["Select"],
"message": "Import 'SimpleSelect', 'MultiSelection' or 'TypeaheadSelect' from '~/components' instead."
}
]
}
Expand Down
118 changes: 51 additions & 67 deletions frontend/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 7978aa1

Please sign in to comment.