dashboard / erock/pico / feat(pipe): add pipe_monitors table #103 rss

open · opened on 2026-01-05T14:52:02Z by erock
Help
checkout latest patchset:
ssh pr.pico.sh print pr-103 | git am -3
checkout any patchset in a patch request:
ssh pr.pico.sh print ps-X | git am -3
add changes to patch request:
git format-patch main --stdout | ssh pr.pico.sh pr add 103
add review to patch request:
git format-patch main --stdout | ssh pr.pico.sh pr add --review 103
accept PR:
ssh pr.pico.sh pr accept 103
close PR:
ssh pr.pico.sh pr close 103
Timeline Patchsets

Range-diff rd-189

title
feat(pipe): add pipe_monitors table
description
Patch equal
old #1
66cf9b9
new #1
66cf9b9
title
chore(pipe): add new db methods
description
Patch equal
old #2
83b0c70
new #2
83b0c70
title
chore(pipe): add db impl
description
Patch equal
old #3
43aa4a1
new #3
43aa4a1
title
chore(pipe): add tests for monitoring
description
Patch equal
old #4
a75186b
new #4
a75186b
title
feat(pipe): add monitor cli
description
Patch equal
old #5
9c7fcda
new #5
9c7fcda
title
feat(pipe): status and rss commands
description
Patch equal
old #6
2b86dec
new #6
2b86dec
title
feat(pipe): monitor pub and pipe cmd
description
Patch equal
old #7
8df2aa2
new #7
8df2aa2
title
chore(pipe): monitor help text
description
Patch equal
old #8
11a5bce
new #8
11a5bce
title
refactor(pipe): monitor pipes on throttle interval
description
Patch equal
old #9
670350c
new #9
670350c
title
fix: window and ping fixes
description
Patch equal
old #10
ade2b83
new #10
ade2b83
title
chore(pipe): add tests
description
Patch equal
old #11
68f5cd1
new #11
68f5cd1
title
chore(pipe): add logging stmts
description
Patch added
old #0
(none)
new #12
74fb40f
title
refactor(pipe): create pipe monitors history table
description
Patch added
old #0
(none)
new #13
c422818
title
fix(pipe): only update monitor if within window
description
Patch added
old #0
(none)
new #14
e0c3a88
title
chore(pipe): implement monitor history db interface
description
Patch added
old #0
(none)
new #15
9a8fbde
title
feat(pipe): record historical monitors
description
Patch added
old #0
(none)
new #16
f168507
title
feat(pipe): monitor calculate uptime
description
Patch added
old #0
(none)
new #17
16df77f
title
feat(pipe): uptime cli command
description
Patch added
old #0
(none)
new #18
10ffdf1
title
chore(pipe): monitor history stubs
description
Patch added
old #0
(none)
new #19
8231ac5
title
fix(pipe): uptime cmd
description
Patch added
old #0
(none)
new #20
65a63a9
Back to top
1: 66cf9b9 = 1: 66cf9b9 feat(pipe): add pipe_monitors table
2: 83b0c70 = 2: 83b0c70 chore(pipe): add new db methods
3: 43aa4a1 = 3: 43aa4a1 chore(pipe): add db impl
4: a75186b = 4: a75186b chore(pipe): add tests for monitoring
5: 9c7fcda = 5: 9c7fcda feat(pipe): add monitor cli
6: 2b86dec = 6: 2b86dec feat(pipe): status and rss commands
7: 8df2aa2 = 7: 8df2aa2 feat(pipe): monitor pub and pipe cmd
8: 11a5bce = 8: 11a5bce chore(pipe): monitor help text
9: 670350c = 9: 670350c refactor(pipe): monitor pipes on throttle interval
10: ade2b83 = 10: ade2b83 fix: window and ping fixes
11: 68f5cd1 = 11: 68f5cd1 chore(pipe): add tests
-: ------- > 12: 74fb40f chore(pipe): add logging stmts
-: ------- > 13: c422818 refactor(pipe): create pipe monitors history table
-: ------- > 14: e0c3a88 fix(pipe): only update monitor if within window
-: ------- > 15: 9a8fbde chore(pipe): implement monitor history db interface
-: ------- > 16: f168507 feat(pipe): record historical monitors
-: ------- > 17: 16df77f feat(pipe): monitor calculate uptime
-: ------- > 18: 10ffdf1 feat(pipe): uptime cli command
-: ------- > 19: 8231ac5 chore(pipe): monitor history stubs
-: ------- > 20: 65a63a9 fix(pipe): uptime cmd