-
Notifications
You must be signed in to change notification settings - Fork 8
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[pull] main from kubeflow:main #128
Conversation
…410) * feat(docs): added documentation about using mr on kind with ingress Signed-off-by: Alessio Pragliola <[email protected]> * feat(docs): added link to the ingress guide in CONTRIBUTING.md Signed-off-by: Alessio Pragliola <[email protected]> * chore(docs): apply suggestions from code review Co-authored-by: Matteo Mortari <[email protected]> Signed-off-by: Alessio Pragliola <[email protected]> * feat(docs): added port forwarding guide Signed-off-by: Alessio Pragliola <[email protected]> Co-authored-by: Matteo Mortari <[email protected]> * chore(docs): apply suggestions from code review Co-authored-by: Matteo Mortari <[email protected]> Signed-off-by: Alessio Pragliola <[email protected]> --------- Signed-off-by: Alessio Pragliola <[email protected]> Signed-off-by: Alessio Pragliola <[email protected]> Co-authored-by: Matteo Mortari <[email protected]>
…0-prerelease.14 in /clients/ui/frontend (#416) Bumps [@patternfly/react-core](https://github.com/patternfly/patternfly-react) from 6.0.0-alpha.102 to 6.0.0-prerelease.14. - [Release notes](https://github.com/patternfly/patternfly-react/releases) - [Commits](https://github.com/patternfly/patternfly-react/compare/@patternfly/[email protected]...@patternfly/[email protected]) --- updated-dependencies: - dependency-name: "@patternfly/react-core" dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
…end (#418) Bumps [dompurify](https://github.com/cure53/DOMPurify) and [@types/dompurify](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/dompurify). These dependencies needed to be updated together. Updates `dompurify` from 2.5.6 to 3.1.6 - [Release notes](https://github.com/cure53/DOMPurify/releases) - [Commits](cure53/DOMPurify@2.5.6...3.1.6) Updates `@types/dompurify` from 2.4.0 to 3.0.5 - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/dompurify) --- updated-dependencies: - dependency-name: dompurify dependency-type: direct:production update-type: version-update:semver-major - dependency-name: "@types/dompurify" dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Signed-off-by: Eder Ignatowicz <[email protected]>
Signed-off-by: Matteo Mortari <[email protected]>
Signed-off-by: Griffin-Sullivan <[email protected]>
Hi @pull[bot]. Thanks for your PR. I'm waiting for a opendatahub-io member to verify that this patch is reasonable to test. If it is, they should reply with Once the patch is verified, the new status will be reflected by the I understand the commands that are listed here. Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. |
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #128 +/- ##
==========================================
- Coverage 78.23% 77.58% -0.66%
==========================================
Files 23 24 +1
Lines 2118 2159 +41
Branches 145 145
==========================================
+ Hits 1657 1675 +18
- Misses 269 287 +18
- Partials 192 197 +5 ☔ View full report in Codecov by Sentry. |
Signed-off-by: lucferbux <[email protected]>
* fix(csi): prevent race condition in ci tests step Signed-off-by: Alessio Pragliola <[email protected]> * chore(csi): reword repeat_cmd_until fail msg Signed-off-by: Alessio Pragliola <[email protected]> * refactor(csi): move wait_for_port in test_utils Signed-off-by: Alessio Pragliola <[email protected]> --------- Signed-off-by: Alessio Pragliola <[email protected]>
* OAS: add generic artifacts routes Signed-off-by: Isabella do Amaral <[email protected]> * OAS: make discriminator explicit as model prop Signed-off-by: Isabella do Amaral <[email protected]> * update existing artifact with custom helper Signed-off-by: Isabella do Amaral <[email protected]> --------- Signed-off-by: Isabella do Amaral <[email protected]>
Signed-off-by: Eder Ignatowicz <[email protected]>
…/ui/frontend (#419) Bumps [@types/jest](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/jest) from 29.5.12 to 29.5.13. - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/jest) --- updated-dependencies: - dependency-name: "@types/jest" dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Signed-off-by: Griffin-Sullivan <[email protected]>
Signed-off-by: lucferbux <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
- keep feat(docs): add kind - ingress instructions to deploy model registry kubeflow/model-registry#410
- keep build(deps): bump @patternfly/react-core from 6.0.0-alpha.102 to 6.0.0-prerelease.14 in /clients/ui/frontend kubeflow/model-registry#416
- keep build(deps): bump dompurify and @types/dompurify in /clients/ui/frontend kubeflow/model-registry#418
- keep Small cleanup on cypress gitignore kubeflow/model-registry#408
- keep py: show Kubeflow alpha banner like website kubeflow/model-registry#422
- keep Add views for Model Versions and Model Details kubeflow/model-registry#409
- keep Add Model Registry Settings view kubeflow/model-registry#423
- keep fix(csi): prevent race condition in ci tests step kubeflow/model-registry#426
- keep OAS: add generic artifacts routes kubeflow/model-registry#406
- keep temporarly bump on path-to-regexp kubeflow/model-registry#427
- keep build(deps-dev): bump @types/jest from 29.5.12 to 29.5.13 in /clients/ui/frontend kubeflow/model-registry#419
- keep Add the Model Version Details and Model Version Archive pages kubeflow/model-registry#428
- keep Add Register Model and Register Model Version form kubeflow/model-registry#431
labels are applied,
/lgtm
/approve
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: pull[bot], tarilabs The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
337bf43
into
opendatahub-io:main
See Commits and Changes for more details.
Created by pull[bot]
Can you help keep this open source service alive? 💖 Please sponsor : )