[pull] main from kubeflow:main#749
Merged
openshift-merge-bot[bot] merged 18 commits intoopendatahub-io:mainfrom Nov 21, 2025
Merged
[pull] main from kubeflow:main#749openshift-merge-bot[bot] merged 18 commits intoopendatahub-io:mainfrom
openshift-merge-bot[bot] merged 18 commits intoopendatahub-io:mainfrom
Conversation
…#1854) * Refactor use case filter to use multi-select filter Signed-off-by: manaswinidas <dasmanaswini10@gmail.com> * Mock data changes Signed-off-by: manaswinidas <dasmanaswini10@gmail.com> * Address review comments Signed-off-by: manaswinidas <dasmanaswini10@gmail.com> * Cleanup and unit test fixes Signed-off-by: manaswinidas <dasmanaswini10@gmail.com> * Fix Cypress tests Signed-off-by: manaswinidas <dasmanaswini10@gmail.com> --------- Signed-off-by: manaswinidas <dasmanaswini10@gmail.com>
…o catalog sources without labels (#1836) * hiding a section when no source labels Signed-off-by: Yulia Krimerman <juliapiterova@hotmail.com> * addressed nit Signed-off-by: Yulia Krimerman <juliapiterova@hotmail.com> * reverted the mocks change Signed-off-by: Yulia Krimerman <juliapiterova@hotmail.com> --------- Signed-off-by: Yulia Krimerman <juliapiterova@hotmail.com>
Signed-off-by: manaswinidas <dasmanaswini10@gmail.com>
* fix(catalog): remove metrics artifacts when loading a model The number of dev model artifacts is growing unbounded at the moment. Signed-off-by: Paul Boyd <paul@pboyd.io> * chore: cleanup unnecessary codegen hacks Signed-off-by: Paul Boyd <paul@pboyd.io> --------- Signed-off-by: Paul Boyd <paul@pboyd.io>
* Add OpenAPI spec and STUB endpoints for MC settings Signed-off-by: ppadti <ppadti@redhat.com> * update OpenApi spec Signed-off-by: ppadti <ppadti@redhat.com> * Add STUB endpoints and mock to model catalog admin settings Signed-off-by: ppadti <ppadti@redhat.com> * Update openapi spec types and handler Signed-off-by: ppadti <ppadti@redhat.com> * Resturcture the files Signed-off-by: ppadti <ppadti@redhat.com> * Remove unused logger Signed-off-by: ppadti <ppadti@redhat.com> * Update types and openapi spec Signed-off-by: ppadti <ppadti@redhat.com> --------- Signed-off-by: ppadti <ppadti@redhat.com>
Allow one source label to exist with a null name that can be used for a catch-all. Also adding an official displayName field that can be used to override the name when displaying it. Signed-off-by: Paul Boyd <paul@pboyd.io>
* feat:added slider input field and when handled case when slider is disabled Signed-off-by: Claudia Alphonse <claudialphonse@gmail.com> * feat:added a new shared common slider component and created a common utils for the slider range for rpsand latency Signed-off-by: Claudia Alphonse <claudialphonse@gmail.com> * fix:slider issues Signed-off-by: Claudia Alphonse <claudialphonse@gmail.com> * fix:added fixes for review comments for slider input Signed-off-by: Claudia Alphonse <claudialphonse@gmail.com> --------- Signed-off-by: Claudia Alphonse <claudialphonse@gmail.com>
Signed-off-by: ppadti <ppadti@redhat.com>
Bumps [golang.org/x/crypto](https://github.com/golang/crypto) from 0.41.0 to 0.45.0. - [Commits](golang/crypto@v0.41.0...v0.45.0) --- updated-dependencies: - dependency-name: golang.org/x/crypto dependency-version: 0.45.0 dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
…gen (#1887) Bumps [golang.org/x/crypto](https://github.com/golang/crypto) from 0.35.0 to 0.45.0. - [Commits](golang/crypto@v0.35.0...v0.45.0) --- updated-dependencies: - dependency-name: golang.org/x/crypto dependency-version: 0.45.0 dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Signed-off-by: Eder Ignatowicz <ignatowicz@gmail.com>
…frontend (#1893) Bumps [koa](https://github.com/koajs/koa) to 3.0.3 and updates ancestor dependency [@module-federation/enhanced](https://github.com/module-federation/core/tree/HEAD/packages/enhanced). These dependencies need to be updated together. Updates `koa` from 3.0.1 to 3.0.3 - [Release notes](https://github.com/koajs/koa/releases) - [Changelog](https://github.com/koajs/koa/blob/master/History.md) - [Commits](koajs/koa@v3.0.1...v3.0.3) Updates `@module-federation/enhanced` from 0.18.4 to 0.21.4 - [Release notes](https://github.com/module-federation/core/releases) - [Changelog](https://github.com/module-federation/core/blob/main/packages/enhanced/CHANGELOG.md) - [Commits](https://github.com/module-federation/core/commits/v0.21.4/packages/enhanced) --- updated-dependencies: - dependency-name: koa dependency-version: 3.0.3 dependency-type: indirect - dependency-name: "@module-federation/enhanced" dependency-version: 0.21.4 dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* initial Api state Signed-off-by: Yulia Krimerman <juliapiterova@hotmail.com> * addressed comments Signed-off-by: Yulia Krimerman <juliapiterova@hotmail.com> --------- Signed-off-by: Yulia Krimerman <juliapiterova@hotmail.com>
* feat: bump go to 1.25.3 Signed-off-by: Alessio Pragliola <seth.pro@gmail.com> * chore: pin images to 1.25.3 Signed-off-by: Alessio Pragliola <seth.pro@gmail.com> * fix: bump go tooling Signed-off-by: Alessio Pragliola <seth.pro@gmail.com> --------- Signed-off-by: Alessio Pragliola <seth.pro@gmail.com>
#1895) Problem: Quality engineer reported that catalog models' CreateTimeSinceEpoch and LastUpdateTimeSinceEpoch were showing current time instead of historical timestamps from YAML source data. Root cause: GenericRepository.Save() was unconditionally overwriting timestamps for all entities, breaking YAML catalog imports that need to preserve historical timestamps. Solution: Added PreserveHistoricalTimes boolean configuration flag to distinguish between two use cases: 1. Catalog mode (PreserveHistoricalTimes=true): - Preserves CreateTime and LastUpdateTime from YAML source data - Only auto-generates timestamps if not present in source 2. Registry mode (PreserveHistoricalTimes=false, default): - Always auto-generates timestamps for new entities - Always updates LastUpdateTime on existing entity updates - Preserves historical CreateTime on updates 🤖 Generated with [Claude Code](https://claude.com/claude-code) Signed-off-by: Chris Hambridge <chambrid@redhat.com> Co-authored-by: Claude <noreply@anthropic.com>
* Initial Settings Modal Signed-off-by: Yulia Krimerman <juliapiterova@hotmail.com> * fixed nui theme Signed-off-by: Yulia Krimerman <juliapiterova@hotmail.com> * addressed comments Signed-off-by: Yulia Krimerman <juliapiterova@hotmail.com> * more comments Signed-off-by: Yulia Krimerman <juliapiterova@hotmail.com> * fixed test Signed-off-by: Yulia Krimerman <juliapiterova@hotmail.com> --------- Signed-off-by: Yulia Krimerman <juliapiterova@hotmail.com>
* feat: general include exclude models field in sources file Signed-off-by: Alessio Pragliola <seth.pro@gmail.com> * chore: refactor source filter validation Signed-off-by: Alessio Pragliola <seth.pro@gmail.com> * chore: refactor validation function Signed-off-by: Alessio Pragliola <seth.pro@gmail.com> * feat: apply suggestions from code review Co-authored-by: Paul Boyd <paul@pboyd.io> Signed-off-by: Alessio Pragliola <83355398+Al-Pragliola@users.noreply.github.com> * chore: add case insensitive test Signed-off-by: Alessio Pragliola <seth.pro@gmail.com> * feat: add case-insensitive description Signed-off-by: Alessio Pragliola <seth.pro@gmail.com> --------- Signed-off-by: Alessio Pragliola <seth.pro@gmail.com> Signed-off-by: Alessio Pragliola <83355398+Al-Pragliola@users.noreply.github.com> Co-authored-by: Paul Boyd <paul@pboyd.io>
|
/ok-to-test |
* ci: use defaults for actions/first-interaction Signed-off-by: Matteo Mortari <matteo.mortari@gmail.com> * avoid to fail the WF in case of error https://docs.github.com/en/actions/reference/workflows-and-actions/workflow-syntax#jobsjob_idstepscontinue-on-error Signed-off-by: Matteo Mortari <matteo.mortari@gmail.com> --------- Signed-off-by: Matteo Mortari <matteo.mortari@gmail.com>
Al-Pragliola
approved these changes
Nov 21, 2025
Al-Pragliola
left a comment
There was a problem hiding this comment.
- keep kubeflow#1854
- keep kubeflow#1836
- keep kubeflow#1882
- keep kubeflow#1883
- keep kubeflow#1878
- keep kubeflow#1879
- keep kubeflow#1835
- keep kubeflow#1884
- keep kubeflow#1888
- keep kubeflow#1887
- keep kubeflow#1892
- keep kubeflow#1893
- keep kubeflow#1886
- keep kubeflow#1894
- keep kubeflow#1895
- keep kubeflow#1880
- keep kubeflow#1885
- keep kubeflow#1897
label tide/merge-method-merge is applied
/ok-to-test
/lgtm
/approve
|
/retest |
7b01b10
into
opendatahub-io:main
30 of 32 checks passed
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
See Commits and Changes for more details.
Created by
pull[bot] (v2.0.0-alpha.4)
Can you help keep this open source service alive? 💖 Please sponsor : )