Shlok Mishra
Shlok Mishra
**Notes for Reviewers** This PR fixes #9555 **[Signed commits](https://github.com/meshery/meshery/blob/master/CONTRIBUTING.md#signing-off-on-commits-developer-certificate-of-origin)** - [x] Yes, I signed my commits.
**Description** When the given error was not found then the system was logging a panic error . A new check flag variable ```ok ```if it is true means the error...
**Description** This PR fixes # **Notes for Reviewers** New return types added so that can verify if the Registry error was because of model or registrant for the particular entity...
**Notes for Reviewers** This PR fixes #10762 Update documentation and error codes in Go by including missing long descriptions, probable causes, and suggested remedy. **[Signed commits](https://github.com/meshery/meshery/blob/master/CONTRIBUTING.md#signing-off-on-commits-developer-certificate-of-origin)** - [x] Yes, I...
**Notes for Reviewers** This PR fixes #10195 The pattern export command has a total of 3 flags. 1. --id :- It fetches the pattern based on the id of the...
**Notes for Reviewers** This PR bumps to v0.7.40 Meshkit release and run `gofmt`. **[Signed commits](https://github.com/meshery/meshery/blob/master/CONTRIBUTING.md#signing-off-on-commits-developer-certificate-of-origin)** - [x] Yes, I signed my commits.
**Notes for Reviewers** This PR fixes # - [x] Add warn command and if docker use give an error command - [x] docs update for --port-forward command add a note...
_See [mesheryctl Command Tracker](https://bit.ly/3dqXy1q) for current status of commands._ ### Current Behavior Currently `mesheryctl pattern list` is not consistent with other list commands.  ### Desired Behavior We need this...
### Current Behavior There is no page to show the error logs in UI. ### Desired Behavior In setting page under Registry expose logs. Logs can be found under. ```./meshery/logs```...
### Current Situation The relationship of kind edge and type network is rego policy evaluation should be made generic and it is specific to Kubernetes model and it should not...