Vibhu Prashar
Vibhu Prashar
### What would you like to be added? Currently, we don't have any steps mentioned as to how to run the Integration test locally. ### Why is this needed? A...
Similar to what we have in Kepler it would be beneficial to have a Docker compose manifests for setting up various pre-requisites required to do local development testing for Model...
We can have a GH workflow that can be triggered whenever there is a change to any manifests yaml file or docs markdown file that can check for any listing...
Currently, the existing GH workflows that are responsible for collecting and training the data make use of `latest` tag of the model-server image. When making a release, we have to...
### What would you like to be added? Whenever there is a PR we should have a workflow that checks if the commit messages are according to [conventional standards](https://www.conventionalcommits.org/en/v1.0.0/) This...
### What would you like to be added? There should be a workflow that can be used whenever we want to make a release. It could create a tag, release,...
### I've searched open issues for similar requests - [X] Yes ### I've recently downloaded the latest plugin version of mason.nvim - [X] Yes ### Problem description When LazyVim is...
We recently upgraded to operator-sdk v1.35.0. There is a new version that is available https://github.com/operator-framework/operator-sdk/releases/tag/v1.36.1
Currently, we make use of `make deploy` target which accepts OPTS as a parameter. `make deploy` further calls a script `set.sh`. We need to revisit the script to refactor/enhance it...
This commit refactors the existing `e2e_test.sh` script, making it more generic, modular. Key updates include: - Replaces the use of environment variables with command line arguments for better clarity and...