sadwitdastreetz opened a new pull request, #712: URL: https://github.com/apache/incubator-hugegraph-toolchain/pull/712
## Purpose of the PR - The original `/profile` endpoint (used to fetch detailed configurations of all GraphSpaces in one call) has been removed in the latest 1.7.0 server, causing the `listProfile` method to fail. - ## Main Changes 1. **Logic Refactoring**: Replaced the single REST call to `/profile` with a "List-then-Get" pattern (fetching the name list first, then retrieving details for each entry). 2. **Prefix Filtering**: Implemented in-memory filtering logic using `startsWith(prefix)` to maintain consistency with the legacy API behavior. ## Documentation Status - [ ] `Doc - TODO` - [ ] `Doc - Done` - [x] `Doc - No Need` -- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
