Brian Bjarke Jensen brian
88a20c4b0b corrected type hints
brian created pull request brian/visual_critical_discourse_anal…#68 2025-02-28 23:26:13 +01:00
object_based_docstore_approach
090a1cd8bb added integration tests and repository pattern for image, model and visual communication DTOs
ac6a305da8 fixed spelling
cbedc395bc corrected spelling
0c762b55b2 corrected comment spelling
99b5820ae6 renamed module
Compare 5 commits »
brian opened issue brian/visual_critical_discourse_anal…#67 2025-02-28 23:15:42 +01:00
Make Unittests for DTOs
brian commented on issue brian/visual_critical_discourse_anal…#66 2025-02-02 17:33:11 +01:00
OOP based MongoDB interface

Change direction for Repositories Pattern to individual data repositories inheriting from interface and database implementation. Add tests for database implementations and individual repositories.

brian opened issue brian/visual_critical_discourse_anal…#66 2025-01-06 14:49:00 +01:00
OOP based MongoDB interface
brian deleted branch object_based_datastore from brian/visual_critical_discourse_anal… 2025-01-06 14:48:28 +01:00
brian pushed to main at brian/visual_critical_discourse_anal… 2025-01-06 14:48:28 +01:00
8214bd2669 Merge pull request 'object_based_datastore' (#65) from object_based_datastore into main
aff0ae8fc6 fixed types
16ad2b80ee updated tests to match new interface
88698dd735 fixed relative import paths
f28bff7e47 implemented new interface
Compare 11 commits »
brian merged pull request brian/visual_critical_discourse_anal…#65 2025-01-06 14:48:27 +01:00
object_based_datastore
brian pushed to object_based_datastore at brian/visual_critical_discourse_anal… 2025-01-06 14:42:29 +01:00
aff0ae8fc6 fixed types
brian created pull request brian/visual_critical_discourse_anal…#65 2025-01-06 12:36:21 +01:00
object_based_datastore
brian pushed to object_based_datastore at brian/visual_critical_discourse_anal… 2025-01-06 12:34:18 +01:00
16ad2b80ee updated tests to match new interface
88698dd735 fixed relative import paths
f28bff7e47 implemented new interface
9ee27b65a8 removed unused files
de4f984110 added minio-specific interface
Compare 9 commits »
brian created branch object_based_datastore in brian/visual_critical_discourse_anal… 2025-01-06 12:34:17 +01:00
brian opened issue brian/visual_critical_discourse_anal…#64 2025-01-03 12:39:44 +01:00
Datastore Test put_model function
brian commented on issue brian/visual_critical_discourse_anal…#62 2024-12-21 20:37:37 +01:00
Object-based Datastore Approach

Also ensure tests run with the new interface.

brian deleted branch tests_for_datastore from brian/visual_critical_discourse_anal… 2024-12-21 17:31:31 +01:00
brian pushed to main at brian/visual_critical_discourse_anal… 2024-12-21 17:31:16 +01:00
a3da7b048d Merge pull request 'tests_for_datastore' (#63) from tests_for_datastore into main
f61eb59afb installed coverage package and included coverage report in CI
a430366bbe updated variable name for clarity
06d9753c46 added CI vars for tests
4e6499cee3 next attempt at using repo vars
Compare 46 commits »
brian merged pull request brian/visual_critical_discourse_anal…#63 2024-12-21 17:31:14 +01:00
tests_for_datastore
brian pushed to tests_for_datastore at brian/visual_critical_discourse_anal… 2024-12-21 17:27:55 +01:00
f61eb59afb installed coverage package and included coverage report in CI