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 |
perf3ct
|
bb379f19dc
|
fix(tests): resolve issues with compilation in tests
|
2025-07-24 17:02:38 +00:00 |
perf3ct
|
2ad1992b6a
|
fix(tests): also fix this test?
|
2025-07-23 00:24:47 +00:00 |
perf3ct
|
81892e1f2c
|
feat(tests): split large test file up into smaller ones
|
2025-07-22 20:40:58 +00:00 |
perf3ct
|
9699973196
|
feat(sync): create further comprehensive tests for testing our new "smart sync" functionality for managing directory etags
|
2025-07-22 20:32:59 +00:00 |
perf3ct
|
7ee9a4c6a6
|
fix(tests): should really centralize these database URLs at some point
|
2025-07-21 20:38:48 +00:00 |
perf3ct
|
aac32ea64a
|
feat(dev): let's just implement an entire error system while we're at it, since the tests are already broken
|
2025-07-20 03:38:13 +00:00 |
perf3ct
|
45ec99a031
|
feat(ocr): get rid of managing TESSDATA_PREFIX
|
2025-07-20 02:23:06 +00:00 |
perf3ct
|
bb85f4f5c2
|
fix(tests): hopefully resolve issues with the last two integration tests
|
2025-07-19 21:57:37 +00:00 |
perf3ct
|
29689fda4b
|
feat(tests): try to fix the TESSDATA environment variable in tests, again
|
2025-07-18 21:15:16 +00:00 |
perf3ct
|
6b1a1eba14
|
feat(tests): resolve test issues to do with integration tests
|
2025-07-18 21:00:42 +00:00 |
perf3ct
|
a38d100023
|
fix(tests): resolve this test as well
|
2025-07-18 19:57:24 +00:00 |
perf3ct
|
41d8524714
|
fix(tests): resolve these two tests at least)
|
2025-07-18 19:55:59 +00:00 |
perf3ct
|
0d65cab4aa
|
fix(migrations): resolve issue with latest migration and multi-language support
|
2025-07-18 19:30:51 +00:00 |
perf3ct
|
708e22dedc
|
fix(tests): resolve pdf_word_count test becuase we've improved the pdf ocr system so much
|
2025-07-17 18:50:23 +00:00 |
perf3ct
|
c0e8864280
|
fix(test): just login with admin credentials in the test for now
|
2025-07-17 18:24:52 +00:00 |
perf3ct
|
9658063a06
|
fix(tests): resolve issue with ocr language endpoint
|
2025-07-17 18:10:54 +00:00 |
perf3ct
|
d0d3aab859
|
feat(tests): use test context instead of direct database
|
2025-07-17 17:35:29 +00:00 |
perf3ct
|
862eb3217a
|
fix(tests): resolve issues in integration tests for the new multiple ocr languages
|
2025-07-14 21:28:55 +00:00 |
perf3ct
|
6bbf09e336
|
feat(lang): implement tests for this updated language selection
|
2025-07-14 20:46:51 +00:00 |
perf3ct
|
3999eb0b1e
|
feat(lang): update endpoints for ocr along with updating tests
|
2025-07-14 20:00:38 +00:00 |