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

Adds description and display name properties to mocked ModelRegistry responses #272

Merged
merged 1 commit into from
Aug 15, 2024

Conversation

alexcreasy
Copy link
Contributor

@alexcreasy alexcreasy commented Aug 14, 2024

Description

the GET /api/v1/model-registry endpoint will now return description and display name when using mocked out data.

How Has This Been Tested?

  1. Run the BFF using something like make run PORT=4000 MOCK_K8S_CLIENT=true
  2. Run the following curl: curl localhost:4000/api/v1/model-registry/
  3. Verify 200 response and payload includes displayName and description properties

Merge criteria:

  • The commits and have meaningful messages; the author will squash them after approval or will ask to merge with squash.
  • Testing instructions have been added in the PR body (for PRs involving changes that are not immediately obvious).
  • The developer has manually tested the changes and verified that the changes work

…y endpoint response for mocked data

Signed-off-by: Alex Creasy <alex@creasy.dev>
@alexcreasy alexcreasy force-pushed the mr-selector-endpoint branch from f4ec86d to 9ac3548 Compare August 15, 2024 13:58
Copy link

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: ederign

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 /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@ederign
Copy link
Member

ederign commented Aug 15, 2024

/lgtm

@google-oss-prow google-oss-prow bot added the lgtm label Aug 15, 2024
@google-oss-prow google-oss-prow bot merged commit 462a7b8 into kubeflow:main Aug 15, 2024
14 checks passed
dhirajsb pushed a commit to dhirajsb/model-registry-kfp that referenced this pull request Aug 30, 2024
…sts on a mac with M2 (kubeflow#272)

resolved comments from isinyaaa and tarilabs

Update wording and explanations after resolved comments from isinyaaa and tarilabs
Al-Pragliola pushed a commit to Al-Pragliola/model-registry that referenced this pull request Sep 3, 2024
…responses (kubeflow#272)

Signed-off-by: Alex Creasy <alex@creasy.dev>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants