Commit graph

5 commits

Author SHA1 Message Date
Leon Mika 740cf8979a fix: unit tests 2026-03-18 22:19:26 +11:00
Leon Mika 15bc6b7f73 feat: add DB provider methods for categories
Implements SaveCategory, SelectCategory, SelectCategoriesOfSite,
SelectCategoryBySlugAndSite, DeleteCategory, SelectCategoriesOfPost,
SelectPostsOfCategory, CountPostsOfCategory, and SetPostCategories on
the DB Provider, along with BeginTx/QueriesWithTx for transaction
support. Also fixes pre-existing compilation errors in provider_test.go
(missing PagingParams args) so new tests can compile and run.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-18 21:37:01 +11:00
Leon Mika 4a6b79db17 Added sub commands for doing admin stuff 2026-02-28 10:39:08 +11:00
Leon Mika a59008b3e8 Added direct publishing to Netlify 2026-02-20 17:39:58 +11:00
Leon Mika 8136655336 Added a database 2026-02-19 22:29:44 +11:00