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 #135

Closed
wants to merge 10 commits into from
Closed

Commits on Oct 8, 2024

  1. Add archived model to mocks (#467)

    Signed-off-by: lucferbux <[email protected]>
    lucferbux authored Oct 8, 2024
    Configuration menu
    Copy the full SHA
    ebc6ee3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    222194a View commit details
    Browse the repository at this point in the history
  3. Fix UI Bugs for Labels (#466)

    Signed-off-by: Jenny <[email protected]>
    
    fix chips
    jenny-s51 authored Oct 8, 2024
    Configuration menu
    Copy the full SHA
    e680076 View commit details
    Browse the repository at this point in the history

Commits on Oct 9, 2024

  1. Apply MUI theming to Register Model Form (#451)

    Signed-off-by: Jenny <[email protected]>
    
    fix tests
    
    Signed-off-by: Jenny <[email protected]>
    
    add fieldset to custom components
    
    fix spacing issue with helper text
    
    Signed-off-by: Jenny <[email protected]>
    
    remove comment
    
    Signed-off-by: Jenny <[email protected]>
    
    fixes for text area
    
    Signed-off-by: Jenny <[email protected]>
    
    format
    
    Signed-off-by: Jenny <[email protected]>
    
    add model description fix
    
    Signed-off-by: Jenny <[email protected]>
    
    create reusable fieldset component
    
    Signed-off-by: Jenny <[email protected]>
    
    move fieldset to components
    
    Signed-off-by: Jenny <[email protected]>
    
    add prop for className
    
    Signed-off-by: Jenny <[email protected]>
    
    lint
    
    Signed-off-by: Jenny <[email protected]>
    
    fix import warnings
    
    fix TS error with FormFieldset.tsx
    
    Signed-off-by: Jenny <[email protected]>
    
    fix import order errors
    jenny-s51 authored Oct 9, 2024
    Configuration menu
    Copy the full SHA
    661cb25 View commit details
    Browse the repository at this point in the history

Commits on Oct 10, 2024

  1. Add mocked properties to models and versions (#470)

    Signed-off-by: lucferbux <[email protected]>
    lucferbux authored Oct 10, 2024
    Configuration menu
    Copy the full SHA
    0929b4d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1ae613c View commit details
    Browse the repository at this point in the history

Commits on Oct 11, 2024

  1. Apply MUI theming to "Versions" and "Details" Screens (#471)

    Signed-off-by: Jenny <[email protected]>
    
    apply theming to model info screens
    
    fix button color on hover
    
    add comment
    
    fix button color on hover
    
    Signed-off-by: Jenny <[email protected]>
    
    format
    
    update to absolute path
    jenny-s51 authored Oct 11, 2024
    Configuration menu
    Copy the full SHA
    115e195 View commit details
    Browse the repository at this point in the history

Commits on Oct 14, 2024

  1. build(deps-dev): bump typescript from 5.6.2 to 5.6.3 in /clients/ui/f…

    …rontend (#472)
    
    Bumps [typescript](https://github.com/microsoft/TypeScript) from 5.6.2 to 5.6.3.
    - [Release notes](https://github.com/microsoft/TypeScript/releases)
    - [Changelog](https://github.com/microsoft/TypeScript/blob/main/azure-pipelines.release.yml)
    - [Commits](microsoft/TypeScript@v5.6.2...v5.6.3)
    
    ---
    updated-dependencies:
    - dependency-name: typescript
      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>
    dependabot[bot] authored Oct 14, 2024
    Configuration menu
    Copy the full SHA
    2b12a33 View commit details
    Browse the repository at this point in the history
  2. build(deps-dev): bump @mui/material from 6.1.2 to 6.1.3 in /clients/u…

    …i/frontend (#475)
    
    Bumps [@mui/material](https://github.com/mui/material-ui/tree/HEAD/packages/mui-material) from 6.1.2 to 6.1.3.
    - [Release notes](https://github.com/mui/material-ui/releases)
    - [Changelog](https://github.com/mui/material-ui/blob/master/CHANGELOG.md)
    - [Commits](https://github.com/mui/material-ui/commits/v6.1.3/packages/mui-material)
    
    ---
    updated-dependencies:
    - dependency-name: "@mui/material"
      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>
    dependabot[bot] authored Oct 14, 2024
    Configuration menu
    Copy the full SHA
    219e2df View commit details
    Browse the repository at this point in the history

Commits on Oct 16, 2024

  1. use deployed MR for python e2e tests (#447)

    * use deployed MR for python tests
    
    Signed-off-by: Alessio Pragliola <[email protected]>
    Co-authored-by: Alessio Pragliola <[email protected]>
    Signed-off-by: Isabella do Amaral <[email protected]>
    
    * scripts: add clarifications
    
    Signed-off-by: Matteo Mortari <[email protected]>
    Co-authored-by: Matteo Mortari <[email protected]>
    Signed-off-by: Isabella do Amaral <[email protected]>
    
    * script: make deploy_on_kind idempotent
    
    Signed-off-by: Alessio Pragliola <[email protected]>
    Co-authored-by: Alessio Pragliola <[email protected]>
    Signed-off-by: Isabella do Amaral <[email protected]>
    
    * Update scripts/deploy_on_kind.sh
    
    Co-authored-by: Alessio Pragliola <[email protected]>
    Signed-off-by: Isabella Basso <[email protected]>
    
    ---------
    
    Signed-off-by: Alessio Pragliola <[email protected]>
    Signed-off-by: Isabella do Amaral <[email protected]>
    Signed-off-by: Matteo Mortari <[email protected]>
    Signed-off-by: Isabella Basso <[email protected]>
    Co-authored-by: Alessio Pragliola <[email protected]>
    Co-authored-by: Matteo Mortari <[email protected]>
    Co-authored-by: Alessio Pragliola <[email protected]>
    4 people authored Oct 16, 2024
    Configuration menu
    Copy the full SHA
    9ad39cb View commit details
    Browse the repository at this point in the history