Commit graph

6 commits

Author SHA1 Message Date
8498fe9661
refactor(test): move existing gpodder_sqlite tests into a separate crate
This refactor allows new implementations of the store contract to reuse
the same tests, ensuring all implementations support the same behavior.
2026-05-06 20:38: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
73988d6264
test(gpodder_sqlite): start device tests 2025-03-19 15:00:00 +01: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