Commit Graph

19 Commits

Author SHA1 Message Date
thePR0M3TH3AN
8b07ced20d Add daemonized watcher with control socket 2025-05-24 22:21:14 -04:00
thePR0M3TH3AN
99f72af4bc update 2025-05-21 20:14:56 -04:00
thePR0M3TH3AN
efe84097a4 Merge branch 'beta' into codex/fix-failing-workflow-tests 2025-05-21 20:05:25 -04:00
thePR0M3TH3AN
45c28d0780 Fix restore fallback to backup ID 2025-05-21 20:02:21 -04:00
thePR0M3TH3AN
ff861d63b6 Merge branch 'beta' into codex/fix-failing-workflow-tests 2025-05-21 19:48:56 -04:00
thePR0M3TH3AN
15e892055f Format restore logic 2025-05-21 19:42:52 -04:00
thePR0M3TH3AN
8c7c8a2395 Handle backup IDs in restore command 2025-05-21 19:31:23 -04:00
thePR0M3TH3AN
07693a7925 Add backup prune CLI and update roadmap 2025-05-21 16:19:32 -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
b9981ea51f Merge pull request #18 from PR0M3TH3AN/codex/write-tests-for-db-operations-and-functions
Add unit tests for CLI helpers
2025-05-20 15:19:27 -04:00
thePR0M3TH3AN
7d6c7e0c69 Add unit tests for CLI helpers 2025-05-20 15:19:15 -04:00
thePR0M3TH3AN
daeec03a60 Add watch run unit test 2025-05-20 15:18:49 -04:00
thePR0M3TH3AN
0c40bdac84 Update benchmarks and clean up CLI code for improved readability
- Updated benchmark results in `bench/dirty-vs-full.md` to reflect new performance metrics for `full-scan` and `dirty-scan`.
- Removed unnecessary comments and whitespace in `cli-bin/src/main.rs` to enhance code clarity and maintainability.
2025-05-19 22:49:35 -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
thePR0M3TH3AN
7b596ab17a dirty scan speed testing 2025-05-18 23:53:50 -04:00
thePR0M3TH3AN
f6fca2c0dd update 2025-05-18 16:02:48 -04:00