Skip to content

Commit 34974f1

Browse files
authored
Ability to switch temporary storage to use either memory or disk (#169)
* Ability to switch temporary storage to use either memory or disk * Fix configuration name for temp data storage. * Validate storage configurations based on temp storage location * Log time for a payload to complete end-to-end within the service. * Use disk as default temp storage * Fix unit tests & integration test * Update changelog * Update licenses * Add unit test for Health Check Signed-off-by: Victor Chang <[email protected]>
1 parent 148c1e4 commit 34974f1

38 files changed

+849
-173
lines changed

doc/dependency_decisions.yml

+8-7
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
- :who: mocsharp
1919
:why: Apache-2.0 (https://github.com/aws/aws-sdk-net/raw/master/License.txt)
2020
:versions:
21-
- 3.7.12.26
21+
- 3.7.13.8
2222
:when: 2022-09-01 23:05:22.203089302 Z
2323
- - :approve
2424
- AWSSDK.S3
@@ -32,7 +32,7 @@
3232
- :who: mocsharp
3333
:why: Apache-2.0 (https://github.com/aws/aws-sdk-net/raw/master/License.txt)
3434
:versions:
35-
- 3.7.1.190
35+
- 3.7.1.203
3636
:when: 2022-09-01 23:05:28.920368903 Z
3737
- - :approve
3838
- BoDi
@@ -851,35 +851,35 @@
851851
- :who: mocsharp
852852
:why: Apache-2.0 (https://github.com/Project-MONAI/monai-deploy-messaging/raw/main/LICENSE)
853853
:versions:
854-
- 0.1.4
854+
- 0.1.5
855855
:when: 2022-08-16 23:06:21.051573547 Z
856856
- - :approve
857857
- Monai.Deploy.Messaging.RabbitMQ
858858
- :who: mocsharp
859859
:why: Apache-2.0 (https://github.com/Project-MONAI/monai-deploy-messaging/raw/main/LICENSE)
860860
:versions:
861-
- 0.1.4
861+
- 0.1.5
862862
:when: 2022-08-16 23:06:21.511789690 Z
863863
- - :approve
864864
- Monai.Deploy.Storage
865865
- :who: mocsharp
866866
:why: Apache-2.0 (https://github.com/Project-MONAI/monai-deploy-storage/raw/main/LICENSE)
867867
:versions:
868-
- 0.2.5
868+
- 0.2.7
869869
:when: 2022-08-16 23:06:21.988183476 Z
870870
- - :approve
871871
- Monai.Deploy.Storage.MinIO
872872
- :who: mocsharp
873873
:why: Apache-2.0 (https://github.com/Project-MONAI/monai-deploy-storage/raw/main/LICENSE)
874874
:versions:
875-
- 0.2.5
875+
- 0.2.7
876876
:when: 2022-08-16 23:06:22.426838304 Z
877877
- - :approve
878878
- Monai.Deploy.Storage.S3Policy
879879
- :who: mocsharp
880880
:why: Apache-2.0 (https://github.com/Project-MONAI/monai-deploy-storage/raw/main/LICENSE)
881881
:versions:
882-
- 0.2.5
882+
- 0.2.7
883883
:when: 2022-08-16 23:06:22.881956546 Z
884884
- - :approve
885885
- Moq
@@ -1878,6 +1878,7 @@
18781878
- :who: mocsharp
18791879
:why: Microsoft Public License (https://github.com/fo-dicom/fo-dicom/raw/development/License.txt)
18801880
:versions:
1881+
- 5.0.2
18811882
- 5.0.3
18821883
:when: 2022-08-16 23:07:29.574869349 Z
18831884
- - :approve

docs/changelog.md

+10-1
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,15 @@
1616

1717

1818
# Changelog
19+
20+
## 0.3.1
21+
22+
[GitHub Milestone 0.3.0](https://github.com/Project-MONAI/monai-deploy-informatics-gateway/milestone/7)
23+
24+
- The SCU AE Title is now uppercase MONAISCU.
25+
- Update fo-dicom to 5.0.3
26+
- Defaults temporary storage to use disk with ability to switch to memory.
27+
1928
## 0.3.0
2029

2130
[GitHub Milestone 0.3.0](https://github.com/Project-MONAI/monai-deploy-informatics-gateway/milestone/3)
@@ -36,7 +45,7 @@
3645
any pending files. Files that were successfully uploaded to the temporary location (`storage>temporary`) in the
3746
bucket (`storage>temporaryBucketName`) are then moved to the payload bucket (`storage>bucketName`) before sending a workflow request.
3847
- Breaking changes in the storage configuration to allow dynamic key-value pairs.
39-
- Breaking changes to enable dynamic loadig of the storage & the messaging libraries.
48+
- Breaking changes to enable dynamic loading of the storage & the messaging libraries.
4049

4150
## 0.1.1
4251

0 commit comments

Comments
 (0)