theia-trace-extension
theia-trace-extension copied to clipboard
Eclipse Theia trace viewer extension using the Trace Server Protocol (TSP), through the tsp-typescript-client. Also the home for reusable JavaScript libraries: traceviewer-base, traceviewer-react-comp...
The zoomin, zoomout and reset icons are able to zoom the charts outside of the trace viewer tab. 
Signed-off-by: Matthew Khouzam
This should add automatic security scans to the code, not just the dependencies.
This commit adds an ADR that contains the proposal for a UI/UX desgin for programmatic columns in the Theia Trace Extension. You can view the well rendered ADR [here](https://github.com/hoangphamEclipse/theia-trace-extension/blob/programmatic-columns-adr/doc/adr/0007-programmatic-columns.md). Signed-off-by:...
The current instructions to set up the trace server for the trace extension does not explicitly indicate steps that only apply to Linux users. In addition, the lack of clear...
Use the "type" parameter to encode hidden columns. Signed-off-by: Matthew Khouzam
Adds a website in the "doc" folder to hold the documentation for Theia Trace Extension. Website built with [Svelte Kit](https://kit.svelte.dev). This PR replaces #776, which accomplishes the same goal but...
The `Resources Status` view of the `Trace Compass server` has a filler row between the CPUs to visually separate the CPUs. However, the filler row is drawn with the same...
When opening the context-menu's of other opened traces, the selected trace should still be the pointing to the current tab: [Screen Recording 2023-01-24 at 1.57.09 PM.webm](https://user-images.githubusercontent.com/92893187/214397703-7798c6fd-d446-4c26-b41b-f2a4d7463846.webm)