This commit is contained in:
2026-05-20 22:18:32 -06:00
parent 6dbc475e94
commit 7f6a86fa86
+3 -3
View File
@@ -1,3 +1,5 @@
- More complete sync(refresh packages on schedule with db, prefetch updates to pkgs we already have)
- clean cache of old files
- Deployment
- automated changelog publishing
- ci check golangci-lint docs
@@ -6,11 +8,9 @@
- ~ci testing, lint, gosec, vulncheck~
- ~graceful shutdown~
- ~cd build binary, package~
- More complete sync(refresh packages on schedule with db, prefetch updates to pkgs we already have)
- clean cache of old files
- Add chi for mux
- Build server/tool
- Think about: arch doesn't like partial upgrades, round robin fetching the db files might be an issue
- Add chi for mux
- ~implement streaming~
- ~implementation~
- ~refactor cache tests to match new interface using testify~