shithub
tenseleyflow
/
shithub
/
Sign in
Sign up
Code
Issues
Pull requests
Actions
Projects
Wiki
Security and quality
Insights
shithub
Public
Notifications
Fork
0
Star
0
Commits
0ed49d67754de2a3b2b62df0a2959b69e8a0f35d
Switch branches/tags
Branches
Tags
s50/cross-cutting
scratch
trunk
default
No tags found.
All users
espadonne
View commits for all users
All time
May
2026
‹
›
Su
Mo
Tu
We
Th
Fr
Sa
26
27
28
29
30
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
1
2
3
4
5
6
Commits on May 9, 2026
ci: tighten lint config (errcheck/gosec excludes, gocritic singleCaseSwitch off)
espadonne
committed
4 days ago
0ed49d6
ci: read go version from go.mod + bump golangci-lint-action to v8
espadonne
committed
4 days ago
54eabc0
rewrite README with honest scope + status
espadonne
committed
4 days ago
6ba040d
S33: delivery view + redeliver template
espadonne
committed
4 days ago
176a1c5
S33: edit webhook + recent deliveries template
espadonne
committed
4 days ago
c3a79ae
S33: new webhook form template
espadonne
committed
4 days ago
8452fc6
S33: webhooks list template
espadonne
committed
4 days ago
354d828
S33: wire repoH.MountWebhooks
espadonne
committed
4 days ago
90c8d52
S33: declare RepoWebhooksMounter
espadonne
committed
4 days ago
d99c093
S33: drop /settings/webhooks placeholder (real route lives in webhooks.go)
espadonne
committed
4 days ago
3897a08
S33: per-repo webhook CRUD + delivery handlers
espadonne
committed
4 days ago
66b8d75
S33: wire repo handler SecretBox from Auth.TOTPKeyB64
espadonne
committed
4 days ago
1bd7d1d
S33: thread SecretBox into repo handler deps
espadonne
committed
4 days ago
73d0735
S33: register webhook worker jobs
espadonne
committed
4 days ago
bf76678
S33: worker job handlers — fanout, deliver, purge_old
espadonne
committed
4 days ago
ff0e41e
S33: manage orchestrator — Create/Update/Delete/SetActive
espadonne
committed
4 days ago
7bfdb60
S33: deliverer — sign + POST + retry/backoff + auto-disable
espadonne
committed
4 days ago
3dd5a86
S33: fanout — drain domain_events into per-subscriber deliveries
espadonne
committed
4 days ago
cabf7a3
S33: worker job kinds + deliver payload helpers
espadonne
committed
4 days ago
ca72eb1
S33: webhook secret seal/open via secretbox
espadonne
committed
4 days ago
32c74d1
S33: exponential backoff with jitter (24h cap)
espadonne
committed
4 days ago
e1c2fa0
S33: HMAC-SHA256 sign + verify
espadonne
committed
4 days ago
706426a
S33: SSRF defense (block-list + dial-the-IP transport)
espadonne
committed
4 days ago
4a9b2e1
regen sqlc cross-package models for webhook enums
espadonne
committed
4 days ago
0ebc1ff
S33: webhook sqlc package + queries
espadonne
committed
4 days ago
ac27487
S33: add webhooks + webhook_deliveries migration
espadonne
committed
4 days ago
0699606
S32: wire repoH.MountSettingsGeneral
espadonne
committed
4 days ago
eab7294
S32: declare RepoSettingsGeneralMounter
espadonne
committed
4 days ago
99d81cf
S32: thread SettingsActive=branches
espadonne
committed
4 days ago
80351da
S32: dispatch settings via principals + thread SettingsActive=danger
espadonne
committed
4 days ago
ea1ba9f
Older