Skip to content

Commit 18e7139

Browse files
authored
Merge branch 'main' into fix/h2c/std-lib
2 parents da09755 + 71cd5d9 commit 18e7139

18 files changed

Lines changed: 11918 additions & 3214 deletions

File tree

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ require (
1313
github.com/dgraph-io/badger/v4 v4.8.0
1414
github.com/felixge/fgprof v0.9.5
1515
github.com/fsnotify/fsnotify v1.9.0
16-
github.com/go-chi/chi/v5 v5.2.2
16+
github.com/go-chi/chi/v5 v5.2.3
1717
github.com/go-chi/cors v1.2.2
1818
github.com/go-delve/delve v1.25.1
1919
github.com/go-kit/log v0.2.1

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -288,8 +288,8 @@ github.com/gin-gonic/gin v1.5.0/go.mod h1:Nd6IXA8m5kNZdNEHMBd93KT+mdY3+bewLgRvmC
288288
github.com/gin-gonic/gin v1.6.3/go.mod h1:75u5sXoLsGZoRN5Sgbi1eraJ4GU3++wFwWzhwvtwp4M=
289289
github.com/gin-gonic/gin v1.9.1 h1:4idEAncQnU5cB7BeOkPtxjfCSye0AAm1R0RVIqJ+Jmg=
290290
github.com/gin-gonic/gin v1.9.1/go.mod h1:hPrL7YrpYKXt5YId3A/Tnip5kqbEAP+KLuI3SUcPTeU=
291-
github.com/go-chi/chi/v5 v5.2.2 h1:CMwsvRVTbXVytCk1Wd72Zy1LAsAh9GxMmSNWLHCG618=
292-
github.com/go-chi/chi/v5 v5.2.2/go.mod h1:L2yAIGWB3H+phAw1NxKwWM+7eUH/lU8pOMm5hHcoops=
291+
github.com/go-chi/chi/v5 v5.2.3 h1:WQIt9uxdsAbgIYgid+BpYc+liqQZGMHRaUwp0JUcvdE=
292+
github.com/go-chi/chi/v5 v5.2.3/go.mod h1:L2yAIGWB3H+phAw1NxKwWM+7eUH/lU8pOMm5hHcoops=
293293
github.com/go-chi/cors v1.2.2 h1:Jmey33TE+b+rB7fT8MUy1u0I4L+NARQlK6LhzKPSyQE=
294294
github.com/go-chi/cors v1.2.2/go.mod h1:sSbTewc+6wYHBBCW7ytsFSn836hqM7JxpglAy2Vzc58=
295295
github.com/go-delve/delve v1.25.1 h1:M/a9uUhITYdrHoTSZSC0D9EIuL4agpq77omDTneRre8=

ui/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,14 +53,14 @@
5353
"@storybook/react-vite": "8.6.14",
5454
"@storybook/test": "8.6.14",
5555
"@swc/cli": "0.7.8",
56-
"@swc/core": "1.13.3",
56+
"@swc/core": "1.13.5",
5757
"@swc/jest": "0.2.39",
5858
"@testing-library/jest-dom": "5.17.0",
5959
"@testing-library/react": "13.4.0",
6060
"@types/command-line-args": "5.2.3",
6161
"@types/jest": "29.5.14",
6262
"@types/node": "18.19.123",
63-
"@types/react": "18.3.23",
63+
"@types/react": "18.3.24",
6464
"@types/react-dom": "18.3.7",
6565
"@typescript-eslint/eslint-plugin": "5.62.0",
6666
"@typescript-eslint/parser": "5.62.0",

ui/packages/app/web/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [0.16.929](https://github.com/parca-dev/parca/compare/@parca/web@0.16.928...@parca/web@0.16.929) (2025-09-03)
7+
8+
**Note:** Version bump only for package @parca/web
9+
10+
## [0.16.928](https://github.com/parca-dev/parca/compare/@parca/web@0.16.927...@parca/web@0.16.928) (2025-09-02)
11+
12+
**Note:** Version bump only for package @parca/web
13+
614
## [0.16.927](https://github.com/parca-dev/parca/compare/@parca/web@0.16.926...@parca/web@0.16.927) (2025-08-28)
715

816
**Note:** Version bump only for package @parca/web

ui/packages/app/web/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@parca/web",
33
"private": true,
4-
"version": "0.16.927",
4+
"version": "0.16.929",
55
"description": "Parca Web Interface",
66
"type": "module",
77
"scripts": {

ui/packages/shared/components/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## 0.16.367 (2025-09-03)
7+
8+
**Note:** Version bump only for package @parca/components
9+
610
## [0.16.366](https://github.com/parca-dev/parca/compare/@parca/components@0.16.365...@parca/components@0.16.366) (2025-08-28)
711

812
**Note:** Version bump only for package @parca/components

ui/packages/shared/components/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@parca/components",
3-
"version": "0.16.366",
3+
"version": "0.16.367",
44
"description": "A component library for Parca",
55
"main": "dist/index.js",
66
"scripts": {

ui/packages/shared/profile/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [0.19.48](https://github.com/parca-dev/parca/compare/@parca/profile@0.19.47...@parca/profile@0.19.48) (2025-09-03)
7+
8+
**Note:** Version bump only for package @parca/profile
9+
10+
## [0.19.47](https://github.com/parca-dev/parca/compare/@parca/profile@0.19.46...@parca/profile@0.19.47) (2025-09-02)
11+
12+
**Note:** Version bump only for package @parca/profile
13+
614
## [0.19.46](https://github.com/parca-dev/parca/compare/@parca/profile@0.19.45...@parca/profile@0.19.46) (2025-08-28)
715

816
**Note:** Version bump only for package @parca/profile

ui/packages/shared/profile/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@parca/profile",
3-
"version": "0.19.46",
3+
"version": "0.19.48",
44
"description": "Profile viewing libraries",
55
"dependencies": {
66
"@floating-ui/react": "^0.27.12",

ui/packages/shared/profile/src/MetricsGraph/MetricsContextMenu/index.tsx

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ import {Icon} from '@iconify/react';
1515
import {Item, Menu, Submenu} from 'react-contexify';
1616

1717
import {useParcaContext} from '@parca/components';
18+
import {testId} from '@parca/test-utils';
1819

1920
import {Series, SeriesPoint} from '../';
2021

@@ -110,7 +111,12 @@ const MetricsContextMenu = ({
110111
};
111112

112113
return (
113-
<Menu id={menuId} onVisibilityChange={trackVisibility} theme={isDarkMode ? 'dark' : ''}>
114+
<Menu
115+
id={menuId}
116+
onVisibilityChange={trackVisibility}
117+
theme={isDarkMode ? 'dark' : ''}
118+
{...testId('METRICS_GRAPH_CONTEXT_MENU')}
119+
>
114120
{menuItems.map(renderMenuItem)}
115121
</Menu>
116122
);

0 commit comments

Comments
 (0)