tuns
created pr with
34.1
added 34.2
1: 4bd8050 = 1: 4bd8050 feat: metric drain
-: ------- > 2: ea49338 chore: add userId to metric drain visit
added 34.3
1: 4bd8050 = 1: 4bd8050 feat: metric drain
2: ea49338 = 2: ea49338 chore: add userId to metric drain visit
-: ------- > 3: 343f29e chore: update pubsub
changed status to
accepted
cmds
checkout latest patchset:
ssh pr.pico.sh print 34 | git am -3checkout any patchset in a patch request:
ssh pr.pico.sh print 34.[rev] | git am -3add changes to patch request:
git format-patch main --stdout | ssh pr.pico.sh pr add 34set PR to open (enables RSS notifications):
ssh pr.pico.sh pr open 34set PR to draft (stops RSS notifications):
ssh pr.pico.sh pr draft 34
Patchset
34.3
chore: update pubsub
Eric Bower
2024-11-14T03:21:06ZSemantic diff summary
0 added,
0 modified,
0 signature changed,
0 removed
across 0 analyzed files
(2 files skipped: unsupported file type)
+1
-3
go.mod
#
| ... | ... | @@ -16,7 +14,7 @@ require ( | |
| 16 | 14 | github.com/logrusorgru/aurora v2.0.3+incompatible | |
| 17 | 15 | github.com/mikesmitty/edkey v0.0.0-20170222072505-3356ea4e686a | |
| 18 | 16 | github.com/picosh/pdocs v0.0.0-20240626184614-7aff67648d6e | |
| 19 | - | github.com/picosh/pubsub v0.0.0-20241008010300-a63fd95dc8ed | |
| 17 | + | github.com/picosh/pubsub v0.0.0-20241114025640-35db438302b4 | |
| 20 | 18 | github.com/picosh/utils v0.0.0-20241008004349-f48b50af554b | |
| 21 | 19 | github.com/pires/go-proxyproto v0.7.0 | |
| 22 | 20 | github.com/prometheus/client_golang v1.20.2 |
+2
-2
go.sum
#
| ... | ... | @@ -136,8 +136,8 @@ github.com/phuslu/iploc v1.0.20240731 h1:4fLlMTe1bGrKfraWclGGC3WqndKzDv7xpKgVRvX | |
| 136 | 136 | github.com/phuslu/iploc v1.0.20240731/go.mod h1:VZqAWoi2A80YPvfk1AizLGHavNIG9nhBC8d87D/SeVs= | |
| 137 | 137 | github.com/picosh/pdocs v0.0.0-20240626184614-7aff67648d6e h1:SdfU2G7pMYi1pZd4khx/prmgfF5WZ0pRROhCpPMq0H4= | |
| 138 | 138 | github.com/picosh/pdocs v0.0.0-20240626184614-7aff67648d6e/go.mod h1:KXO3Z0EVdA811AX6mlK4lwFDT+KgmegRVrEmZU5uLXU= | |
| 139 | - | github.com/picosh/pubsub v0.0.0-20241008010300-a63fd95dc8ed h1:aBJeQoLvq/V3hX6bgWjuuTmGzgbPNYuuwaCWU4aSJcU= | |
| 140 | - | github.com/picosh/pubsub v0.0.0-20241008010300-a63fd95dc8ed/go.mod h1:ajolgob5MxlHdp5HllF7u3rTlCgER4InqfP7M/xl6HQ= | |
| 139 | + | github.com/picosh/pubsub v0.0.0-20241114025640-35db438302b4 h1:pITSRXb9NDGdC6AmuS3JE+8Ek4/pUG7tXJPP3cOaqf4= | |
| 140 | + | github.com/picosh/pubsub v0.0.0-20241114025640-35db438302b4/go.mod h1:m6ZZpg+lZB3XTIKlbSqQgi4NrBPtARv23b8vGYDoCo4= | |
| 141 | 141 | github.com/picosh/utils v0.0.0-20241008004349-f48b50af554b h1:PvWk8Y7JhC1bK4Ns7FUFfcvi+BGZ+K07wTA2VDTmfDQ= | |
| 142 | 142 | github.com/picosh/utils v0.0.0-20241008004349-f48b50af554b/go.mod h1:ftrp1FjbKK/mFnBAYGymA1QEtPlkA0+lWkPI5h0HKt4= | |
| 143 | 143 | github.com/pires/go-proxyproto v0.7.0 h1:IukmRewDQFWC7kfnb66CSomk2q/seBuilHBYFwyq0Hs= |