| .. |
|
fixtures/webdav
|
feat(webdav): create dedicated module for managing the mess that is WebDAV XML responses
|
2025-07-26 23:37:09 +00:00 |
|
performance
|
feat(server/client): I have no words, hopefully this lesser abstraction and webdav tracking works now
|
2025-07-27 19:29:45 +00:00 |
|
test_images
|
feat(tests): add test images
|
2025-06-17 15:48:30 +00:00 |
|
test_pdfs
|
feat(ocr): gracefully handle problematic PDFs in all the ways, create tests so that it doesn't happen again
|
2025-07-14 16:36:32 +00:00 |
|
comprehensive_migration_tests.rs
|
fix(tests): resolve issue where test was counting all documents and not the test's own docs
|
2025-07-11 19:31:49 +00:00 |
|
database_schema_inspection_test.rs
|
fix(tests): all unit and integration tests pass locally
|
2025-07-12 00:29:52 +00:00 |
|
integration_admin_functionality_tests.rs
|
fix(tests): resolve this test as well
|
2025-07-18 19:57:24 +00:00 |
|
integration_admin_password_tests.rs
|
feat(server): allow for random admin password generation
|
2025-11-02 14:29:12 -08:00 |
|
integration_auth_tests.rs
|
feat(tests): move integration and unit tests to correct locations
|
2025-07-04 19:50:29 +00:00 |
|
integration_auto_resume_tests.rs
|
fix(tests): migrate auto resume tests to use new test app state management
|
2025-08-02 18:29:12 +00:00 |
|
integration_cancellation_tests.rs
|
fix(tests): SURELY this is the last of it
|
2025-10-11 22:19:54 +00:00 |
|
integration_comprehensive_source_management_tests.rs
|
feat(tests): reorganize unit and integration tests
|
2025-06-27 20:51:01 +00:00 |
|
integration_config_oidc_tests.rs
|
fix(tests): add new values to all unit tests that need it
|
2025-10-11 21:02:49 +00:00 |
|
integration_db_tests.rs
|
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 |
|
integration_debug_ocr_test.rs
|
fix(server/client): rename document_id to id in DocumentUploadResponse, again
|
2025-07-09 02:24:43 +00:00 |
|
integration_document_deletion_integration_tests.rs
|
fix(server/client): rename document_id to id in DocumentUploadResponse, again
|
2025-07-09 02:46:39 +00:00 |
|
integration_document_routes_tests.rs
|
fix(tests): also resolve document struct in these unit tests
|
2025-07-11 18:54:31 +00:00 |
|
integration_document_upload_hash_duplicate_tests.rs
|
fix(tests): add new values to all unit tests that need it
|
2025-10-11 21:02:49 +00:00 |
|
integration_documents_database_tests.rs
|
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 |
|
integration_enhanced_ocr_tests.rs
|
feat(ocr): implement new dev stack and allow for more numbers in ocr documents
|
2025-10-28 14:34:34 -07:00 |
|
integration_enhanced_search_tests.rs
|
fix(tests): resolve compilation issues due to Document struct changes
|
2025-07-11 17:40:28 +00:00 |
|
integration_error_handling_edge_cases_tests.rs
|
feat(tests): reorganize unit and integration tests
|
2025-06-27 20:51:01 +00:00 |
|
integration_failed_documents_tests.rs
|
feat(tests): move integration and unit tests to correct locations
|
2025-07-04 19:50:29 +00:00 |
|
integration_failed_ocr_endpoints_tests.rs
|
feat(tests): resolve test issues to do with integration tests
|
2025-07-18 21:00:42 +00:00 |
|
integration_file_processing_pipeline_tests.rs
|
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 |
|
integration_file_service_tests.rs
|
feat(storage): abstract storage to also support s3, along with local filesystem still
|
2025-08-01 04:33:08 +00:00 |
|
integration_generic_migration_tests.rs
|
feat(tests): move integration and unit tests to correct locations
|
2025-07-04 19:37:43 +00:00 |
|
integration_hash_duplicate_detection_tests.rs
|
feat(storage): abstract storage to also support s3, along with local filesystem still
|
2025-08-01 04:33:08 +00:00 |
|
integration_health_check_tests.rs
|
feat(docker): add unit tests for docker healthcheck
|
2025-08-14 19:28:57 +00:00 |
|
integration_ignored_files_integration_tests.rs
|
fix(tests): add new values to all unit tests that need it
|
2025-10-11 21:02:49 +00:00 |
|
integration_ignored_files_tests.rs
|
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 |
|
integration_integration_tests.rs
|
fix(server/client): rename document_id to id in DocumentUploadResponse, again
|
2025-07-09 01:40:50 +00:00 |
|
integration_investigate_empty_content.rs
|
fix(server/client): rename document_id to id in DocumentUploadResponse, again
|
2025-07-09 02:24:43 +00:00 |
|
integration_labels_integration_tests.rs
|
fix(server/client): rename document_id to id in DocumentUploadResponse, again
|
2025-07-09 01:40:50 +00:00 |
|
integration_labels_tests.rs
|
feat(tests): all fields label test
|
2025-12-09 19:39:28 +00:00 |
|
integration_large_file_upload_tests.rs
|
fix(upload): resolve issue with Axum not having config values set
|
2025-07-12 14:04:54 -07:00 |
|
integration_local_folder_sync_tests.rs
|
feat(tests): reorganize unit and integration tests
|
2025-06-27 20:51:01 +00:00 |
|
integration_ocr_corruption_tests.rs
|
fix(server/client): rename document_id to id in DocumentUploadResponse, again
|
2025-07-09 01:40:50 +00:00 |
|
integration_ocr_failure_counting_tests.rs
|
fix(tests): fix ocr endpoint tests due to our endpoint change
|
2025-06-29 05:35:49 +00:00 |
|
integration_ocr_language_endpoints.rs
|
fix(tests): resolve issue with integration test using hardcoded test credentials
|
2025-12-09 10:09:36 -08:00 |
|
integration_ocr_pipeline_integration_test.rs
|
feat(tests): I like pain, and adding fields to the Config struct across all tests
|
2025-08-01 20:59:02 +00:00 |
|
integration_ocr_queue_management_tests.rs
|
feat(server): rename requeue failed endpoint
|
2025-07-11 21:44:53 +00:00 |
|
integration_ocr_retry_bug_regression_tests.rs
|
fix(server): resolve issues with the retry ocr tests
|
2025-07-02 22:47:51 +00:00 |
|
integration_ocr_retry_db_tests.rs
|
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 |
|
integration_ocr_retry_regression_tests.rs
|
feat(tests): move integration and unit tests to correct locations
|
2025-07-04 19:50:29 +00:00 |
|
integration_ocr_retry_tests.rs
|
fix(tests): no way, all the integration tests pass now
|
2025-07-10 01:38:55 +00:00 |
|
integration_office_document_extraction_tests.rs
|
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 |
|
integration_office_extraction.rs
|
feat(office): yeet unused fallback strategy
|
2025-09-02 03:47:20 +00:00 |
|
integration_oidc_tests.rs
|
fix(tests): race condition
|
2025-10-12 03:29:10 +00:00 |
|
integration_pdf_word_count_tests.rs
|
feat(ui): handle strange responses that the UI could recieve
|
2025-10-05 13:45:10 -07:00 |
|
integration_per_user_watch_directories_tests.rs
|
fix(tests): resolve compilation error in last unit test
|
2025-08-23 22:48:41 +00:00 |
|
integration_performance_load_tests.rs
|
feat(server): gracefully manage requeue requests for the same document
|
2025-07-11 21:27:12 +00:00 |
|
integration_prometheus_metrics_tests.rs
|
feat(tests): reorganize unit and integration tests
|
2025-06-27 20:51:01 +00:00 |
|
integration_role_based_access_control_tests.rs
|
feat(server): rename requeue failed endpoint
|
2025-07-11 21:44:53 +00:00 |
|
integration_s3_sync_tests.rs
|
feat(tests): reorganize unit and integration tests
|
2025-06-27 20:51:01 +00:00 |
|
integration_settings_tests.rs
|
feat(office): xml extraction seems to work now
|
2025-09-02 01:22:19 +00:00 |
|
integration_simple_throttling_test.rs
|
feat(tests): I like pain, and adding fields to the Config struct across all tests
|
2025-08-01 20:59:02 +00:00 |
|
integration_smart_sync_deep_scan.rs
|
feat(tests): tests are mostly working now
|
2025-07-29 00:47:02 +00:00 |
|
integration_smart_sync_error_handling.rs
|
feat(tests): mom, take a picture, the tests pass
|
2025-07-29 02:28:39 +00:00 |
|
integration_smart_sync_first_time.rs
|
feat(tests): mom, take a picture, the tests pass
|
2025-07-29 02:28:39 +00:00 |
|
integration_smart_sync_no_changes.rs
|
feat(tests): mom, take a picture, the tests pass
|
2025-07-29 02:28:39 +00:00 |
|
integration_smart_sync_targeted_scan.rs
|
feat(tests): mom, take a picture, the tests pass
|
2025-07-29 02:28:39 +00:00 |
|
integration_source_errors_db_tests.rs
|
fix(errors): resolve the sql casting, and introduce unit test to prevent this from happening again
|
2025-09-01 18:15:52 +00:00 |
|
integration_source_scheduler_simple_tests.rs
|
fix(tests): add new values to all unit tests that need it
|
2025-10-11 21:02:49 +00:00 |
|
integration_source_scheduler_tests.rs
|
fix(tests): add new values to all unit tests that need it
|
2025-10-11 21:02:49 +00:00 |
|
integration_source_sync_cancellation_workflow_tests.rs
|
fix(tests): add new values to all unit tests that need it
|
2025-10-11 21:02:49 +00:00 |
|
integration_source_sync_hash_duplicate_tests.rs
|
fix(tests): add new values to all unit tests that need it
|
2025-10-11 21:02:49 +00:00 |
|
integration_source_update_tests.rs
|
feat(tests): reorganize unit and integration tests
|
2025-06-27 20:51:01 +00:00 |
|
integration_sql_type_safety_tests.rs
|
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 |
|
integration_stop_sync_functionality_tests.rs
|
fix(tests): add new values to all unit tests that need it
|
2025-10-11 21:02:49 +00:00 |
|
integration_test_image_ocr_tests.rs
|
fix(migrations): resolve issue with latest migration and multi-language support
|
2025-07-18 19:30:51 +00:00 |
|
integration_thread_separation_tests.rs
|
feat(tests): reorganize unit and integration tests
|
2025-06-27 20:51:01 +00:00 |
|
integration_universal_source_sync_tests.rs
|
fix(tests): add new values to all unit tests that need it
|
2025-10-11 21:02:49 +00:00 |
|
integration_users_tests.rs
|
feat(tests): resolve compilation errors in integration tests due to new test context
|
2025-07-28 19:07:46 +00:00 |
|
integration_webdav_atomic_operations_tests.rs
|
feat(tests): resolve compilation errors in integration tests due to new test context
|
2025-07-28 19:07:46 +00:00 |
|
integration_webdav_comprehensive_tests.rs
|
fix(tests): add new values to all unit tests that need it
|
2025-10-11 21:02:49 +00:00 |
|
integration_webdav_concurrency_tests.rs
|
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 |
|
integration_webdav_critical_fixes_tests.rs
|
feat(tests): resolve compilation errors in integration tests due to new test context
|
2025-07-28 19:07:46 +00:00 |
|
integration_webdav_first_time_scan_tests.rs
|
feat(webdav): create dedicated module for managing the mess that is WebDAV XML responses
|
2025-07-26 23:37:09 +00:00 |
|
integration_webdav_hash_duplicate_tests.rs
|
fix(tests): add new values to all unit tests that need it
|
2025-10-11 21:02:49 +00:00 |
|
integration_webdav_integration_tests.rs
|
Merge pull request #267 from readur/oidc-improvements
|
2025-10-11 16:16:11 -07:00 |
|
integration_webdav_scheduler_concurrency_tests.rs
|
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 |
|
integration_webdav_smart_scanning_tests.rs
|
fix(tests): no way, all the integration tests pass now
|
2025-07-10 01:38:55 +00:00 |
|
integration_webdav_sync_tests.rs
|
fix(tests): binary and tests at least compile now
|
2025-07-04 19:07:53 +00:00 |
|
integration_websocket_sync_progress_tests.rs
|
fix(tests): have the updated integration tests at least compile
|
2025-07-30 04:21:16 +00:00 |
|
latest_migration_tests.rs
|
fix(tests): all unit and integration tests pass locally
|
2025-07-12 00:29:52 +00:00 |
|
migration_constraint_tests.rs
|
fix(tests): no way, all the integration tests pass now
|
2025-07-10 01:38:55 +00:00 |
|
migration_integration_tests.rs
|
fix(tests): no way, all the integration tests pass now
|
2025-07-10 01:38:55 +00:00 |
|
migration_ordering_tests.rs
|
feat(tests): create even further comprehensive tests for migration testing, because I'm traumatized from Vikunja
|
2025-07-11 17:25:29 +00:00 |
|
migration_schema_validation_tests.rs
|
fix(tests): all unit and integration tests pass locally
|
2025-07-12 00:29:52 +00:00 |
|
pr_migration_validation_tests.rs
|
feat(tests): create even further comprehensive tests for migration testing, because I'm traumatized from Vikunja
|
2025-07-11 17:25:29 +00:00 |
|
s3_storage_tests.rs
|
fix(tests): resolve issues with s3 tests
|
2025-08-11 00:54:09 +00:00 |
|
simplified_migration_schema_validation.rs
|
feat(tests): create even further comprehensive tests for migration testing, because I'm traumatized from Vikunja
|
2025-07-11 17:25:29 +00:00 |
|
unit_basic_sync_tests.rs
|
feat(tests): reorganize unit and integration tests
|
2025-06-27 20:51:01 +00:00 |
|
unit_oidc_unit_tests.rs
|
fix(tests): make sure those are used as optional
|
2025-10-11 21:47:30 +00:00 |
|
unit_smart_sync_service_tests.rs
|
feat(server/client): I have no words, hopefully this lesser abstraction and webdav tracking works now
|
2025-07-27 19:29:45 +00:00 |
|
unit_unit_tests.rs
|
fix(tests): resolve unit test compilation issue for update document details page
|
2025-07-11 05:00:41 +00:00 |
|
unit_user_watch_manager_tests.rs
|
fix(tests): resolve typescript compilation and test compilation errors
|
2025-07-30 20:03:13 -07:00 |
|
unit_webdav_concurrency_tests.rs
|
feat(client/server): implement better source sync output
|
2025-07-27 05:02:13 +00:00 |
|
unit_webdav_directory_tracking_tests.rs
|
feat(webdav): create dedicated module for managing the mess that is WebDAV XML responses
|
2025-07-26 23:37:09 +00:00 |
|
unit_webdav_edge_cases_tests.rs
|
feat(webdav): create dedicated module for managing the mess that is WebDAV XML responses
|
2025-07-26 23:37:09 +00:00 |
|
unit_webdav_enhanced_unit_tests.rs
|
feat(tests): resolve issues with db macros in test compilation
|
2025-08-21 21:08:05 +00:00 |
|
unit_webdav_etag_validation_tests.rs
|
feat(client/server): implement better source sync output
|
2025-07-27 05:02:13 +00:00 |
|
unit_webdav_smart_scan_logic_tests.rs
|
feat(tests): bring back the test helpers
|
2025-08-01 20:34:42 +00:00 |
|
unit_webdav_targeted_rescan_tests.rs
|
feat(webdav): create dedicated module for managing the mess that is WebDAV XML responses
|
2025-07-26 23:37:09 +00:00 |
|
unit_webdav_unit_tests.rs
|
feat(tests): resolve issues with db macros in test compilation
|
2025-08-21 19:42:23 +00:00 |
|
unit_webdav_url_management_tests.rs
|
feat(server/client): I have no words, hopefully this lesser abstraction and webdav tracking works now
|
2025-07-27 19:29:45 +00:00 |
|
unit_websocket_sync_progress_tests.rs
|
feat(server): implement websockets over sse
|
2025-07-30 02:04:44 +00:00 |
|
webdav_production_flow_integration_tests.rs
|
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 |
|
webdav_smart_sync_integration_tests.rs
|
feat(server/client): I have no words, hopefully this lesser abstraction and webdav tracking works now
|
2025-07-27 19:29:45 +00:00 |
|
webdav_stress_tests.rs
|
fix(tests): resolve issue in global state with webdav stress tests
|
2025-09-26 16:08:27 +00:00 |