Analyse service: Add stats determination functionality
1 open thread
1 open thread
- Closes #371
Edited by Sotiris Tsepelakis
Merge request reports
Activity
assigned to @tsepelakis45
added 55 commits
-
80870080...baa46f79 - 44 commits from branch
dev
- 645dbbd0 - 1 earlier commit
- 21b407b8 - progress with statistical properties
- 2814bba6 - Analyse service: Format code with Black
- 2ca01bdf - Analyse service: install required packages
- c98fa605 - CI: run build.sh for the analyse service
- 1418a19a - CI: run test.sh for tests
- cfa85396 - [WIP] Analyse service: Add stats determination endpoint
- e0040ab2 - Analyse service: finalize stats determination endpoint
- 6342f808 - WIP - Analyse service tests: Add fixtures
- 07346cf1 - Analyse service: WIP with tests
- 0ceee152 - Analyse service: Adjust conftest
Toggle commit list-
80870080...baa46f79 - 44 commits from branch
added 1 commit
- 60ee1e16 - Analyse service: Cleanup and add tests to CI
added 17 commits
-
cd3125d6...b9c470f4 - 3 commits from branch
dev
- b9c470f4...07aa7863 - 4 earlier commits
- e05a5db5 - CI: run build.sh for the analyse service
- 47798119 - CI: run test.sh for tests
- 00ca15bc - [WIP] Analyse service: Add stats determination endpoint
- 65d7ae09 - Analyse service: finalize stats determination endpoint
- 4eab1ac3 - WIP - Analyse service tests: Add fixtures
- b3de671c - Analyse service: WIP with tests
- b689cff9 - Analyse service: Adjust conftest
- 4d374dda - Analyse service: Update deps & minor fixes
- e4ba3292 - Analyse service: Cleanup and add tests to CI
- cd9d31c6 - Analyse service: Refactor tests with bind mounts
Toggle commit list-
cd3125d6...b9c470f4 - 3 commits from branch
requested review from @mweise
added 21 commits
-
cb44fb28...15b3d8b8 - 20 commits from branch
dev
- 6bc781a9 - Merge branch 'dev' into st/statistical-properties
-
cb44fb28...15b3d8b8 - 20 commits from branch
enabled an automatic merge when the pipeline for 69cf1e19 succeeds
added Feature label
added 23 commits
-
a0e0fb6e...60734c57 - 8 commits from branch
dev
- 60734c57...a0557481 - 5 earlier commits
- c1b6fc73 - CI: run test.sh for tests
- 4825195a - [WIP] Analyse service: Add stats determination endpoint
- 89221077 - Analyse service: finalize stats determination endpoint
- b346228f - WIP - Analyse service tests: Add fixtures
- 8621b053 - Analyse service: WIP with tests
- 67e020dc - Analyse service: Adjust conftest
- 5ad8502b - Analyse service: Update deps & minor fixes
- 7826a4c0 - Analyse service: Cleanup and add tests to CI
- 575de013 - Analyse service: Refactor tests with bind mounts
- b08ea584 - Analyse Service: Stats - Re add indexing to OS
Toggle commit list-
a0e0fb6e...60734c57 - 8 commits from branch
118 ) 119 # volume for script to create a test data db and import values from a csv 120 data_db.with_volume_mapping( 121 os.path.abspath("./test/init-data-db.sh"), 122 "/docker-entrypoint-initdb.d/init-data-db.sh", 123 ) 124 125 with data_db: 126 yield data_db 127 128 129 @pytest.fixture(scope="function") 130 def opensearch_container(): 131 os_container = OpenSearchContainer("opensearchproject/opensearch:2.10.0") 132 133 with os_container: mentioned in commit 970ca44c
Please register or sign in to reply