Commit Graph

209 Commits

Author SHA1 Message Date
thePR0M3TH3AN
64b21cff8d Merge branch 'beta' into codex/fix-failing-windows-test-workflow 2025-05-25 13:49:43 -04:00
thePR0M3TH3AN
8a60a5e2d9 Format db modules 2025-05-24 23:34:36 -04:00
thePR0M3TH3AN
994fe2244e Merge pull request #89 from PR0M3TH3AN/codex/fix-failing-windows-test-workflow
Fix windows test failures
2025-05-24 23:23:11 -04:00
thePR0M3TH3AN
0f33293fe1 Fix windows test failures 2025-05-24 23:22:50 -04:00
thePR0M3TH3AN
24c7952c79 Merge pull request #88 from PR0M3TH3AN/codex/fix-windows-test-github-workflow-failure
Fix windows test workflow error
2025-05-24 23:01:12 -04:00
thePR0M3TH3AN
75367fb01f Fix windows build by ignoring unused PID 2025-05-24 23:00:52 -04:00
thePR0M3TH3AN
4fd46f1649 Merge pull request #87 from PR0M3TH3AN/codex/fix-github-workflow-failure-in-comprehensive-tests-&-benchma
Fix watch.rs formatting
2025-05-24 22:39:16 -04:00
thePR0M3TH3AN
cf308fa8e6 Format watch command 2025-05-24 22:39:05 -04:00
thePR0M3TH3AN
8ceff8d425 Merge pull request #86 from PR0M3TH3AN/codex/fix-github-workflow-failure-in-windows
Fix watch.rs formatting
2025-05-24 22:37:26 -04:00
thePR0M3TH3AN
6bf8b4299b Format watch module 2025-05-24 22:37:16 -04:00
thePR0M3TH3AN
ee9c69b36d Merge pull request #85 from PR0M3TH3AN/codex/gate-same_file-imports-on-non-windows-targets
Fix unused import warning on Windows
2025-05-24 22:27:31 -04:00
thePR0M3TH3AN
db1d8fa841 Gate same_file import on non-Windows 2025-05-24 22:27:13 -04:00
thePR0M3TH3AN
78b110f95c Merge pull request #84 from PR0M3TH3AN/codex/refactor-watcher-to-support-background-processes
Implement cross-process watcher control
2025-05-24 22:21:26 -04:00
thePR0M3TH3AN
8b07ced20d Add daemonized watcher with control socket 2025-05-24 22:21:14 -04:00
thePR0M3TH3AN
0ffb5d22be Merge pull request #83 from PR0M3TH3AN/codex/update-documentation-for-paths-and-powershell
Update docs about path slashes
2025-05-24 22:02:56 -04:00
thePR0M3TH3AN
f9898cbdac Document forward-slash paths 2025-05-24 22:02:40 -04:00
thePR0M3TH3AN
bad08cbefb Merge pull request #82 from PR0M3TH3AN/codex/add-to_db_path-function-and-update-usages
Normalize db paths
2025-05-24 21:59:42 -04:00
thePR0M3TH3AN
313e54586a Add path normalization helper and apply 2025-05-24 21:59:31 -04:00
thePR0M3TH3AN
1efa4d5317 Merge pull request #81 from PR0M3TH3AN/codex/wrap-handle--from_path-with-cfg-attribute
Fix RemoveTracker path handling for Windows
2025-05-24 21:59:06 -04:00
thePR0M3TH3AN
2dc9421e5f Handle path tracking on Windows 2025-05-24 21:58:55 -04:00
thePR0M3TH3AN
7e37db3b61 Merge pull request #80 from PR0M3TH3AN/codex/create-markdown-guide-for-setup-and-verification
Add Windows usage guide
2025-05-24 21:58:21 -04:00
thePR0M3TH3AN
42404e71ae Add Windows usage guide 2025-05-24 21:57:55 -04:00
thePR0M3TH3AN
43836c10f1 Merge pull request #79 from PR0M3TH3AN/codex/add-cfg(unix)-to-watch_start_and_stop_quickly-test
Limit watch test to unix
2025-05-24 21:57:25 -04:00
thePR0M3TH3AN
a35f317d5c Scope watch quick stop test to Unix 2025-05-24 21:56:44 -04:00
thePR0M3TH3AN
3652fc741a Merge pull request #78 from PR0M3TH3AN/codex/duplicate-comprehensive-tests-job-for-windows
Add Windows CI job
2025-05-24 21:56:06 -04:00
thePR0M3TH3AN
821e0c677f Add Windows CI job 2025-05-24 21:55:55 -04:00
thePR0M3TH3AN
06d96fd3f1 Merge pull request #76 from PR0M3TH3AN/codex/fix-rename-handling-in-watcher.rs
Fix rename debouncer to preserve paths
2025-05-24 20:40:00 -04:00
thePR0M3TH3AN
5b7e20e5f4 Fix rename debouncer to preserve paths 2025-05-24 20:39:35 -04:00
thePR0M3TH3AN
a2ca1c78da Merge pull request #75 from PR0M3TH3AN/codex/implement-file-rename-handling-in-watcher
Implement rename trigger fix
2025-05-24 19:39:12 -04:00
thePR0M3TH3AN
45ab1f4cc6 Add trigger fix for rename handling 2025-05-24 19:38:49 -04:00
thePR0M3TH3AN
354d8a7fbd Remove Cargo.lock from .gitignore to allow version tracking of dependencies 2025-05-24 19:05:21 -04:00
thePR0M3TH3AN
f7d9758014 chore: regenerate Cargo.lock after dep changes 2025-05-24 19:03:08 -04:00
thePR0M3TH3AN
dcd42941c1 Merge pull request #73 from PR0M3TH3AN/codex/remove-priority-queue-from-cargo.toml
Remove unused priority-queue
2025-05-23 10:14:32 -04:00
thePR0M3TH3AN
6316d28873 Remove unused priority-queue 2025-05-23 10:14:19 -04:00
thePR0M3TH3AN
219946049c Merge pull request #72 from PR0M3TH3AN/codex/replace-unwrap-with-error-handling-in-watcher.rs
Improve DB mutex handling in watcher
2025-05-23 10:14:01 -04:00
thePR0M3TH3AN
47d9435865 Handle DB mutex poisoning 2025-05-23 10:13:53 -04:00
thePR0M3TH3AN
119f704454 Merge pull request #70 from PR0M3TH3AN/codex/add-database-polling-helper-in-watcher_tests.rs
Improve watcher rename tests
2025-05-23 10:13:16 -04:00
thePR0M3TH3AN
84afb73bbd Add DB polling helper and update watcher rename tests 2025-05-23 10:13:04 -04:00
thePR0M3TH3AN
042712853e Merge pull request #69 from PR0M3TH3AN/codex/track-in-flight-remove-events-and-emit-modify
Add inode-based rename detection
2025-05-23 10:12:48 -04:00
thePR0M3TH3AN
0a1eba0fa4 Handle remove-create renames 2025-05-23 10:12:35 -04:00
thePR0M3TH3AN
3a732ace1f Merge pull request #68 from PR0M3TH3AN/codex/add-checks-for-modify-event-in-watcher-tests
Update watcher rename tests
2025-05-22 23:10:08 -04:00
thePR0M3TH3AN
48b5ffd6fa Wait for rename events 2025-05-22 23:09:56 -04:00
thePR0M3TH3AN
e2e37c5b81 Merge pull request #67 from PR0M3TH3AN/codex/update-eventkind--modify-handling-in-watcher.rs
Fix rename handling for Notify 6
2025-05-22 22:58:43 -04:00
thePR0M3TH3AN
eb3aa16912 Handle Any rename events 2025-05-22 22:58:24 -04:00
thePR0M3TH3AN
0da18ff40d Merge pull request #66 from PR0M3TH3AN/codex/fix-rustfmt-formatting-issues
Format watcher module
2025-05-22 17:50:36 -04:00
thePR0M3TH3AN
84d5e04ce7 Format watcher module 2025-05-22 17:49:56 -04:00
thePR0M3TH3AN
1c68e15fd2 Merge pull request #65 from PR0M3TH3AN/codex/extend-watcher-for-file-and-directory-renames
Add rename handling to watcher
2025-05-22 16:56: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
c765204136 Merge pull request #64 from PR0M3TH3AN/codex/extend-watcher-for-file-and-directory-renames
Add rename handling to watcher
2025-05-22 15:51:11 -04:00