Yomi Eluwande

Results 29 issues of Yomi Eluwande

This fixes a bug where typing something like `1w` in the relative range picker and then hitting `enter` resets the input to `15m`. This was happening because we were not...

If I have selected parts of the stack and then I click "Invert Call Stack" it produces an empty stack. ![image](https://github.com/parca-dev/parca/assets/9016992/1e72ba6d-5de6-4eaf-829e-4cc2d8672ae8) ![image](https://github.com/parca-dev/parca/assets/9016992/ffeaa5ef-0526-46df-98fa-d4067fdad4b4) We should reset the icicle graph expansion whenever...

bug
area/ui

Add support for the `!~` and `~=` matchers.

area/ui

**Note: PR #4959 should be looked at, reviewed, and merged in before taking a look at this PR. i.e. #4959 takes precedence over this.** - [x] Implement new design for...

> Considering the horizontal space constraint, we could do something better instead of just rendering two ProfileSelector instances. > Maybe a new compare profile selector with better positioning and without...

area/ui

The relative rangepicker should support typing in MM:ss/HH:mm e.g. `15m6s`

area/ui

Remove this function here https://github.com/parca-dev/parca/blob/e39969c1d3cdc2fb21bb407eae39c8151530fcf7/pkg/parcacol/querier.go#L1554 as it won't be needed anymore because with the new version of parca agent, the existing `Labels` API can be used to fetch labels.

This PR introduces a color by feature such that users can now choose how they want their icicle graph to be colored e.g. binaries and filenames. - Added a `GetProfileMetadataFilenames`...