Skip to content

[pull] main from kubeflow:main#749

Merged
openshift-merge-bot[bot] merged 18 commits intoopendatahub-io:mainfrom
kubeflow:main
Nov 21, 2025
Merged

[pull] main from kubeflow:main#749
openshift-merge-bot[bot] merged 18 commits intoopendatahub-io:mainfrom
kubeflow:main

Conversation

@pull
Copy link
Copy Markdown

@pull pull Bot commented Nov 18, 2025

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 : )

manaswinidas and others added 2 commits November 18, 2025 15:34
…#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>
@pull pull Bot locked and limited conversation to collaborators Nov 18, 2025
manaswinidas and others added 2 commits November 19, 2025 15:34
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>
ppadti and others added 10 commits November 19, 2025 18:02
* 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>
chambridge and others added 3 commits November 20, 2025 20:40
#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>
@pboyd
Copy link
Copy Markdown

pboyd commented Nov 21, 2025

/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>
Copy link
Copy Markdown

@Al-Pragliola Al-Pragliola left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

label tide/merge-method-merge is applied

/ok-to-test
/lgtm
/approve

@pboyd
Copy link
Copy Markdown

pboyd commented Nov 21, 2025

/retest

@openshift-merge-bot openshift-merge-bot Bot merged commit 7b01b10 into opendatahub-io:main Nov 21, 2025
30 of 32 checks passed
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

9 participants