wu-sheng opened a new pull request, #162:
URL: https://github.com/apache/skywalking-query-protocol/pull/162
## Summary
apache/skywalking 11.0.0 introduces a \`ui-management\` feature module
that mounts on the admin-server REST host and serves dashboard template
CRUD over HTTP at \`/ui-management/templates/*\` (UIManagementRestHandler:
GET list, GET by id, POST add, PUT change, POST disable).
The GraphQL \`UIConfigurationManagement\` resolver is removed in the
same release, leaving every type declared in this schema file —
\`DashboardConfiguration\`, \`NewDashboardSetting\`, \`DashboardSetting\`,
\`TemplateChangeStatus\`, plus the \`getTemplate\` / \`getAllTemplates\`
queries and \`addTemplate\` / \`changeTemplate\` / \`disableTemplate\`
mutations — without a backend resolver. Delete the file rather than
ship schema entries that no backend honors.
Operator migration: switch from \`getAllTemplates\` /
\`addTemplate\` etc. to the equivalent REST calls on the admin host
(default :17128). Documented at
apache/skywalking/docs/en/setup/backend/admin-api/ui-management.md.
## Test plan
- [ ] OAP boot: GraphQL schema validates without the file
(apache/skywalking#13877 confirms — no resolver references it).
- [ ] swctl / Horizon UI use the REST surface, not GraphQL, for template
CRUD.
🤖 Generated with [Claude Code](https://claude.com/claude-code)
--
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]