about summary refs log tree commit diff
path: root/kittybox-rs/src/database
Commit message (Expand)AuthorAgeFilesLines
* Fix a few bugsVika2023-07-223-4/+10
* database: more documentationVika2023-07-221-6/+23
* database: add "add_or_update_webmention" operationVika2023-07-224-0/+168
* postgres: optimize fetching of non-feeds by forgoing a second queryVika2023-07-221-0/+9
* Split Postgres schemas into twoVika2023-07-211-3/+5
* database/file: tokio::fs::create_dir_all is idempotentVika2023-07-171-6/+3
* FileStorage: properly fsync() files and directoriesVika2023-07-171-9/+21
* cargo update, part 1Vika2023-07-171-5/+5
* Implement Postgres backendVika2023-07-092-0/+389
* database/memory: cleaner update_post implementationVika2023-07-091-1/+70
* database{,/file}: clean up code, add documentation and loggingVika2023-07-092-206/+215
* micropub: use the new, better typed updates internallyVika2023-07-013-155/+25
* database: more realistic pagination testVika2023-06-221-1/+7
* database: add add_to_feed and remove_from_feedVika2023-06-221-0/+8
* database: use domains instead of authorities as owner keyVika2023-06-222-30/+35
* database: introduce read_feed_with_cursorVika2023-06-223-3/+32
* StorageError: use std::borrow::Cow for msg fieldVika2023-06-223-21/+36
* Notes on how to replace lazy_static! with a LazyCellVika2023-06-151-0/+6
* Add support for the IndieWeb Webring πŸ•ΈπŸ’Vika2023-06-151-0/+20
* Database: use newtypes to represent settingsVika2023-06-153-39/+91
* tempfile -> tempdir, remove mockitoVika2023-02-271-1/+1
* kittybox-templates: split out MF2 rendering and get rid of log crateVika2022-07-272-5/+5
* FileStorage: save memory by taking children instead of cloningVika2022-07-231-16/+22
* database: use .path().to_path_buf() to prevent dropping the tempdirVika2022-07-101-1/+3
* treewide: rewrite using AxumVika2022-07-073-113/+235
* flake.nix: reorganizeVika2022-05-245-0/+1843