mirror of
https://github.com/spacedriveapp/spacedrive.git
synced 2026-04-19 14:08:45 -04:00
* WIP materialized_path abstraction revamp * Optimizing indexer rules loading * Using a better serialize impl for indexer rules * New interruptable and faster Walker * WIP new indexer * WIP first success compiling after breaking the world * Fixing some warnings * Handling some lifetime issues in the walker * New job completed with errors feature * Introducing completed with errors to indexer Removing IOError variant from JobError and using FileIOError instead * Rust fmt * Adding missing job status * Better ergonomics to IsolatedFilePathData Conversions from db's file_path kinds Keeping original's relative path data to better conversion to OS's path First unit tests * Testing and fixing parent method * Some error handling * Rust fmt * Some small fixes * Fixing indexer rules decoding * Bunch of small fixes * Rust fmt * Fixing indexer rules * Updating frontend to new materialized_path format * Trying to fix windows CI --------- Co-authored-by: Brendan Allan <brendonovich@outlook.com>