Skip to content
Merged
2 changes: 1 addition & 1 deletion .github/.gitversion.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,4 @@ branches:
ignore:
sha: []
merge-message-formats: {}
next-version: 0.3.7
next-version: 0.3.14
13 changes: 6 additions & 7 deletions doc/dependency_decisions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -809,22 +809,21 @@
- :who: mocsharp
:why: Apache-2.0 (https://github.com/Project-MONAI/monai-deploy-storage/raw/main/LICENSE)
:versions:
- 0.2.15
- 0.2.16
:when: 2022-08-16 23:06:21.988183476 Z
- - :approve
- Monai.Deploy.Storage.MinIO
- :who: mocsharp
:why: Apache-2.0 (https://github.com/Project-MONAI/monai-deploy-storage/raw/main/LICENSE)
:versions:
- 0.2.15
- 0.2.16
:when: 2022-08-16 23:06:22.426838304 Z
- - :approve
- Monai.Deploy.Storage.S3Policy
- :who: mocsharp
:why: Apache-2.0 (https://github.com/Project-MONAI/monai-deploy-storage/raw/main/LICENSE)
:versions:
- 0.2.13
- 0.2.15
- 0.2.16
:when: 2022-08-16 23:06:22.881956546 Z
- - :approve
- Monai.Deploy.Security
Expand Down Expand Up @@ -2345,21 +2344,21 @@
- :who: mocsharp
:why: BSD 3-Clause License (https://github.com/NLog/NLog/raw/dev/LICENSE.txt)
:versions:
- 5.1.2
- 5.1.3
:when: 2022-10-12 03:14:06.538744982 Z
- - :approve
- NLog.Extensions.Logging
- :who: mocsharp
:why: BSD 2-Clause Simplified License (https://github.com/NLog/NLog.Extensions.Logging/raw/master/LICENSE)
:versions:
- 5.2.2
- 5.2.3
:when: 2022-10-12 03:14:06.964203977 Z
- - :approve
- NLog.Web.AspNetCore
- :who: mocsharp
:why: BSD 3-Clause License (https://github.com/NLog/NLog.Web/raw/master/LICENSE)
:versions:
- 5.2.2
- 5.2.3
:when: 2022-10-12 03:14:07.396706995 Z
- - :approve
- fo-dicom.NLog
Expand Down
6 changes: 6 additions & 0 deletions docs/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,12 @@

# Changelog

## 0.3.16

[GitHub Milestone 0.3.16](https://github.com/Project-MONAI/monai-deploy-informatics-gateway/milestone/21)

- gh-347 Set time limit when calling Storage List/Verify APIs

## 0.3.15

[GitHub Milestone 0.3.15](https://github.com/Project-MONAI/monai-deploy-informatics-gateway/milestone/20)
Expand Down
2 changes: 1 addition & 1 deletion src/Api/Monai.Deploy.InformaticsGateway.Api.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
<PackageReference Include="Macross.Json.Extensions" Version="3.0.0" />
<PackageReference Include="Microsoft.EntityFrameworkCore.Abstractions" Version="6.0.15" />
<PackageReference Include="Monai.Deploy.Messaging" Version="0.1.22" />
<PackageReference Include="Monai.Deploy.Storage" Version="0.2.15" />
<PackageReference Include="Monai.Deploy.Storage" Version="0.2.16" />
</ItemGroup>

<ItemGroup>
Expand Down
12 changes: 6 additions & 6 deletions src/Api/Test/packages.lock.json
Original file line number Diff line number Diff line change
Expand Up @@ -273,22 +273,22 @@
},
"Monai.Deploy.Storage": {
"type": "Transitive",
"resolved": "0.2.15",
"contentHash": "5VCzUVZek/1LB+4V7l2Ubg1gqzxn4wVPrpZG9SqCsUYtXBzpY73ohmyCXE0PpgO1z6WpWKH3IaYOJqWvAUeFXw==",
"resolved": "0.2.16",
"contentHash": "UVu9yyiJf4mYlz1H6g29LXdYv5RRFcttudTczA3w3SuGQ5u3fEIRbDaWuTjFjaaLor+IuibGaob6c1L6ACH7kg==",
"dependencies": {
"AWSSDK.SecurityToken": "3.7.101.26",
"Ardalis.GuardClauses": "4.0.1",
"Microsoft.Extensions.Configuration": "6.0.1",
"Microsoft.Extensions.Diagnostics.HealthChecks": "6.0.15",
"Microsoft.Extensions.Logging": "6.0.0",
"Monai.Deploy.Storage.S3Policy": "0.2.15",
"Monai.Deploy.Storage.S3Policy": "0.2.16",
"System.IO.Abstractions": "17.2.3"
}
},
"Monai.Deploy.Storage.S3Policy": {
"type": "Transitive",
"resolved": "0.2.15",
"contentHash": "0+FCC5nltIDEXuBAJSDba2DUTm+yQ7KgZLavASt5wyF842VtTcLTG2uPHfHy+nJ6hfT7zCoBEsVup3g9KGC56w==",
"resolved": "0.2.16",
"contentHash": "KfiAW28llXSlDLgGwAeBCZGns9/5D/wHVOKt2NxzeiJpp0fR3VspQIbuHO1cbn4GcDM7tL0Se4gR494rHGoz4g==",
"dependencies": {
"Ardalis.GuardClauses": "4.0.1",
"Newtonsoft.Json": "13.0.3"
Expand Down Expand Up @@ -1271,7 +1271,7 @@
"Microsoft.EntityFrameworkCore.Abstractions": "[6.0.15, )",
"Monai.Deploy.InformaticsGateway.Common": "[1.0.0, )",
"Monai.Deploy.Messaging": "[0.1.22, )",
"Monai.Deploy.Storage": "[0.2.15, )"
"Monai.Deploy.Storage": "[0.2.16, )"
}
},
"monai.deploy.informaticsgateway.common": {
Expand Down
12 changes: 6 additions & 6 deletions src/Api/packages.lock.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,16 +31,16 @@
},
"Monai.Deploy.Storage": {
"type": "Direct",
"requested": "[0.2.15, )",
"resolved": "0.2.15",
"contentHash": "5VCzUVZek/1LB+4V7l2Ubg1gqzxn4wVPrpZG9SqCsUYtXBzpY73ohmyCXE0PpgO1z6WpWKH3IaYOJqWvAUeFXw==",
"requested": "[0.2.16, )",
"resolved": "0.2.16",
"contentHash": "UVu9yyiJf4mYlz1H6g29LXdYv5RRFcttudTczA3w3SuGQ5u3fEIRbDaWuTjFjaaLor+IuibGaob6c1L6ACH7kg==",
"dependencies": {
"AWSSDK.SecurityToken": "3.7.101.26",
"Ardalis.GuardClauses": "4.0.1",
"Microsoft.Extensions.Configuration": "6.0.1",
"Microsoft.Extensions.Diagnostics.HealthChecks": "6.0.15",
"Microsoft.Extensions.Logging": "6.0.0",
"Monai.Deploy.Storage.S3Policy": "0.2.15",
"Monai.Deploy.Storage.S3Policy": "0.2.16",
"System.IO.Abstractions": "17.2.3"
}
},
Expand Down Expand Up @@ -202,8 +202,8 @@
},
"Monai.Deploy.Storage.S3Policy": {
"type": "Transitive",
"resolved": "0.2.15",
"contentHash": "0+FCC5nltIDEXuBAJSDba2DUTm+yQ7KgZLavASt5wyF842VtTcLTG2uPHfHy+nJ6hfT7zCoBEsVup3g9KGC56w==",
"resolved": "0.2.16",
"contentHash": "KfiAW28llXSlDLgGwAeBCZGns9/5D/wHVOKt2NxzeiJpp0fR3VspQIbuHO1cbn4GcDM7tL0Se4gR494rHGoz4g==",
"dependencies": {
"Ardalis.GuardClauses": "4.0.1",
"Newtonsoft.Json": "13.0.3"
Expand Down
12 changes: 6 additions & 6 deletions src/CLI/Test/packages.lock.json
Original file line number Diff line number Diff line change
Expand Up @@ -521,22 +521,22 @@
},
"Monai.Deploy.Storage": {
"type": "Transitive",
"resolved": "0.2.15",
"contentHash": "5VCzUVZek/1LB+4V7l2Ubg1gqzxn4wVPrpZG9SqCsUYtXBzpY73ohmyCXE0PpgO1z6WpWKH3IaYOJqWvAUeFXw==",
"resolved": "0.2.16",
"contentHash": "UVu9yyiJf4mYlz1H6g29LXdYv5RRFcttudTczA3w3SuGQ5u3fEIRbDaWuTjFjaaLor+IuibGaob6c1L6ACH7kg==",
"dependencies": {
"AWSSDK.SecurityToken": "3.7.101.26",
"Ardalis.GuardClauses": "4.0.1",
"Microsoft.Extensions.Configuration": "6.0.1",
"Microsoft.Extensions.Diagnostics.HealthChecks": "6.0.15",
"Microsoft.Extensions.Logging": "6.0.0",
"Monai.Deploy.Storage.S3Policy": "0.2.15",
"Monai.Deploy.Storage.S3Policy": "0.2.16",
"System.IO.Abstractions": "17.2.3"
}
},
"Monai.Deploy.Storage.S3Policy": {
"type": "Transitive",
"resolved": "0.2.15",
"contentHash": "0+FCC5nltIDEXuBAJSDba2DUTm+yQ7KgZLavASt5wyF842VtTcLTG2uPHfHy+nJ6hfT7zCoBEsVup3g9KGC56w==",
"resolved": "0.2.16",
"contentHash": "KfiAW28llXSlDLgGwAeBCZGns9/5D/wHVOKt2NxzeiJpp0fR3VspQIbuHO1cbn4GcDM7tL0Se4gR494rHGoz4g==",
"dependencies": {
"Ardalis.GuardClauses": "4.0.1",
"Newtonsoft.Json": "13.0.3"
Expand Down Expand Up @@ -1574,7 +1574,7 @@
"Microsoft.EntityFrameworkCore.Abstractions": "[6.0.15, )",
"Monai.Deploy.InformaticsGateway.Common": "[1.0.0, )",
"Monai.Deploy.Messaging": "[0.1.22, )",
"Monai.Deploy.Storage": "[0.2.15, )"
"Monai.Deploy.Storage": "[0.2.16, )"
}
},
"monai.deploy.informaticsgateway.client": {
Expand Down
12 changes: 6 additions & 6 deletions src/CLI/packages.lock.json
Original file line number Diff line number Diff line change
Expand Up @@ -457,22 +457,22 @@
},
"Monai.Deploy.Storage": {
"type": "Transitive",
"resolved": "0.2.15",
"contentHash": "5VCzUVZek/1LB+4V7l2Ubg1gqzxn4wVPrpZG9SqCsUYtXBzpY73ohmyCXE0PpgO1z6WpWKH3IaYOJqWvAUeFXw==",
"resolved": "0.2.16",
"contentHash": "UVu9yyiJf4mYlz1H6g29LXdYv5RRFcttudTczA3w3SuGQ5u3fEIRbDaWuTjFjaaLor+IuibGaob6c1L6ACH7kg==",
"dependencies": {
"AWSSDK.SecurityToken": "3.7.101.26",
"Ardalis.GuardClauses": "4.0.1",
"Microsoft.Extensions.Configuration": "6.0.1",
"Microsoft.Extensions.Diagnostics.HealthChecks": "6.0.15",
"Microsoft.Extensions.Logging": "6.0.0",
"Monai.Deploy.Storage.S3Policy": "0.2.15",
"Monai.Deploy.Storage.S3Policy": "0.2.16",
"System.IO.Abstractions": "17.2.3"
}
},
"Monai.Deploy.Storage.S3Policy": {
"type": "Transitive",
"resolved": "0.2.15",
"contentHash": "0+FCC5nltIDEXuBAJSDba2DUTm+yQ7KgZLavASt5wyF842VtTcLTG2uPHfHy+nJ6hfT7zCoBEsVup3g9KGC56w==",
"resolved": "0.2.16",
"contentHash": "KfiAW28llXSlDLgGwAeBCZGns9/5D/wHVOKt2NxzeiJpp0fR3VspQIbuHO1cbn4GcDM7tL0Se4gR494rHGoz4g==",
"dependencies": {
"Ardalis.GuardClauses": "4.0.1",
"Newtonsoft.Json": "13.0.3"
Expand Down Expand Up @@ -1419,7 +1419,7 @@
"Microsoft.EntityFrameworkCore.Abstractions": "[6.0.15, )",
"Monai.Deploy.InformaticsGateway.Common": "[1.0.0, )",
"Monai.Deploy.Messaging": "[0.1.22, )",
"Monai.Deploy.Storage": "[0.2.15, )"
"Monai.Deploy.Storage": "[0.2.16, )"
}
},
"monai.deploy.informaticsgateway.client": {
Expand Down
46 changes: 23 additions & 23 deletions src/Client/Test/packages.lock.json
Original file line number Diff line number Diff line change
Expand Up @@ -747,36 +747,36 @@
},
"Monai.Deploy.Storage": {
"type": "Transitive",
"resolved": "0.2.15",
"contentHash": "5VCzUVZek/1LB+4V7l2Ubg1gqzxn4wVPrpZG9SqCsUYtXBzpY73ohmyCXE0PpgO1z6WpWKH3IaYOJqWvAUeFXw==",
"resolved": "0.2.16",
"contentHash": "UVu9yyiJf4mYlz1H6g29LXdYv5RRFcttudTczA3w3SuGQ5u3fEIRbDaWuTjFjaaLor+IuibGaob6c1L6ACH7kg==",
"dependencies": {
"AWSSDK.SecurityToken": "3.7.101.26",
"Ardalis.GuardClauses": "4.0.1",
"Microsoft.Extensions.Configuration": "6.0.1",
"Microsoft.Extensions.Diagnostics.HealthChecks": "6.0.15",
"Microsoft.Extensions.Logging": "6.0.0",
"Monai.Deploy.Storage.S3Policy": "0.2.15",
"Monai.Deploy.Storage.S3Policy": "0.2.16",
"System.IO.Abstractions": "17.2.3"
}
},
"Monai.Deploy.Storage.MinIO": {
"type": "Transitive",
"resolved": "0.2.15",
"contentHash": "hyN7GuTp80y5cpY01IqbzkRCc0QB3y2v7Sppzarsnw6l6FgLJ1ZUgvMN4VDBwVyMNJytBeEKWfgn/FdidGNYaw==",
"resolved": "0.2.16",
"contentHash": "/J8fylX91D/ePPCHTCgY11nPdADR5MZO239ZZWrK7ZO2ngAvKRmTB4Q6q6JbSErDF1hSk11HGhWCWNDsnK1rAQ==",
"dependencies": {
"AWSSDK.SecurityToken": "3.7.101.26",
"Ardalis.GuardClauses": "4.0.1",
"Microsoft.Extensions.Logging": "6.0.0",
"Microsoft.Extensions.Options": "6.0.0",
"Minio": "4.0.7",
"Monai.Deploy.Storage": "0.2.15",
"Monai.Deploy.Storage.S3Policy": "0.2.15"
"Monai.Deploy.Storage": "0.2.16",
"Monai.Deploy.Storage.S3Policy": "0.2.16"
}
},
"Monai.Deploy.Storage.S3Policy": {
"type": "Transitive",
"resolved": "0.2.15",
"contentHash": "0+FCC5nltIDEXuBAJSDba2DUTm+yQ7KgZLavASt5wyF842VtTcLTG2uPHfHy+nJ6hfT7zCoBEsVup3g9KGC56w==",
"resolved": "0.2.16",
"contentHash": "KfiAW28llXSlDLgGwAeBCZGns9/5D/wHVOKt2NxzeiJpp0fR3VspQIbuHO1cbn4GcDM7tL0Se4gR494rHGoz4g==",
"dependencies": {
"Ardalis.GuardClauses": "4.0.1",
"Newtonsoft.Json": "13.0.3"
Expand Down Expand Up @@ -846,25 +846,25 @@
},
"NLog": {
"type": "Transitive",
"resolved": "5.1.2",
"contentHash": "JfQY93ure3IPVTN3eabBewBGvrcXcWIlaesFEXdy5UzIymfIT9yCgLISYtM0cOhjWziIaUr/6Z9NC2RwtjwrsQ=="
"resolved": "5.1.3",
"contentHash": "rB8hwjBf1EZCfG5iPfsv3gPksLoJLr1cOrt7PBbJu6VpJgwYJchDzTUT1dhNDdPv0QakXJQJOhE59ErupcznQQ=="
},
"NLog.Extensions.Logging": {
"type": "Transitive",
"resolved": "5.2.2",
"contentHash": "V6sd+0Hrk2XlU//XbUizFYTE8Hf8+xFkhi81shIhsKl4tvWFUYmjBY/zBy/wlQCt0K6mfseaEKnayRJVhIz5Iw==",
"resolved": "5.2.3",
"contentHash": "TB8zPGV2nVpvWq5C8zIVHPSmnzOHMrXppjsAwHcuJq1Ehs8sC0llnAv5Ysf5Lf/vew9amV/+01MohtRFSDzKdQ==",
"dependencies": {
"Microsoft.Extensions.Configuration.Abstractions": "6.0.0",
"Microsoft.Extensions.Logging": "6.0.0",
"NLog": "5.1.2"
"NLog": "5.1.3"
}
},
"NLog.Web.AspNetCore": {
"type": "Transitive",
"resolved": "5.2.2",
"contentHash": "0Qa6V7LXgbWNxYdZDLcQz/TjGrSfx32XThxAL+xoAtjplC2uCIhy27WiMIjznuMAJR3zjElIiYzMmPSsQ4LZSQ==",
"resolved": "5.2.3",
"contentHash": "uP0KekbkswuMjo1dbaqu20TxH2Dc3ox2qJDIi837ob2Fq/BliZHuQY9nJdM3UArVrLrsl+xxsx0D6h8m3fOufg==",
"dependencies": {
"NLog.Extensions.Logging": "5.2.2"
"NLog.Extensions.Logging": "5.2.3"
}
},
"NuGet.Frameworks": {
Expand Down Expand Up @@ -1689,10 +1689,10 @@
"Monai.Deploy.InformaticsGateway.DicomWeb.Client": "[1.0.0, )",
"Monai.Deploy.Messaging.RabbitMQ": "[0.1.22, )",
"Monai.Deploy.Security": "[0.1.3, )",
"Monai.Deploy.Storage": "[0.2.15, )",
"Monai.Deploy.Storage.MinIO": "[0.2.15, )",
"NLog": "[5.1.2, )",
"NLog.Web.AspNetCore": "[5.2.2, )",
"Monai.Deploy.Storage": "[0.2.16, )",
"Monai.Deploy.Storage.MinIO": "[0.2.16, )",
"NLog": "[5.1.3, )",
"NLog.Web.AspNetCore": "[5.2.3, )",
"Polly": "[7.2.3, )",
"Swashbuckle.AspNetCore": "[6.5.0, )",
"fo-dicom": "[5.0.3, )",
Expand All @@ -1706,7 +1706,7 @@
"Microsoft.EntityFrameworkCore.Abstractions": "[6.0.15, )",
"Monai.Deploy.InformaticsGateway.Common": "[1.0.0, )",
"Monai.Deploy.Messaging": "[0.1.22, )",
"Monai.Deploy.Storage": "[0.2.15, )"
"Monai.Deploy.Storage": "[0.2.16, )"
}
},
"monai.deploy.informaticsgateway.client": {
Expand Down Expand Up @@ -1742,7 +1742,7 @@
"Monai.Deploy.InformaticsGateway.Api": "[1.0.0, )",
"Monai.Deploy.InformaticsGateway.Common": "[1.0.0, )",
"Monai.Deploy.Messaging": "[0.1.22, )",
"Monai.Deploy.Storage": "[0.2.15, )",
"Monai.Deploy.Storage": "[0.2.16, )",
"System.IO.Abstractions": "[17.2.3, )"
}
},
Expand Down
12 changes: 6 additions & 6 deletions src/Client/packages.lock.json
Original file line number Diff line number Diff line change
Expand Up @@ -221,22 +221,22 @@
},
"Monai.Deploy.Storage": {
"type": "Transitive",
"resolved": "0.2.15",
"contentHash": "5VCzUVZek/1LB+4V7l2Ubg1gqzxn4wVPrpZG9SqCsUYtXBzpY73ohmyCXE0PpgO1z6WpWKH3IaYOJqWvAUeFXw==",
"resolved": "0.2.16",
"contentHash": "UVu9yyiJf4mYlz1H6g29LXdYv5RRFcttudTczA3w3SuGQ5u3fEIRbDaWuTjFjaaLor+IuibGaob6c1L6ACH7kg==",
"dependencies": {
"AWSSDK.SecurityToken": "3.7.101.26",
"Ardalis.GuardClauses": "4.0.1",
"Microsoft.Extensions.Configuration": "6.0.1",
"Microsoft.Extensions.Diagnostics.HealthChecks": "6.0.15",
"Microsoft.Extensions.Logging": "6.0.0",
"Monai.Deploy.Storage.S3Policy": "0.2.15",
"Monai.Deploy.Storage.S3Policy": "0.2.16",
"System.IO.Abstractions": "17.2.3"
}
},
"Monai.Deploy.Storage.S3Policy": {
"type": "Transitive",
"resolved": "0.2.15",
"contentHash": "0+FCC5nltIDEXuBAJSDba2DUTm+yQ7KgZLavASt5wyF842VtTcLTG2uPHfHy+nJ6hfT7zCoBEsVup3g9KGC56w==",
"resolved": "0.2.16",
"contentHash": "KfiAW28llXSlDLgGwAeBCZGns9/5D/wHVOKt2NxzeiJpp0fR3VspQIbuHO1cbn4GcDM7tL0Se4gR494rHGoz4g==",
"dependencies": {
"Ardalis.GuardClauses": "4.0.1",
"Newtonsoft.Json": "13.0.3"
Expand Down Expand Up @@ -1180,7 +1180,7 @@
"Microsoft.EntityFrameworkCore.Abstractions": "[6.0.15, )",
"Monai.Deploy.InformaticsGateway.Common": "[1.0.0, )",
"Monai.Deploy.Messaging": "[0.1.22, )",
"Monai.Deploy.Storage": "[0.2.15, )"
"Monai.Deploy.Storage": "[0.2.16, )"
}
},
"monai.deploy.informaticsgateway.client.common": {
Expand Down
6 changes: 6 additions & 0 deletions src/Common/packages.lock.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,12 @@
"resolved": "17.2.3",
"contentHash": "VcozGeE4SxIo0cnXrDHhbrh/Gb8KQnZ3BvMelvh+iw0PrIKtuuA46U2Xm4e4pgnaWFgT4RdZfTpWl/WPRdw0WQ=="
},
"System.IO.Abstractions": {
"type": "Direct",
"requested": "[17.2.3, )",
"resolved": "17.2.3",
"contentHash": "VcozGeE4SxIo0cnXrDHhbrh/Gb8KQnZ3BvMelvh+iw0PrIKtuuA46U2Xm4e4pgnaWFgT4RdZfTpWl/WPRdw0WQ=="
},
"System.Threading.Tasks.Dataflow": {
"type": "Direct",
"requested": "[6.0.0, )",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
<PackageReference Include="Microsoft.Extensions.Logging.Abstractions" Version="6.0.3" />
<PackageReference Include="Microsoft.Extensions.Options" Version="6.0.0" />
<PackageReference Include="Monai.Deploy.Messaging" Version="0.1.22" />
<PackageReference Include="Monai.Deploy.Storage" Version="0.2.15" />
<PackageReference Include="Monai.Deploy.Storage" Version="0.2.16" />
<PackageReference Include="System.IO.Abstractions" Version="17.2.3" />
</ItemGroup>

Expand Down
Loading