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

Merged
merged 14 commits into from
Jul 22, 2024

Commits on Jul 15, 2024

  1. openapi: wrong ref to delete, list GET and PATCH (#182)

    update the openapi description to reflect the
    actual semantic and actually available verbs.
    
    Signed-off-by: Matteo Mortari <matteo.mortari@gmail.com>
    tarilabs authored Jul 15, 2024
    Configuration menu
    Copy the full SHA
    78179f5 View commit details
    Browse the repository at this point in the history
  2. build(deps-dev): bump coverage from 7.5.4 to 7.6.0 in /clients/python (

    …#183)
    
    Bumps [coverage](https://github.com/nedbat/coveragepy) from 7.5.4 to 7.6.0.
    - [Release notes](https://github.com/nedbat/coveragepy/releases)
    - [Changelog](https://github.com/nedbat/coveragepy/blob/master/CHANGES.rst)
    - [Commits](nedbat/coveragepy@7.5.4...7.6.0)
    
    ---
    updated-dependencies:
    - dependency-name: coverage
      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 Jul 15, 2024
    Configuration menu
    Copy the full SHA
    b932cfd View commit details
    Browse the repository at this point in the history
  3. build(deps-dev): bump sphinx from 7.3.7 to 7.4.3 in /clients/python (#…

    …184)
    
    Bumps [sphinx](https://github.com/sphinx-doc/sphinx) from 7.3.7 to 7.4.3.
    - [Release notes](https://github.com/sphinx-doc/sphinx/releases)
    - [Changelog](https://github.com/sphinx-doc/sphinx/blob/master/CHANGES.rst)
    - [Commits](sphinx-doc/sphinx@v7.3.7...v7.4.3)
    
    ---
    updated-dependencies:
    - dependency-name: sphinx
      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 Jul 15, 2024
    Configuration menu
    Copy the full SHA
    60b61e3 View commit details
    Browse the repository at this point in the history
  4. build(deps-dev): bump ruff from 0.5.1 to 0.5.2 in /clients/python (#185)

    Bumps [ruff](https://github.com/astral-sh/ruff) from 0.5.1 to 0.5.2.
    - [Release notes](https://github.com/astral-sh/ruff/releases)
    - [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md)
    - [Commits](astral-sh/ruff@0.5.1...0.5.2)
    
    ---
    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 Jul 15, 2024
    Configuration menu
    Copy the full SHA
    1c6a0fc View commit details
    Browse the repository at this point in the history
  5. build(deps): bump pydantic from 2.7.4 to 2.8.2 in /clients/python (#186)

    Bumps [pydantic](https://github.com/pydantic/pydantic) from 2.7.4 to 2.8.2.
    - [Release notes](https://github.com/pydantic/pydantic/releases)
    - [Changelog](https://github.com/pydantic/pydantic/blob/main/HISTORY.md)
    - [Commits](pydantic/pydantic@v2.7.4...v2.8.2)
    
    ---
    updated-dependencies:
    - dependency-name: pydantic
      dependency-type: direct:production
      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 Jul 15, 2024
    Configuration menu
    Copy the full SHA
    ed9a1fb View commit details
    Browse the repository at this point in the history
  6. build(deps): bump github.com/golang/glog from 1.2.1 to 1.2.2 (#187)

    Bumps [github.com/golang/glog](https://github.com/golang/glog) from 1.2.1 to 1.2.2.
    - [Release notes](https://github.com/golang/glog/releases)
    - [Commits](golang/glog@v1.2.1...v1.2.2)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/golang/glog
      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 Jul 15, 2024
    Configuration menu
    Copy the full SHA
    67a7595 View commit details
    Browse the repository at this point in the history
  7. Py: Update README.md and fix ruff pin (#188)

    * py: don't pin ruff
    
    Signed-off-by: Isabella Basso do Amaral <idoamara@redhat.com>
    
    * py: remove stale code from README
    
    Signed-off-by: Isabella Basso do Amaral <idoamara@redhat.com>
    
    * py: fix supported versions badge
    
    Signed-off-by: Isabella Basso do Amaral <idoamara@redhat.com>
    
    ---------
    
    Signed-off-by: Isabella Basso do Amaral <idoamara@redhat.com>
    isinyaaa authored Jul 15, 2024
    Configuration menu
    Copy the full SHA
    f38a1b8 View commit details
    Browse the repository at this point in the history

Commits on Jul 16, 2024

  1. chore: remove some unused deprecated libraries (react-axe and react-d…

    …ocgen-typescript-loader) (#192)
    
    Signed-off-by: Eder Ignatowicz <ignatowicz@gmail.com>
    ederign authored Jul 16, 2024
    Configuration menu
    Copy the full SHA
    5af99c4 View commit details
    Browse the repository at this point in the history
  2. Bump grpc to 1.65.0 (#191)

    * build(deps): bump google.golang.org/grpc from 1.63.2 to 1.65.0
    
    Bumps [google.golang.org/grpc](https://github.com/grpc/grpc-go) from 1.63.2 to 1.65.0.
    - [Release notes](https://github.com/grpc/grpc-go/releases)
    - [Commits](grpc/grpc-go@v1.63.2...v1.65.0)
    
    ---
    updated-dependencies:
    - dependency-name: google.golang.org/grpc
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    * Ignore DialContext usage
    
    Signed-off-by: Isabella Basso do Amaral <idoamara@redhat.com>
    
    ---------
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Signed-off-by: Isabella Basso do Amaral <idoamara@redhat.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    isinyaaa and dependabot[bot] authored Jul 16, 2024
    Configuration menu
    Copy the full SHA
    282c275 View commit details
    Browse the repository at this point in the history
  3. chore: move owners in the correct place (#193)

    considering now UI contains bff and gui
    
    Signed-off-by: Matteo Mortari <matteo.mortari@gmail.com>
    tarilabs authored Jul 16, 2024
    Configuration menu
    Copy the full SHA
    a5042d6 View commit details
    Browse the repository at this point in the history

Commits on Jul 18, 2024

  1. feat: BFF is able to run (mocked) without Kubernetes (#190)

    In this PR:
    - Kubernetes client mock
    - Update on BFF readme
    
    Signed-off-by: Eder Ignatowicz <ignatowicz@gmail.com>
    ederign authored Jul 18, 2024
    Configuration menu
    Copy the full SHA
    1d37fa5 View commit details
    Browse the repository at this point in the history
  2. Py: get rid of autogen OAI client docs (#197)

    * py: add black as dev dependency
    
    Necessary for linting
    
    Signed-off-by: Isabella do Amaral <idoamara@redhat.com>
    
    * py: get rid of autogen OAI client docs
    
    Signed-off-by: Isabella do Amaral <idoamara@redhat.com>
    
    * OAI: get rid of NextPageToken example
    
    This avoids gitleaks warnings.
    
    Signed-off-by: Isabella do Amaral <idoamara@redhat.com>
    
    * py: fixup ODH -> Kubeflow
    
    Signed-off-by: Isabella do Amaral <idoamara@redhat.com>
    
    ---------
    
    Signed-off-by: Isabella do Amaral <idoamara@redhat.com>
    isinyaaa authored Jul 18, 2024
    Configuration menu
    Copy the full SHA
    3f49945 View commit details
    Browse the repository at this point in the history
  3. Py: Extend high-level API with paging (#178)

    * py: core: sync generic artifact bindings
    
    There's no way to update them yet, so upsert is renamed as `create`.
    
    Signed-off-by: Isabella Basso do Amaral <idoamara@redhat.com>
    
    * py: expose listing methods
    
    Signed-off-by: Isabella Basso do Amaral <idoamara@redhat.com>
    
    ---------
    
    Signed-off-by: Isabella Basso do Amaral <idoamara@redhat.com>
    isinyaaa authored Jul 18, 2024
    Configuration menu
    Copy the full SHA
    ae4006f View commit details
    Browse the repository at this point in the history
  4. py(chore): bump to next version (#198)

    Signed-off-by: Matteo Mortari <matteo.mortari@gmail.com>
    tarilabs authored Jul 18, 2024
    Configuration menu
    Copy the full SHA
    1b10696 View commit details
    Browse the repository at this point in the history