yyqdbngt opened a new pull request, #3488: URL: https://github.com/apache/rocketmq-dashboard/pull/3488
### Summary `instance` API covers CRUD and cloud import. The suite tested list/delete/capabilities/import/support checks but never the create, update or batch-delete write paths. ### Changes - `createInstance` and `updateInstance` post their payloads to the scoped endpoints and return the stored instance - `deleteInstancesBatch` posts the id batch and returns the deleted/failed result ### Testing `vitest run src/api/instance.test.ts` passes: 9 tests, 0 failures (up from 7). `tsc --noEmit` and `eslint` are clean. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
