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

Closed
wants to merge 7 commits into from
Closed

Commits on Jun 24, 2024

  1. py(chore): bump to next version (#153)

    Signed-off-by: Matteo Mortari <matteo.mortari@gmail.com>
    tarilabs authored Jun 24, 2024
    Configuration menu
    Copy the full SHA
    d38091b View commit details
    Browse the repository at this point in the history
  2. build(deps): bump github.com/go-chi/chi/v5 from 5.0.12 to 5.0.14 (#158)

    Bumps [github.com/go-chi/chi/v5](https://github.com/go-chi/chi) from 5.0.12 to 5.0.14.
    - [Release notes](https://github.com/go-chi/chi/releases)
    - [Changelog](https://github.com/go-chi/chi/blob/master/CHANGELOG.md)
    - [Commits](go-chi/chi@v5.0.12...v5.0.14)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/go-chi/chi/v5
      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] authored Jun 24, 2024
    Configuration menu
    Copy the full SHA
    6c32133 View commit details
    Browse the repository at this point in the history

Commits on Jun 25, 2024

  1. build(deps-dev): bump coverage from 7.5.3 to 7.5.4 in /clients/python (

    …#155)
    
    Bumps [coverage](https://github.com/nedbat/coveragepy) from 7.5.3 to 7.5.4.
    - [Release notes](https://github.com/nedbat/coveragepy/releases)
    - [Changelog](https://github.com/nedbat/coveragepy/blob/master/CHANGES.rst)
    - [Commits](nedbat/coveragepy@7.5.3...7.5.4)
    
    ---
    updated-dependencies:
    - dependency-name: coverage
      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] authored Jun 25, 2024
    Configuration menu
    Copy the full SHA
    f519911 View commit details
    Browse the repository at this point in the history
  2. build(deps-dev): bump testcontainers from 4.5.1 to 4.6.0 in /clients/…

    …python (#156)
    
    Bumps [testcontainers](https://github.com/testcontainers/testcontainers-python) from 4.5.1 to 4.6.0.
    - [Release notes](https://github.com/testcontainers/testcontainers-python/releases)
    - [Changelog](https://github.com/testcontainers/testcontainers-python/blob/main/CHANGELOG.md)
    - [Commits](testcontainers/testcontainers-python@testcontainers-v4.5.1...testcontainers-v4.6.0)
    
    ---
    updated-dependencies:
    - dependency-name: testcontainers
      dependency-type: direct:development
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Jun 25, 2024
    Configuration menu
    Copy the full SHA
    6ba6783 View commit details
    Browse the repository at this point in the history
  3. build(deps-dev): bump ruff from 0.4.9 to 0.4.10 in /clients/python (#157

    )
    
    Bumps [ruff](https://github.com/astral-sh/ruff) from 0.4.9 to 0.4.10.
    - [Release notes](https://github.com/astral-sh/ruff/releases)
    - [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md)
    - [Commits](astral-sh/ruff@v0.4.9...v0.4.10)
    
    ---
    updated-dependencies:
    - dependency-name: ruff
      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] authored Jun 25, 2024
    Configuration menu
    Copy the full SHA
    1c46ce0 View commit details
    Browse the repository at this point in the history

Commits on Jun 26, 2024

  1. REST: Fix PATCH method (#151)

    * update goverter to 1.4.1
    
    As that fixed a nil assignment override[1][2] which prevented us from
    emulating copy constructors[3].
    The update also allows us to use generics.
    
    [1]: jmattheis/goverter#146 (comment)
    [2]: jmattheis/goverter#97
    [3]: jmattheis/goverter#147
    
    Signed-off-by: Isabella Basso do Amaral <idoamara@redhat.com>
    Signed-off-by: Isabella do Amaral <idoamara@redhat.com>
    
    * simplify converter utils using generics
    
    Signed-off-by: Isabella do Amaral <idoamara@redhat.com>
    
    * server: update existing objects on PATCH
    
    Signed-off-by: Isabella do Amaral <idoamara@redhat.com>
    
    ---------
    
    Signed-off-by: Isabella Basso do Amaral <idoamara@redhat.com>
    Signed-off-by: Isabella do Amaral <idoamara@redhat.com>
    isinyaaa authored Jun 26, 2024
    Configuration menu
    Copy the full SHA
    90ae8f4 View commit details
    Browse the repository at this point in the history
  2. feat: client ui frontend scaffolding (#148)

    In this PR:
    - UI frontend scaffolding
    - Github Action
    
    Most of the content of this PR is extract from https://github.com/patternfly/patternfly-react-seed/tree/v6. Thank you so much patternfly team for the seed!
    
    Signed-off-by: Eder Ignatowicz <ignatowicz@gmail.com>
    ederign authored Jun 26, 2024
    Configuration menu
    Copy the full SHA
    544ddc0 View commit details
    Browse the repository at this point in the history