Commit Graph

12 Commits

Author SHA1 Message Date
thePR0M3TH3AN
84d5e04ce7 Format watcher module 2025-05-22 17:49:56 -04:00
thePR0M3TH3AN
34cfaf290b Merge branch 'beta' into codex/extend-watcher-for-file-and-directory-renames 2025-05-22 16:56:42 -04:00
thePR0M3TH3AN
6b9d684b15 Handle rename events 2025-05-22 16:41:50 -04:00
thePR0M3TH3AN
23beef5045 Handle rename events in watcher 2025-05-22 15:50:38 -04:00
thePR0M3TH3AN
9fae768577 Fix build script and clippy issues 2025-05-21 13:10:25 -04:00
thePR0M3TH3AN
567f1cd1a5 Format codebase with rustfmt 2025-05-21 11:24:49 -04:00
thePR0M3TH3AN
23ac9a9533 Add formatting and linting checks to CI 2025-05-21 10:52:50 -04:00
thePR0M3TH3AN
3fb6504cb0 Refactor watcher mutex handling and add tests 2025-05-21 09:23:14 -04:00
thePR0M3TH3AN
d74e21a171 Remove unused code allowances and clean watcher 2025-05-20 23:13:22 -04:00
thePR0M3TH3AN
c0cf736def test: improve debouncer coverage 2025-05-20 13:12:31 -04:00
thePR0M3TH3AN
9c325366f9 Improve performance metrics and enhance backup error handling
- Update benchmark results for `full-scan` and `dirty-scan` in `bench/dirty-vs-full.md` to reflect improved performance.
- Refactor error handling in `libmarlin/src/backup.rs` to provide clearer messages when the live database path is missing or invalid.
- Clean up code in `libmarlin/src/backup.rs` for better readability and maintainability.
- Minor adjustments in documentation and test files for consistency.
2025-05-19 22:13:25 -04:00
thePR0M3TH3AN
2f97bd8c3f Update dependencies and add new features for improved functionality
- Updated Cargo.lock and Cargo.toml to include new dependencies
- Added new files for backup and watcher functionality in libmarlin
- Introduced integration tests and documentation updates
- Set workspace resolver to version 2 for better dependency resolution
2025-05-19 18:14:42 -04:00