Commit graph

5 commits

Author SHA1 Message Date
c2e0c4d091
test(gpodder): implement full test suite
* these tests were partially generated using AI, and reviewed by me
* there are 4 failing tests related to subscription counts; this is
  known functionality that still needs to be implemented
2026-05-06 22:51:04 +02:00
7de4897364
refactor(gpodder): rename store trait 2025-06-15 14:31:36 +02:00
275d249320
chore: update to edition 2024; update packages; rename some stuff 2025-06-06 12:50:30 +02:00
974ca80298
chore: listen to clippy 2025-03-31 20:13:18 +02:00
0cfcd90eba
refactor: split gpodder repository and the sqlite data store implementation into separate crates
The complete separation of concerns via the gpodder repository allows us
to cleanly separate the server from the gpodder specification. This
paves the way for a later Postgres implementation of the data store.
2025-03-19 08:54:49 +01:00
Renamed from src/db/repository/subscription.rs (Browse further)