ui: remove ui-configuration.graphqls — template CRUD moves to REST (#162)

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).
The GraphQL UIConfigurationManagement resolver is removed in the same
release, leaving every type declared in this file (DashboardConfiguration,
NewDashboardSetting, DashboardSetting, TemplateChangeStatus,
getTemplate, getAllTemplates, addTemplate, changeTemplate,
disableTemplate) without a resolver. Delete the file rather than ship
schema entries that no backend honors.
1 file changed
tree: 2bfc1557c198cbab6f4988fe3b6434e61419a648
  1. .asf.yaml
  2. aggregation.graphqls
  3. alarm.graphqls
  4. async-profiler.graphqls
  5. browser-log.graphqls
  6. common.graphqls
  7. continuous-profiling.graphqls
  8. ebpf-profiling.graphqls
  9. event.graphqls
  10. hierarchy.graphqls
  11. log.graphqls
  12. metadata-v2.graphqls
  13. metadata.graphqls
  14. metric.graphqls
  15. metrics-v2.graphqls
  16. metrics-v3.graphqls
  17. ondemand-pod-log.graphqls
  18. pprof.graphqls
  19. profile.graphqls
  20. README.md
  21. record.graphqls
  22. top-n-records.graphqls
  23. topology.graphqls
  24. trace-v2.graphqls
  25. trace.graphqls
README.md

Apache SkyWalking Query Protocol

Query Protocol defines the communication protocol in the query stage. SkyWalking native UI and CLI use this protocol to fetch data from the backend consistently, don't need to worry about the backend update.

Read Query Protocol API docs for more details

Release

This repo wouldn't be released separately. All source codes have been included in the main repo release. The tags match the main repo tags.

License

Apache 2.0