Skip to content
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

Merged
merged 13 commits into from
Sep 30, 2024
Merged

Commits on Sep 24, 2024

  1. feat(docs): add kind - ingress instructions to deploy model registry (#…

    …410)
    
    * feat(docs): added documentation about using mr on kind with ingress
    
    Signed-off-by: Alessio Pragliola <seth.pro@gmail.com>
    
    * feat(docs): added link to the ingress guide in CONTRIBUTING.md
    
    Signed-off-by: Alessio Pragliola <seth.pro@gmail.com>
    
    * chore(docs): apply suggestions from code review
    
    Co-authored-by: Matteo Mortari <matteo.mortari@gmail.com>
    Signed-off-by: Alessio Pragliola <83355398+Al-Pragliola@users.noreply.github.com>
    
    * feat(docs): added port forwarding guide
    
    Signed-off-by: Alessio Pragliola <seth.pro@gmail.com>
    
    Co-authored-by: Matteo Mortari <matteo.mortari@gmail.com>
    
    * chore(docs): apply suggestions from code review
    
    Co-authored-by: Matteo Mortari <matteo.mortari@gmail.com>
    Signed-off-by: Alessio Pragliola <83355398+Al-Pragliola@users.noreply.github.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: Matteo Mortari <matteo.mortari@gmail.com>
    Al-Pragliola and tarilabs committed Sep 24, 2024
    Configuration menu
    Copy the full SHA
    7958ab6 View commit details
    Browse the repository at this point in the history
  2. build(deps): bump @patternfly/react-core from 6.0.0-alpha.102 to 6.0.…

    …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/react-core@6.0.0-alpha.102...@patternfly/react-core@6.0.0-prerelease.14)
    
    ---
    updated-dependencies:
    - dependency-name: "@patternfly/react-core"
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed Sep 24, 2024
    Configuration menu
    Copy the full SHA
    99251f4 View commit details
    Browse the repository at this point in the history
  3. build(deps): bump dompurify and @types/dompurify in /clients/ui/front…

    …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] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed Sep 24, 2024
    Configuration menu
    Copy the full SHA
    a263591 View commit details
    Browse the repository at this point in the history
  4. Small cleanup on cypress gitignore (#408)

    Signed-off-by: Eder Ignatowicz <ignatowicz@gmail.com>
    ederign committed Sep 24, 2024
    Configuration menu
    Copy the full SHA
    85417f2 View commit details
    Browse the repository at this point in the history
  5. py: show Kubeflow alpha banner like website (#422)

    Signed-off-by: Matteo Mortari <matteo.mortari@gmail.com>
    tarilabs committed Sep 24, 2024
    Configuration menu
    Copy the full SHA
    3afc987 View commit details
    Browse the repository at this point in the history
  6. Add views for Model Versions and Model Details (#409)

    Signed-off-by: Griffin-Sullivan <gsulliva@redhat.com>
    Griffin-Sullivan committed Sep 24, 2024
    Configuration menu
    Copy the full SHA
    e0598fd View commit details
    Browse the repository at this point in the history

Commits on Sep 25, 2024

  1. Add Model Registry Settings view (#423)

    Signed-off-by: lucferbux <lferrnan@redhat.com>
    lucferbux committed Sep 25, 2024
    Configuration menu
    Copy the full SHA
    89fdaff View commit details
    Browse the repository at this point in the history
  2. fix(csi): prevent race condition in ci tests step (#426)

    * fix(csi): prevent race condition in ci tests step
    
    Signed-off-by: Alessio Pragliola <seth.pro@gmail.com>
    
    * chore(csi): reword repeat_cmd_until fail msg
    
    Signed-off-by: Alessio Pragliola <seth.pro@gmail.com>
    
    * refactor(csi): move wait_for_port in test_utils
    
    Signed-off-by: Alessio Pragliola <seth.pro@gmail.com>
    
    ---------
    
    Signed-off-by: Alessio Pragliola <seth.pro@gmail.com>
    Al-Pragliola committed Sep 25, 2024
    Configuration menu
    Copy the full SHA
    3110d1b View commit details
    Browse the repository at this point in the history
  3. OAS: add generic artifacts routes (#406)

    * OAS: add generic artifacts routes
    
    Signed-off-by: Isabella do Amaral <idoamara@redhat.com>
    
    * OAS: make discriminator explicit as model prop
    
    Signed-off-by: Isabella do Amaral <idoamara@redhat.com>
    
    * update existing artifact with custom helper
    
    Signed-off-by: Isabella do Amaral <idoamara@redhat.com>
    
    ---------
    
    Signed-off-by: Isabella do Amaral <idoamara@redhat.com>
    isinyaaa committed Sep 25, 2024
    Configuration menu
    Copy the full SHA
    0d77878 View commit details
    Browse the repository at this point in the history
  4. temporarly bump on path-to-regexp (#427)

    Signed-off-by: Eder Ignatowicz <ignatowicz@gmail.com>
    ederign committed Sep 25, 2024
    Configuration menu
    Copy the full SHA
    68b5dc7 View commit details
    Browse the repository at this point in the history
  5. build(deps-dev): bump @types/jest from 29.5.12 to 29.5.13 in /clients…

    …/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] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed Sep 25, 2024
    Configuration menu
    Copy the full SHA
    3761a6a View commit details
    Browse the repository at this point in the history

Commits on Sep 26, 2024

  1. Add the Model Version Details and Model Version Archive pages (#428)

    Signed-off-by: Griffin-Sullivan <gsulliva@redhat.com>
    Griffin-Sullivan committed Sep 26, 2024
    Configuration menu
    Copy the full SHA
    97f5751 View commit details
    Browse the repository at this point in the history

Commits on Sep 27, 2024

  1. Add Register Model and Register Model Version form (#431)

    Signed-off-by: lucferbux <lferrnan@redhat.com>
    lucferbux committed Sep 27, 2024
    Configuration menu
    Copy the full SHA
    7990b69 View commit details
    Browse the repository at this point in the history