Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
36 commits
Select commit Hold shift + click to select a range
5cce38f
dummy commit
wesjdj Sep 11, 2025
9c155ec
feat(sessionsV2): add Prometheus query modal
wesjdj Sep 12, 2025
8ae981a
fix(client): linting warnings and error
wesjdj Sep 12, 2025
782f718
fix(client): typescript errors
wesjdj Sep 12, 2025
212c208
fix(client): run prettier
wesjdj Sep 12, 2025
3b11740
chore(client): update api specs
wesjdj Sep 12, 2025
7160506
add close modal button
wesjdj Sep 15, 2025
e088192
refine queries
wesjdj Sep 15, 2025
2746304
remove unused try catch
wesjdj Sep 16, 2025
0c69e2a
add onClose to dependency array
wesjdj Sep 16, 2025
f032297
fix optional onClose
wesjdj Sep 16, 2025
9afbb65
only show modal when alerts are active
wesjdj Sep 19, 2025
2fd7dd5
only show modal when alerts are active
wesjdj Sep 19, 2025
ca75137
change metrics toggle button colour when alerts fire
wesjdj Sep 22, 2025
34ce873
change metrics toggle button colour when alerts fire
wesjdj Sep 23, 2025
7bc5d0f
debugging for fixing web socket closing
wesjdj Sep 25, 2025
8e0220b
remove debugging prometheus stuff
wesjdj Sep 26, 2025
5abc88e
remove excess code after removing debugging stuff
wesjdj Sep 26, 2025
50e16a3
hard code single query
wesjdj Sep 26, 2025
b09ffd3
support providing the prometheus path
wesjdj Sep 26, 2025
78ec1c6
only support queries with path provided
wesjdj Sep 26, 2025
9b405ab
show first active alert
wesjdj Sep 29, 2025
b02f306
show all active alerts
wesjdj Sep 29, 2025
15fbde3
add divider between alerts
wesjdj Sep 29, 2025
89528ed
use criticalAt label as severity threshold
wesjdj Sep 30, 2025
2a6e919
make criticalAt threshold greater or equal to value
wesjdj Sep 30, 2025
a10d571
ensure on renku-session alerts are shown
wesjdj Sep 30, 2025
cdfc254
add unit label
wesjdj Oct 2, 2025
740bca9
linting and testing fixes
wesjdj Oct 2, 2025
1ba26ef
fix typescript errors
wesjdj Oct 2, 2025
00f27f8
fix prettier formatting
wesjdj Oct 2, 2025
f7be757
more linting fixes
wesjdj Oct 2, 2025
06070c2
more linting fixes client
wesjdj Oct 2, 2025
30ee9c0
more linting fixes client
wesjdj Oct 2, 2025
cc22379
more linting fixes client
wesjdj Oct 2, 2025
5b838ef
Merge branch 'main' into prometheus-test
wesjdj Oct 6, 2025
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions client/.eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,7 @@
"skipWords": [
"accessor",
"allowfullscreen",
"amalthea",
"amazonaws",
"apiversion",
"ascii",
Expand Down Expand Up @@ -223,6 +224,7 @@
"presentational",
"profiler",
"progressbar",
"prometheus",
"proxying",
"Pupikofer",
"pygments",
Expand Down
Loading
Loading