-
Notifications
You must be signed in to change notification settings - Fork 11
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
Cleanup go-server
code
#152
Labels
chore
Project management or other issues that are not a bug or feature request
Comments
lampajr
added
the
chore
Project management or other issues that are not a bug or feature request
label
Nov 14, 2023
New branch |
github-project-automation
bot
moved this from In Progress
to Done
in (inactive) ODH Model Registry Planning
Nov 17, 2023
For the records, this is the squashed commit containing the removal/cleanup: 3e286f3 |
dhirajsb
pushed a commit
to dhirajsb/model-registry
that referenced
this issue
Jan 20, 2025
* py: add generated REST backend Signed-off-by: Isabella do Amaral <idoamara@redhat.com> * py: initial generated code Signed-off-by: Isabella do Amaral <idoamara@redhat.com> * py: remove gRPC backend Signed-off-by: Isabella do Amaral <idoamara@redhat.com> * py: rename exceptions Signed-off-by: Isabella do Amaral <idoamara@redhat.com> * py: wrap generated types Signed-off-by: Isabella do Amaral <idoamara@redhat.com> * py: core: wrap async client with ctx manager Signed-off-by: Isabella do Amaral <idoamara@redhat.com> * py: client: wrap async core with sync client Signed-off-by: Isabella do Amaral <idoamara@redhat.com> * GHA: update python constraints Signed-off-by: Isabella do Amaral <idoamara@redhat.com> * py: setup mypy Signed-off-by: Isabella do Amaral <idoamara@redhat.com> --------- Signed-off-by: Isabella do Amaral <idoamara@redhat.com>
dhirajsb
pushed a commit
to dhirajsb/model-registry
that referenced
this issue
Jan 20, 2025
* CONTRIBUTING: Get rid of remote-mlmd recommendations Signed-off-by: Isabella do Amaral <idoamara@redhat.com> * robot: drop logical model mapping tests Since [1] the Python client doesn't access MLMD directly, instead routing requests through the MR server, there's no need to check for matching implementations. [1]: 9b9be50 "Switch Python client backend to use REST (opendatahub-io#152)" Signed-off-by: Isabella do Amaral <idoamara@redhat.com> --------- Signed-off-by: Isabella do Amaral <idoamara@redhat.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
As discussed we should cleanup the
main
branch from old code, i.e., the code related to thego-server
implementation of ml-metadata.To Do:
go-server
from actualmain
.main
branch keeping just the proxy server for now and whatever is needed to keep it workingThe text was updated successfully, but these errors were encountered: