From 7f6a86fa8615fc4f5207b7bb11143c03f4eefeba Mon Sep 17 00:00:00 2001 From: Eric Phillips Date: Wed, 20 May 2026 22:18:32 -0600 Subject: [PATCH] update --- TODO.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/TODO.md b/TODO.md index 9d9c6b7..b0ea854 100644 --- a/TODO.md +++ b/TODO.md @@ -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~