- Kyoto, Japan
- https://pvv.ntnu.no/~oysteikt/
-
ワンワン :3 :3 :3
- Joined on
2023-06-04
Block a user
Shard export/import data into pieces to avoid overfilling memory on import/export
Stream progress updates for export / import
Lock history and library lists while exporting/importing archives
Make it possible to abort archive imports
Make it possible to abort archive exports
Allow archives to export/import directly from archive instead of un/packing to directory
Versioned SQL queries for archive generation
It is likely enough to find a subset of required functions (mostly batch export, batch import, maybe entry count and existence?), and keep them versioned in their own directory. Since these…
Don't allow empty / whitespace only word searches
Versioned SQL queries for archive generation
I seem to have misunderstood this to mean a different thing than it originally was.
This is about keeping the SQL intact between migrations (particularly the parts in mugiten, not in jadb).
T…
Stream progress updates for export / import
There is a working implementation of this now, but it is not hooked up to anything yet
Unit test archive functionality
Some basic tests are in place now, where sqlite -> json file/dir and json file/dir -> sqlite is being tested separately for history and library lists (without any compression at the end).
I'd…