| .. |
|
__init__.py
|
feat(graph): add GraphBackend abstract interface
|
2026-04-25 11:11:06 +00:00 |
|
conftest.py
|
test(conftest): add in_memory_db and task manager singleton reset fixtures; fix broken tests
|
2026-05-03 00:15:42 +00:00 |
|
test_admin_api.py
|
feat(admin): system config and global executions history API
|
2026-05-16 09:18:39 +00:00 |
|
test_auth_api.py
|
feat(auth): rewrite auth.py with real login, invite, forgot/reset password
|
2026-05-16 09:14:24 +00:00 |
|
test_auth_service.py
|
feat(auth): AuthService — bcrypt hash, invitation and reset token CRUD
|
2026-05-16 09:10:56 +00:00 |
|
test_config.py
|
feat(config): add DATABASE_URL, STORAGE_TYPE, AZURE_STORAGE_*, JWT config vars
|
2026-05-02 23:53:16 +00:00 |
|
test_db_models.py
|
test(db): enable SQLite PRAGMA foreign_keys=ON in fixture for strict FK assertions
|
2026-05-02 23:56:58 +00:00 |
|
test_graph_api_project.py
|
test(graph-api): add integration tests for project CRUD endpoints
|
2026-05-03 01:29:12 +00:00 |
|
test_graph_clone.py
|
fix(graph): use get_running_loop() in _execute_neo4j_query, unify delete_graph to single async-backed method
|
2026-05-03 22:10:14 +00:00 |
|
test_graph_factory.py
|
feat(graph): add GraphitiBackend for Neo4j+graphiti-core local deployment
|
2026-04-25 13:10:56 +00:00 |
|
test_llm_client.py
|
feat(llm): auto-configure Google AI Studio URL when LLM_PROVIDER=gemini
|
2026-04-25 13:13:11 +00:00 |
|
test_ontology_attributes.py
|
fix(ontology): handle string attributes from LLM response to prevent TypeError crash
|
2026-04-26 14:59:10 +00:00 |
|
test_project_download.py
|
feat(api): add download endpoints for source doc, report and simulation log
|
2026-05-15 22:18:23 +00:00 |
|
test_project_manager_db.py
|
feat(project): refactor ProjectManager to persist via SQLAlchemy + StorageService
|
2026-05-03 00:11:12 +00:00 |
|
test_project_name_generator.py
|
feat(project): add LLM-based project name generator service
|
2026-05-15 22:11:13 +00:00 |
|
test_project_patch.py
|
feat(api): add PATCH /api/graph/project/<id> to update project name
|
2026-05-15 22:14:13 +00:00 |
|
test_project_task_recovery.py
|
test(conftest): add in_memory_db and task manager singleton reset fixtures; fix broken tests
|
2026-05-03 00:15:42 +00:00 |
|
test_report_download.py
|
fix(report): eliminate temp file leak in MD fallback; simplify invalid-format test
|
2026-04-26 00:11:40 +00:00 |
|
test_simulation_agent_api.py
|
fix(simulation): move regenerate_agent validation to request handler (404/400 before task creation)
|
2026-05-03 22:02:56 +00:00 |
|
test_simulation_clone.py
|
feat(simulation): clone graph on start for per-simulation isolation, use graph_id_simulation in report
|
2026-05-03 22:06:27 +00:00 |
|
test_simulation_manager_states.py
|
feat(simulation): add profiles_ready/configuring states and parent_simulation_id/graph_id_simulation fields
|
2026-05-03 21:33:14 +00:00 |
|
test_storage.py
|
feat(storage): add StorageService protocol, LocalFSStorage, AzureBlobStorage, factory
|
2026-05-02 23:53:19 +00:00 |
|
test_task_manager_db.py
|
feat(task): refactor TaskManager to persist tasks in SQLAlchemy DB
|
2026-05-03 00:10:16 +00:00 |
|
test_users_admin.py
|
feat(users): admin CRUD users API with invitation flow
|
2026-05-16 09:18:11 +00:00 |
|
test_zep_entity_reader.py
|
feat(simulation): add max_agents selector via top-N connectivity in prepare
|
2026-05-03 21:54:34 +00:00 |