labfy-investigation/tests
2026-07-22 22:29:59 +02:00
..
test_background_task.c feat(core): add asynchronous background task 2026-07-17 10:55:40 +02:00
test_database.c feat(persons): identify impersonated identities 2026-07-22 22:29:59 +02:00
test_eml_analyzer.c feat(email): extract forensic metadata from EML evidence 2026-07-22 16:09:22 +02:00
test_entity_dao.c feat: add entity DAO 2026-07-20 20:57:42 +02:00
test_entity_record.c feat: add entity record model 2026-07-20 20:06:22 +02:00
test_entity_type.c feat: add entity type model 2026-07-20 19:52:11 +02:00
test_entity_type_dao.c feat(entities): add social media accounts 2026-07-22 15:03:13 +02:00
test_error.c refactor(database): migrate initialization to database layer 2026-07-16 11:17:06 +02:00
test_evidence_category_item.c feat: display categorized evidence in sidebar 2026-07-20 11:57:56 +02:00
test_evidence_category_model.c feat: display categorized evidence in sidebar 2026-07-20 11:57:56 +02:00
test_evidence_copy.c feat: add verified evidence file copy 2026-07-19 16:51:06 +02:00
test_evidence_dao.c feat: add asynchronous evidence integrity task 2026-07-20 13:41:41 +02:00
test_evidence_entity_dao.c feat: associate evidence with entities 2026-07-20 21:27:06 +02:00
test_evidence_import_dialog.c feat: add evidence metadata during import 2026-07-20 09:35:36 +02:00
test_evidence_import_task.c feat: import evidence from GTK interface 2026-07-20 00:04:50 +02:00
test_evidence_importer.c feat: add transactional evidence importer 2026-07-19 21:03:12 +02:00
test_evidence_integrity_task.c feat: add asynchronous evidence integrity task 2026-07-20 13:41:41 +02:00
test_evidence_integrity_verifier.c feat: add asynchronous evidence integrity task 2026-07-20 13:41:41 +02:00
test_evidence_list_item.c feat: display categorized evidence in sidebar 2026-07-20 11:57:56 +02:00
test_evidence_list_model.c feat: display categorized evidence in sidebar 2026-07-20 11:57:56 +02:00
test_evidence_reclassification.c feat(evidence): edit evidence classification 2026-07-22 14:50:02 +02:00
test_evidence_record.c feat: persist evidence records 2026-07-18 19:18:51 +02:00
test_evidence_type.c feat: add evidence metadata during import 2026-07-20 09:35:36 +02:00
test_evidence_type_dao.c feat: add evidence metadata during import 2026-07-20 09:35:36 +02:00
test_file_hash.c feat: compute evidence file sha256 2026-07-19 13:48:35 +02:00
test_graph_node_position_dao.c feat(graph): add movable relation nodes 2026-07-22 10:28:52 +02:00
test_investigation_dao.c feat(dao): add investigation record loader 2026-07-16 12:41:34 +02:00
test_investigation_graph_load_task.c feat: add asynchronous investigation graph loading 2026-07-21 09:39:52 +02:00
test_investigation_graph_loader.c feat: load investigation graph from SQLite 2026-07-21 08:55:36 +02:00
test_investigation_graph_model.c feat: add investigation graph model 2026-07-21 08:26:09 +02:00
test_investigation_node.c feat(core): add path to investigation nodes 2026-07-14 17:16:21 +02:00
test_investigation_project.c feat(core): add investigation session loader 2026-07-16 13:38:15 +02:00
test_investigation_record.c feat(dao): add investigation record loader 2026-07-16 12:41:34 +02:00
test_investigation_session.c feat: persist evidence records 2026-07-18 19:18:51 +02:00
test_investigation_tree_builder.c feat(core): build investigation tree from filesystem 2026-07-13 16:14:41 +02:00
test_investigation_tree_model.c feat(core): add path to investigation nodes 2026-07-14 17:16:21 +02:00
test_osint_action_catalog.c feat(osint): sync actions with tool registry 2026-07-22 11:44:31 +02:00
test_osint_dns_integration.c feat(osint): persist structured execution provenance 2026-07-22 12:44:17 +02:00
test_osint_dns_proposal.c feat(osint): create DNS result relations 2026-07-22 12:29:17 +02:00
test_osint_dns_query.c feat(osint): execute DNS lookup action 2026-07-22 11:54:01 +02:00
test_osint_execution_dao.c feat(osint): display execution history 2026-07-22 12:54:24 +02:00
test_osint_execution_integrity.c feat(osint): verify execution output integrity 2026-07-22 13:02:39 +02:00
test_osint_selection_context.c feat(osint): add selection context 2026-07-22 11:20:06 +02:00
test_person_entity_service.c feat(persons): identify impersonated identities 2026-07-22 22:29:59 +02:00
test_relation_dao.c feat(graph): add interactive relation details and synchronized labels 2026-07-22 18:15:48 +02:00
test_relation_evidence_dao.c feat: associate relations with evidence 2026-07-21 07:27:50 +02:00
test_relation_record.c feat: add relation DAO 2026-07-20 22:14:52 +02:00
test_relation_service.c feat: add transactional relation service 2026-07-21 08:01:55 +02:00
test_social_account_service.c feat(entities): add social media accounts 2026-07-22 15:03:13 +02:00
test_social_platform.c feat(graph): display social platform icons 2026-07-22 15:20:24 +02:00
test_statement.c feat(osint): persist structured execution provenance 2026-07-22 12:44:17 +02:00
test_task_manager.c feat: add task manager and activity panel 2026-07-17 14:35:21 +02:00
test_tool_catalog.c feat: add external tool catalog and version detection 2026-07-17 22:51:22 +02:00
test_tool_initializer.c feat: notify application after tool initialization 2026-07-18 15:42:48 +02:00
test_tool_process.c feat: add secure external tool execution 2026-07-17 15:42:30 +02:00
test_tool_registry.c feat: add external tool registry 2026-07-17 15:14:05 +02:00
test_tool_task.c feat: run external tools in background tasks 2026-07-17 16:47:46 +02:00
test_transaction.c feat: expose database transaction state 2026-07-19 18:05:22 +02:00