Commit Graph

216 Commits

Author SHA1 Message Date
perf3ct aa5bd77753
feat(webdav): get rid of complex loop detection 2025-09-09 02:11:57 +00:00
perf3ct 88c376f655
feat(webdav): add some stress test utilities 2025-09-09 01:38:36 +00:00
perf3ct 07602a0096
feat(ci): try to further decrease disk usage 2025-09-03 20:15:14 +00:00
perf3ct 43b679f59b
fix(server): resolve compilation warnings and fix test that expects no pass, to have it actually expect pass 2025-09-02 22:51:17 +00:00
perf3ct 483d89132f
feat(office): add documentation around using antiword/catdoc for `doc` functionality 2025-09-02 20:29:17 +00:00
perf3ct 149c3b9a3f
feat(office): yeet unused fallback strategy 2025-09-02 03:47:20 +00:00
perf3ct d5d6d2edb4
feat(office): xml extraction seems to work now 2025-09-02 01:22:19 +00:00
perf3ct 774efd1140
refactor(server): remove XML vs library comparison functionality
Remove all comparison-related code used to evaluate XML vs library-based
Office document extraction. The XML approach has proven superior, so the
comparison functionality is no longer needed.

Changes:
- Remove extraction_comparator.rs (entire comparison engine)
- Remove test_extraction_comparison.rs binary
- Remove comparison mode logic from enhanced.rs
- Simplify fallback_strategy.rs to use XML extraction only
- Update OCR service to use XML extraction as primary method
- Clean up database migration to remove comparison-specific settings
- Remove test_extraction binary from Cargo.toml
- Update integration tests to work with simplified extraction

The Office document extraction now flows directly to XML-based
extraction
without any comparison checks, maintaining the superior extraction
quality
while removing unnecessary complexity.
2025-09-02 01:22:19 +00:00
perf3ct 73525eca02
feat(office): add library-based and xml-based parsing 2025-09-02 00:25:06 +00:00
perf3ct 325731aa04
feat(office): create legitimate office files for testing 2025-09-01 22:07:59 +00:00
perf3ct b8bf7c9585
feat(office): use catdoc and antiword to convert doc 2025-09-01 21:49:30 +00:00
perf3ct 546b41b462
feat(office): try to resolve docx/doc not working 2025-09-01 19:58:06 +00:00
perf3ct 4dbd1aa5d6
fix(errors): resolve the sql casting, and introduce unit test to prevent this from happening again 2025-09-01 18:15:52 +00:00
perf3ct b5b5019eba
fix(tests): resolve compilation error in last unit test 2025-08-23 22:48:41 +00:00
perf3ct 07b52ab28a
feat(metrics): update appstate for metrics changes 2025-08-23 22:27:50 +00:00
perf3ct f6eb7ba49f
feat(metrics): try to simplify webdav metrics some 2025-08-23 22:17:40 +00:00
perf3ct 1b4573f658
feat(webdav): resolve failing migration tests, and implement better error handling 2025-08-23 18:52:52 +00:00
perf3ct 08cce05d1a
feat(tests): resolve issues with db macros in test compilation 2025-08-21 21:08:05 +00:00
perf3ct d02180cc4e
feat(tests): resolve issues with db macros in test compilation 2025-08-21 19:42:23 +00:00
perf3ct b7dd64c8f6
feat(webdav): try to do better webdav errors to not slam webdav endpoints 2025-08-20 21:59:14 +00:00
perf3ct 81f8c0b0b5
feat(docker): add unit tests for docker healthcheck 2025-08-14 19:28:57 +00:00
perf3ct 080263a9ac
fix(tests): resolve issues with s3 tests 2025-08-11 00:54:09 +00:00
perf3ct cb3b3f05b8
fix(tests): migrate auto resume tests to use new test app state management 2025-08-02 18:29:12 +00:00
perf3ct ffa73e01a8
feat(tests): I like pain, and adding fields to the Config struct across all tests 2025-08-01 20:59:02 +00:00
perf3ct aad6036b4c
feat(tests): bring back the test helpers 2025-08-01 20:34:42 +00:00
perf3ct 21bc1167e8
fix(tests): resolve issue in tests due to new s3 config 2025-08-01 19:17:22 +00:00
perf3ct 862c36aa72
feat(storage): further support the s3 storage backend 2025-08-01 17:57:09 +00:00
perf3ct abd55ef419
feat(storage): abstract storage to also support s3, along with local filesystem still 2025-08-01 04:33:08 +00:00
perf3ct 68ceb1f9cb
feat(storage): implement s3 for storage 2025-08-01 00:27:13 +00:00
perf3ct 1fccde4722
feat(tests): have the per user watch directory tests use the test context helpers 2025-07-31 21:42:57 +00:00
perfectra1n ffb33ae5ab fix(tests): resolve issues with new config fields for user_watch in tests 2025-07-30 21:16:13 -07:00
perfectra1n 6158e2d77a feat(tests): resolve issues with changes to config struct with user_watch dir 2025-07-30 20:58:11 -07:00
perfectra1n 9822f67968 fix(tests): resolve issues with new config fields for user_watch in tests 2025-07-30 20:45:24 -07:00
perfectra1n 0fbb106668 fix(tests): resolve typescript compilation and test compilation errors 2025-07-30 20:03:13 -07:00
perf3ct 32983c3fba feat(server): implement #106 for per-user watch directories 2025-07-31 00:10:10 +00:00
perf3ct e62e73a249 fix(tests): have the updated integration tests at least compile 2025-07-30 04:21:16 +00:00
perf3ct 7da99cd992 feat(server): implement websockets over sse 2025-07-30 02:04:44 +00:00
perf3ct d7a0a1f294 feat(server): do a *much* better job at determining file types thanks to infer rust package 2025-07-29 21:28:33 +00:00
perf3ct 8f1f502cc4 feat(tests): mom, take a picture, the tests pass 2025-07-29 02:28:39 +00:00
perf3ct b3e6630bd1 feat(tests): tests are mostly working now 2025-07-29 00:47:02 +00:00
perf3ct 7ad2d84f7e feat(tests): resolve compilation errors in integration tests due to new test context 2025-07-28 19:07:46 +00:00
perf3ct cfeb6c5c93 feat(tests): wrap the tests so that even if they fail, they still close their db connections 2025-07-28 18:15:08 +00:00
perf3ct c37014f924 feat(tests): work on resolving tests that don't pass given the large rewrite 2025-07-28 04:13:14 +00:00
perf3ct 24269ea513 feat(tests): resolve duplicated test coverage for webdav functionality 2025-07-27 20:36:54 +00:00
perf3ct 023d424293 feat(server/client): I have no words, hopefully this lesser abstraction and webdav tracking works now 2025-07-27 19:29:45 +00:00
perf3ct 2c0ef814d9 feat(client/server): implement better source sync output 2025-07-27 05:02:13 +00:00
perf3ct 1a44ec97ea fix(tests): resolve issue with new url management test 2025-07-27 00:06:50 +00:00
perf3ct 1939c4aec3 feat(webdav): create dedicated module for managing the mess that is WebDAV XML responses 2025-07-26 23:37:09 +00:00
perf3ct d8cdc0f27e feat(tests): have the smart_sync tests use the same logic as the other tests, and keep the state throughout the test 2025-07-26 20:54:19 +00:00
perf3ct 6fb294ac2f fix(tests): swap i32 -> i64 in smart sync test 2025-07-24 20:26:06 +00:00