Saurabh Singh
Saurabh Singh
_See [mesheryctl Command Tracker](https://bit.ly/3dqXy1q) for current status of commands._ ### Current Behavior For reference, mesheryctl system package unit tests are failing as you can find in link https://github.com/meshery/meshery/actions/runs/8774489387/job/24075741293?pr=10703 ### Desired...
**Notes for Reviewers** This PR fixes #10585 - [x] Implement command to list existing credentials - [x] Implement command to create new credentials - [x] Implement command to delete existing...
**Notes for Reviewers** This PR fixes #10758 **[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.
_See [mesheryctl Command Tracker](https://bit.ly/3dqXy1q) for current status of commands._ ### Current Behavior The 'onboard' command is redundant with the 'import' and 'apply' commands. Users can already achieve the same outcome...
**Notes for Reviewers** This PR fixes #10886 **[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 #10825 Replaces the repetitive logic for extracting page, page size, search, and offset from API handlers and uses getPaginationParams in utils.go **[Signed commits](https://github.com/meshery/meshery/blob/master/CONTRIBUTING.md#signing-off-on-commits-developer-certificate-of-origin)** -...
**Notes for Reviewers** This PR depends on PR #11478 since it requires the connectionbyId handler function to work as expected. This PR fixes #10965 **[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** Implement a handler function in the Meshery Server that allows a connection to be fetched by its ID Added GET request method for `/api/integrations/connections/{connectionId}` This PR fixes...
**Notes for Reviewers** Update the order handling logic to include kubernetes_resource_meta.name as a sortable field. This PR fixes # **[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** [WIP] This PR removes Subcommands: - [x] `onboard` - [x] `offboard` - [ ] Enhances the `apply` Subcommand - [ ] Update Docs - Also incorporates all...