summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2026-02-08Take the registry tags at construction timeJesper Jensen
2026-02-08Always refresh all expiredJesper Jensen
2026-02-08Add struct to represent image rowJesper Jensen
2026-02-08Replace fetch time with expiry timeJesper Jensen
This should make it easier (possible) to query for expired images
2026-02-08Avoid fetching tags multiple timesJesper Jensen
What a dumb bug
2026-02-08Linearize images with update_imagesJesper Jensen
2026-02-08Separate out update_image to add some testsJesper Jensen
2026-02-08Automatically run at expire timesJesper Jensen
2026-02-07Allow for differentiated cache timesJesper Jensen
2026-02-07Inline the auth structJesper Jensen
2026-02-07There are multiple registries in thereJesper Jensen
2026-02-07Start to peel apart the update loopJesper Jensen
I also moved over to passing borrows of the time. This should have been a separate commit, but i forgot.
2026-02-07Refactor update_images for multiple images/filesJesper Jensen
This will make it easier to deduplicate the images across multiple files. It also lets us do all the registry/database/update comparison logic in more closed kernel while pushing the update logic to the end of that operation. May unlock some future optimization if we choose to go down that rabbithole.
2026-02-07Whitespace cleanupJesper Jensen
2026-02-07Add support for anonymous authJesper Jensen
We need this to actually run the integration tests. With that said, please don't run the integration tests unless you need to. It's not nice to use other peoples infrastructure for tests.
2026-02-07Extract registry codeJesper Jensen
2026-02-07Print when cache is usedJesper Jensen
2026-02-07Pull out database code for easier testing (later)Jesper Jensen
2026-02-07Simplify/linearize the caching logicJesper Jensen
2026-02-07Cache the tag lookupsJesper Jensen
2026-02-06Add database metricsJesper Jensen
2026-02-06Add metricsJesper Jensen
2026-02-06Add support for dockerfile updatingJesper Jensen
2026-02-06Add tests for the parsing logicJesper Jensen
2026-02-03Set the username and email differentlyJesper Jensen
2026-02-03Add explicit authorJesper Jensen
2026-02-03Add known hosts supportJesper Jensen
2026-02-03Add some loggingJesper Jensen
2026-02-03Set launch arguments in imageJesper Jensen
2026-02-02Make it deployableJesper Jensen
2026-01-28Make it a serverJesper Jensen
2026-01-25Better version handlingJesper Jensen
2026-01-25Add some config stuff for k8sJesper Jensen
2026-01-19INITIAL COMMIT (again)Jesper Jensen
2025-12-28Add some more parser codeJesper Jensen
2025-12-27Pull the parsing bits outJesper Jensen
2025-12-25Add some more rfc'sJesper Jensen
2025-12-22Add the initial skeleton of the parserJesper Jensen
2025-12-19Add the authentication stuffJesper Jensen
2025-12-16Start parsing some challengesJesper Jensen
2025-12-16Add multiregistry loginJesper Jensen
2025-12-15INITIAL COMMITJesper Jensen