feat: add syncutil mutex, test scaffolding, and server hardening

- Add syncutil package with deadlock-detecting mutex (build-tag switchable)
- Add main_test.go TestMain scaffolding across all server packages
- Harden concurrency in ws, admin, auth, and updater packages
- Update CI workflow, go.mod/sum, Cargo.lock, and root changelogen tooling
This commit is contained in:
jevb
2026-04-01 12:04:15 +02:00
parent c53035a4aa
commit a24dbd5d55
26 changed files with 990 additions and 20 deletions
+10
View File
@@ -0,0 +1,10 @@
{
"private": true,
"scripts": {
"changelog": "changelogen",
"release": "changelogen --release"
},
"devDependencies": {
"changelogen": "^0.6.2"
}
}