theia-trace-extension icon indicating copy to clipboard operation
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...

Results 130 theia-trace-extension issues
Sort by recently updated
recently updated
newest added
trafficstars

PR #813 upgrades AgGrid to a later version and it required to use pagination. However, selecting an event across pages using arrow down/up or page down/up is not switching to...

bug
Theia UI

This image: ![image](https://user-images.githubusercontent.com/419535/200612766-02ef1997-faa8-48c7-9054-4593341d2ea9.png) is ambiguous, It would be desirable to select a time range window cursor and drag it when right click dragging, or invalidate the current window range, or...

bug
good first issue

1. Run trace-server. 2. Provision it with a trace or an experiment. 3. Run extension's `yarn start:browser`. 4. Browse to `http://localhost:3000/`. 5. Open the provisioned trace from the Trace Viewer....

enhancement
UX
Theia UI

Many keyboard shortcuts do not work unless the div has been clicked on (mostly timeline-chart related navigation). This is irritating, as you have to click on the time graph component...

help wanted
UX
timeline-chart
Theia UI
tech debt

Displaying this information for one trace is a waste of space.

Currently, the overlay of the current view range of the trace overview is orange. This makes it difficult for users to view what is behind the overlay, which is the...

enhancement
UX
Theia UI

e.g. Events over time histogram (stays at max zoom out, when range is selected other charts zoom) similar to LTTng scope. As someone analyzing trace data, I need to see...

When opening a time graph view the tree is fully expanded by default. This might be ok for some of such views, but not for all. For example the `Resources...

Trace Server
trace server protocol
UX
Theia UI

For the events table there is an indexing loop (see `trace-context-component` method `updateTrace()`) that checks for number of events and updates the nbEvents which then triggers the function call `componentDidUpdate()`...

bug
Trace Server
Theia UI

The events table is filled with the number of events equal initial cache size (200) and the the user is able to look at the event after opening the table....

Theia UI