trace-server-protocol
trace-server-protocol copied to clipboard
Specification of the Trace Server Protocol (TSP)
Should the labels be returned as a formatted string? Or wouldn't it make more sense to return it as raw data and let the client format them, by giving it...
Quote from the [GraphQL](https://graphql.org/) webpage: **"GraphQL is a query language for APIs and a runtime for fulfilling those queries with your existing data. GraphQL provides a complete and understandable description...
the tsp-typescript-client tries to convert to json any response they get from the server. But some of the error messages, like when putting an invalid trace, return as text strings....
Right now the API for trees in time graph chart, tree xy charts, generic trees (see #19) and virtual table are not aligned. This issues is to track the effort...
The trace-server (built from incubator 4b14d71637df2cedecd48d4287851315418a2d31) is inconsistent with the openapi specification with regards to the format of OutputElementStyle. OutputElementStyle is defined in the openapi specification as follows: ```yaml OutputElementStyle:...
The trace-server (built from incubator 4b14d71637df2cedecd48d4287851315418a2d31) returns XY model data which is inconsistent with the openapi specification. The XY endpoint to fetch the model (`https://localhost:8080/tsp/api/experiments/{expUUID}/outputs/XY/{outputId}/xy`) lists in its response schema...
There appears to be an inconsistency between the reference trace-server and the openapi specification. The examples below are done using trace-compass-incubator built from commit 4b14d71637df2cedecd48d4287851315418a2d31. According to the openapi specification,...
API.yaml updates to add schema field to ConfigurationSourceType data structure to support [json-schemas](https://json-schema.org/). Generated with Trace Compass server swagger update which is part of: https://github.com/eclipse-tracecompass-incubator/org.eclipse.tracecompass.incubator/pull/66 Signed-off-by: Bernd Hufmann
Support json objects in query parameters to create/update configurations This includes related changes of PR #103. Once merged this one will be rebased. Signed-off-by: Bernd Hufmann
Add the parameter "properties" introduced by commit 499408e3979cab403a5d58 in the server (incubator). Link to the PR for the commit: [eclipse-tracecompass-incubator/org.eclipse.tracecompass.incubator#79](https://github.com/eclipse-tracecompass-incubator/org.eclipse.tracecompass.incubator/pull/79) Part added: ``` properties: type: object additionalProperties: type: string description:...