Commit a7c81b1
Release/0.4.1 (#476)
+semver: patch
* gh-418 Implement data input plug-in engine and integration with SCP service (#426)
* gh-418 Implement data input plug-in engine and integration with SCP service
- Implement IInputDataPluginEngine and IInputDataPlugin
- Add unit tests
- Update SCP feature in integration test
* gh-418 Update CLI to support --plugins and update API doc
* gh-418 Rename BackgroundProcessingAsync
Signed-off-by: Victor Chang <vicchang@nvidia.com>
* Input/output data plug-in engine (#423)
Signed-off-by: Victor Chang <vicchang@nvidia.com>
* Update dependencies (#427)
* Update Ardalis.GuardClauses
* Update coverlet.collector
* Update Docker.DotNet
* Update FluentAssertions
* Update xunit
* Update NLog
* Update MongoDB
* Update Polly
* Update Monai.Deploy libraries
* Update Microsoft .NET 6 libraries
* Update fo-dicom
* Update Github Action dependencies
* Update dependencies versions
* Remove fo-dicom logging support and use .NET logging
Signed-off-by: Victor Chang <vicchang@nvidia.com>
* gh-419 Implement data output plug-in engine and integration with SCU/DICOMWeb export services (#428)
* Update Ardalis.GuardClauses
* Update coverlet.collector
* Update Docker.DotNet
* Update xunit
* Update NLog
* Update MongoDB
* Update Polly
* Update Monai.Deploy libraries
* Update Microsoft .NET 6 libraries
* Update fo-dicom
* Remove fo-dicom logging support and use .NET logging
* Implement OutputDataPluginEngine for export service (SCU, DICOMWeb)
* Add WorkflowInstanceId and TaskId properties for plugins to use
* Fix package hash
* Fix JSON property name of TaskId
* Update Moq, NLog, NLog.Web.AspNetCore and dependencie decisions
* Update dependency decisions: Devlooped.SponsorLink
* Fix comments
Signed-off-by: Victor Chang <vicchang@nvidia.com>
* gh-435 Fix CLI to read log dir path from NLog config file (#436)
* gh-435 Fix CLI to read log dir path from NLog config file
* Update changelog
* Add/update unit tests
Signed-off-by: Victor Chang <vicchang@nvidia.com>
* New APIs to get a list of input/output data plug-ins (#437)
* gh-434 New APIs to get a list of input/output data plug-ins
New PluginAttribute to provide names for the plug-ins
* gh-434 Update documentation
* gh-434 Update documentation
* gh-434 Update CLI with aet plugins and dst plugins commands
* Add AttributeUsage to PluginNameAttribute
* Update user guide
* Fix typo in setup guide
* Add unit test for Plug-ins client
Signed-off-by: Victor Chang <vicchang@nvidia.com>
* Virtual AE & Dynamic DICOMWeb STOW-RS Endpoints (#448)
* Change the return type of IInputDataPluginEngine to Tuple
* Add VirtualApplicationEntity to support dynamic DICOMWeb STOW-RS endpoints
* New APIs for Virtual AE and support dynamic endpoints for STOW-RS
* Update DICOMWeb STOW-RS integration test feature with VAE support
* Update changelog
* Update user guide and comments
* Remove unused references
* Add .trivyignore
Signed-off-by: Victor Chang <vicchang@nvidia.com>
* Update Ardalis.GuardClauses
Signed-off-by: Victor Chang <vicchang@nvidia.com>
* Update coverlet.collector
Signed-off-by: Victor Chang <vicchang@nvidia.com>
* Update Microsoft .NET 6 libraries
Signed-off-by: Victor Chang <vicchang@nvidia.com>
* Update fo-dicom
Signed-off-by: Victor Chang <vicchang@nvidia.com>
* Implement OutputDataPluginEngine for export service (SCU, DICOMWeb)
Signed-off-by: Victor Chang <vicchang@nvidia.com>
* adding externalApp plugins
Signed-off-by: Neil South <neil.south@answerdigital.com>
* Update licenses
* Include WorkflowInstanceId and TaskId in Payload
Signed-off-by: Victor Chang <vicchang@nvidia.com>
* fixing up errors
Signed-off-by: Neil South <neil.south@answerdigital.com>
* adding tag list to configuration
Signed-off-by: Neil South <neil.south@answerdigital.com>
* fix up samll issues
Signed-off-by: Neil South <neil.south@answerdigital.com>
* change to how dicomTag are stored
Signed-off-by: Neil South <neil.south@answerdigital.com>
* refactoring and more tests
Signed-off-by: Neil South <neil.south@answerdigital.com>
* adding test
Signed-off-by: Neil South <neil.south@answerdigital.com>
* Regenerate EF DB migration code
* Fix unit test
Signed-off-by: Neil South <neil.south@answerdigital.com>
* Refactor RemoteAppExecution plug-ins to a new project
- New APIs to allow plug-in projects to extend database setups and configurations
- Add integration test feature for end-to-end RemoteAppExecution
- Rename Plugin to PlugIn
Signed-off-by: Victor Chang <vicchang@nvidia.com>
* Ignore generated code from license scanning
Signed-off-by: Victor Chang <vicchang@nvidia.com>
* Include WorkflowInstanceId and TaskId in the md.workflow.request event
Signed-off-by: Victor Chang <vicchang@nvidia.com>
* Rename plug-ins
Signed-off-by: Victor Chang <vicchang@nvidia.com>
* Update user guide with data plug-ins feature
Signed-off-by: Victor Chang <vicchang@nvidia.com>
* fix up export complete message for external app execution
Signed-off-by: Neil South <neil.south@answerdigital.com>
* change so that publish and build copy the new plugin assembly RemoteAppExecution.dll across
Signed-off-by: Neil South <neil.south@answerdigital.com>
* fixup for docker build
Signed-off-by: Neil South <neil.south@answerdigital.com>
* Support new Workflow Request event data structure (#455)
* Support new Workflow Request event data structure.
* Re-generate EF migration code
* Update user guide and changelog
* Update ObjectUploadService to call Upload once since it's already handled with Polly.
---------
Signed-off-by: Victor Chang <vicchang@nvidia.com>
* making project nullable
Signed-off-by: Neil South <neil.south@answerdigital.com>
* Store payload IDs in DicomAssociationInfo table (#470)
* Store payload IDs in DicomAssociationInfo table
* Include correlation ID in log entries
* Include messageId in log
* Log duration of export request
* Fix buid and unit test
Signed-off-by: Victor Chang <vicchang@nvidia.com>
* Update nlog.config to include scope props in console logs
Signed-off-by: Victor Chang <mocsharp@users.noreply.github.com>
* Publish API project to nuget (#473)
* Update NLog console formatter & Messaging lib
* Publish API project to nuget
* Update license decisions
* Update copyright header
* Use seconds for duration and log connection duration
Signed-off-by: Victor Chang <vicchang@nvidia.com>
* Update package-cleanup.yml
Signed-off-by: Victor Chang <mocsharp@users.noreply.github.com>
* Update package-cleanup.yml
Signed-off-by: Victor Chang <mocsharp@users.noreply.github.com>
* Update package-cleanup.yml
Signed-off-by: Victor Chang <mocsharp@users.noreply.github.com>
* Main (#477)
* Patch/0.3.5 (#281)
+semver: patch
* Create dependabot.yml
* Bump actions/cache from 2.1.7 to 3.0.8 (#123)
Bumps [actions/cache](https://github.com/actions/cache) from 2.1.7 to 3.0.8.
- [Release notes](https://github.com/actions/cache/releases)
- [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md)
- [Commits](https://github.com/actions/cache/compare/v2.1.7...v3.0.8)
---
updated-dependencies:
- dependency-name: actions/cache
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* Bump actions/setup-dotnet from 1 to 2 (#121)
Bumps [actions/setup-dotnet](https://github.com/actions/setup-dotnet) from 1 to 2.
- [Release notes](https://github.com/actions/setup-dotnet/releases)
- [Commits](https://github.com/actions/setup-dotnet/compare/v1...v2)
---
updated-dependencies:
- dependency-name: actions/setup-dotnet
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* Bump anchore/scan-action from 3.2.0 to 3.2.5 (#120)
Bumps [anchore/scan-action](https://github.com/anchore/scan-action) from 3.2.0 to 3.2.5.
- [Release notes](https://github.com/anchore/scan-action/releases)
- [Changelog](https://github.com/anchore/scan-action/blob/main/CHANGELOG.md)
- [Commits](https://github.com/anchore/scan-action/compare/v3.2.0...v3.2.5)
---
updated-dependencies:
- dependency-name: anchore/scan-action
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* Bump actions/setup-java from 1 to 3 (#122)
* Bump actions/setup-java from 1 to 3
Bumps [actions/setup-java](https://github.com/actions/setup-java) from 1 to 3.
- [Release notes](https://github.com/actions/setup-java/releases)
- [Commits](https://github.com/actions/setup-java/compare/v1...v3)
---
updated-dependencies:
- dependency-name: actions/setup-java
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
* Update ci.yml
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Victor Chang <mocsharp@users.noreply.github.com>
* Bump docker/login-action from 1.12.0 to 2.0.0 (#126)
Bumps [docker/login-action](https://github.com/docker/login-action) from 1.12.0 to 2.0.0.
- [Release notes](https://github.com/docker/login-action/releases)
- [Commits](https://github.com/docker/login-action/compare/v1.12.0...v2.0.0)
---
updated-dependencies:
- dependency-name: docker/login-action
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* Implement FHIR server (#118)
* gh-29 Implement FHIR server
* gh-29 Unit test for FHIR service
* gh-29 Test feature for FHIR
* Update API doc & changelog
Signed-off-by: Victor Chang <vicchang@nvidia.com>
* Integrate MS Health Check Service (#130)
* Update health check API
* Integrate MS health check service
* Enable overriding configurations with env vars
Signed-off-by: Victor Chang <vicchang@nvidia.com>
* Bump codecov/codecov-action from 2 to 3 (#131)
Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 2 to 3.
- [Release notes](https://github.com/codecov/codecov-action/releases)
- [Changelog](https://github.com/codecov/codecov-action/blob/master/CHANGELOG.md)
- [Commits](https://github.com/codecov/codecov-action/compare/v2...v3)
---
updated-dependencies:
- dependency-name: codecov/codecov-action
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* Bump jungwinter/split from 1 to 2 (#136)
* Bump jungwinter/split from 1 to 2
Bumps [jungwinter/split](https://github.com/jungwinter/split) from 1 to 2.
- [Release notes](https://github.com/jungwinter/split/releases)
- [Commits](https://github.com/jungwinter/split/compare/v1...v2)
---
updated-dependencies:
- dependency-name: jungwinter/split
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
* Update ci.yml
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Victor Chang <mocsharp@users.noreply.github.com>
* Bump actions/download-artifact from 2 to 3 (#139)
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 2 to 3.
- [Release notes](https://github.com/actions/download-artifact/releases)
- [Commits](https://github.com/actions/download-artifact/compare/v2...v3)
---
updated-dependencies:
- dependency-name: actions/download-artifact
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* Bump actions/upload-artifact from 2.3.1 to 3.1.0 (#133)
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 2.3.1 to 3.1.0.
- [Release notes](https://github.com/actions/upload-artifact/releases)
- [Commits](https://github.com/actions/upload-artifact/compare/v2.3.1...v3.1.0)
---
updated-dependencies:
- dependency-name: actions/upload-artifact
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* Bump crazy-max/ghaction-chocolatey from 1 to 2 (#132)
Bumps [crazy-max/ghaction-chocolatey](https://github.com/crazy-max/ghaction-chocolatey) from 1 to 2.
- [Release notes](https://github.com/crazy-max/ghaction-chocolatey/releases)
- [Changelog](https://github.com/crazy-max/ghaction-chocolatey/blob/master/CHANGELOG.md)
- [Commits](https://github.com/crazy-max/ghaction-chocolatey/compare/v1...v2)
---
updated-dependencies:
- dependency-name: crazy-max/ghaction-chocolatey
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* Bump docker/metadata-action from 3.6.2 to 4.0.1 (#135)
Bumps [docker/metadata-action](https://github.com/docker/metadata-action) from 3.6.2 to 4.0.1.
- [Release notes](https://github.com/docker/metadata-action/releases)
- [Upgrade guide](https://github.com/docker/metadata-action/blob/master/UPGRADE.md)
- [Commits](https://github.com/docker/metadata-action/compare/v3.6.2...v4.0.1)
---
updated-dependencies:
- dependency-name: docker/metadata-action
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* Bump actions/checkout from 2 to 3 (#143)
Bumps [actions/checkout](https://github.com/actions/checkout) from 2 to 3.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](https://github.com/actions/checkout/compare/v2...v3)
---
updated-dependencies:
- dependency-name: actions/checkout
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* Bump gittools/actions from 0.9.11 to 0.9.13 (#142)
Bumps [gittools/actions](https://github.com/gittools/actions) from 0.9.11 to 0.9.13.
- [Release notes](https://github.com/gittools/actions/releases)
- [Commits](https://github.com/gittools/actions/compare/v0.9.11...v0.9.13)
---
updated-dependencies:
- dependency-name: gittools/actions
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* Bump docker/build-push-action from 2.9.0 to 3.1.1 (#140)
Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 2.9.0 to 3.1.1.
- [Release notes](https://github.com/docker/build-push-action/releases)
- [Commits](https://github.com/docker/build-push-action/compare/v2.9.0...v3.1.1)
---
updated-dependencies:
- dependency-name: docker/build-push-action
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* Merge Release/0.3.0 into develop (#150)
* Ignore dependabot.yml from the license scan
* Update third-party licenses
* Update license links
* Fix missing header
* Updates per feedback
* Switch base image to 6.0-jammy (#148)
Signed-off-by: Victor Chang <vicchang@nvidia.com>
* Merge main to develop (#151)
* Update for release/0.2.0
* Release 0.3.0 (#144)
* Implement FHIR server (#118)
* Integrate MS Health Check Service (#130)
Signed-off-by: Victor Chang <vicchang@nvidia.com>
Signed-off-by: Victor Chang <vicchang@nvidia.com>
* Bump Docker.DotNet from 3.125.10 to 3.125.11 (#147)
Bumps [Docker.DotNet](https://github.com/dotnet/Docker.DotNet) from 3.125.10 to 3.125.11.
- [Release notes](https://github.com/dotnet/Docker.DotNet/releases)
- [Commits](https://github.com/dotnet/Docker.DotNet/compare/v3.125.10...v3.125.11)
---
updated-dependencies:
- dependency-name: Docker.DotNet
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* Bump System.IO.Abstractions from 17.1.1 to 17.2.1 (#146)
Bumps [System.IO.Abstractions](https://github.com/TestableIO/System.IO.Abstractions) from 17.1.1 to 17.2.1.
- [Release notes](https://github.com/TestableIO/System.IO.Abstractions/releases)
- [Commits](https://github.com/TestableIO/System.IO.Abstractions/compare/v17.1.1...v17.2.1)
---
updated-dependencies:
- dependency-name: System.IO.Abstractions
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* Bump System.IO.Abstractions.TestingHelpers from 17.1.1 to 17.2.1 (#145)
Bumps [System.IO.Abstractions.TestingHelpers](https://github.com/TestableIO/System.IO.Abstractions) from 17.1.1 to 17.2.1.
- [Release notes](https://github.com/TestableIO/System.IO.Abstractions/releases)
- [Commits](https://github.com/TestableIO/System.IO.Abstractions/compare/v17.1.1...v17.2.1)
---
updated-dependencies:
- dependency-name: System.IO.Abstractions.TestingHelpers
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* Release/0.3.0 (#152)
* Create dependabot.yml
* Bump actions/cache from 2.1.7 to 3.0.8 (#123)
Bumps [actions/cache](https://github.com/actions/cache) from 2.1.7 to 3.0.8.
- [Release notes](https://github.com/actions/cache/releases)
- [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md)
- [Commits](https://github.com/actions/cache/compare/v2.1.7...v3.0.8)
---
updated-dependencies:
- dependency-name: actions/cache
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* Bump actions/setup-dotnet from 1 to 2 (#121)
Bumps [actions/setup-dotnet](https://github.com/actions/setup-dotnet) from 1 to 2.
- [Release notes](https://github.com/actions/setup-dotnet/releases)
- [Commits](https://github.com/actions/setup-dotnet/compare/v1...v2)
---
updated-dependencies:
- dependency-name: actions/setup-dotnet
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* Bump anchore/scan-action from 3.2.0 to 3.2.5 (#120)
Bumps [anchore/scan-action](https://github.com/anchore/scan-action) from 3.2.0 to 3.2.5.
- [Release notes](https://github.com/anchore/scan-action/releases)
- [Changelog](https://github.com/anchore/scan-action/blob/main/CHANGELOG.md)
- [Commits](https://github.com/anchore/scan-action/compare/v3.2.0...v3.2.5)
---
updated-dependencies:
- dependency-name: anchore/scan-action
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* Bump actions/setup-java from 1 to 3 (#122)
* Bump actions/setup-java from 1 to 3
Bumps [actions/setup-java](https://github.com/actions/setup-java) from 1 to 3.
- [Release notes](https://github.com/actions/setup-java/releases)
- [Commits](https://github.com/actions/setup-java/compare/v1...v3)
---
updated-dependencies:
- dependency-name: actions/setup-java
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
* Update ci.yml
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Victor Chang <mocsharp@users.noreply.github.com>
* Bump docker/login-action from 1.12.0 to 2.0.0 (#126)
Bumps [docker/login-action](https://github.com/docker/login-action) from 1.12.0 to 2.0.0.
- [Release notes](https://github.com/docker/login-action/releases)
- [Commits](https://github.com/docker/login-action/compare/v1.12.0...v2.0.0)
---
updated-dependencies:
- dependency-name: docker/login-action
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* Implement FHIR server (#118)
* gh-29 Implement FHIR server
* gh-29 Unit test for FHIR service
* gh-29 Test feature for FHIR
* Update API doc & changelog
Signed-off-by: Victor Chang <vicchang@nvidia.com>
* Integrate MS Health Check Service (#130)
* Update health check API
* Integrate MS health check service
* Enable overriding configurations with env vars
Signed-off-by: Victor Chang <vicchang@nvidia.com>
* Bump codecov/codecov-action from 2 to 3 (#131)
Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 2 to 3.
- [Release notes](https://github.com/codecov/codecov-action/releases)
- [Changelog](https://github.com/codecov/codecov-action/blob/master/CHANGELOG.md)
- [Commits](https://github.com/codecov/codecov-action/compare/v2...v3)
---
updated-dependencies:
- dependency-name: codecov/codecov-action
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* Bump jungwinter/split from 1 to 2 (#136)
* Bump jungwinter/split from 1 to 2
Bumps [jungwinter/split](https://github.com/jungwinter/split) from 1 to 2.
- [Release notes](https://github.com/jungwinter/split/releases)
- [Commits](https://github.com/jungwinter/split/compare/v1...v2)
---
updated-dependencies:
- dependency-name: jungwinter/split
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
* Update ci.yml
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Victor Chang <mocsharp@users.noreply.github.com>
* Bump actions/download-artifact from 2 to 3 (#139)
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 2 to 3.
- [Release notes](https://github.com/actions/download-artifact/releases)
- [Commits](https://github.com/actions/download-artifact/compare/v2...v3)
---
updated-dependencies:
- dependency-name: actions/download-artifact
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* Bump actions/upload-artifact from 2.3.1 to 3.1.0 (#133)
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 2.3.1 to 3.1.0.
- [Release notes](https://github.com/actions/upload-artifact/releases)
- [Commits](https://github.com/actions/upload-artifact/compare/v2.3.1...v3.1.0)
---
updated-dependencies:
- dependency-name: actions/upload-artifact
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* Bump crazy-max/ghaction-chocolatey from 1 to 2 (#132)
Bumps [crazy-max/ghaction-chocolatey](https://github.com/crazy-max/ghaction-chocolatey) from 1 to 2.
- [Release notes](https://github.com/crazy-max/ghaction-chocolatey/releases)
- [Changelog](https://github.com/crazy-max/ghaction-chocolatey/blob/master/CHANGELOG.md)
- [Commits](https://github.com/crazy-max/ghaction-chocolatey/compare/v1...v2)
---
updated-dependencies:
- dependency-name: crazy-max/ghaction-chocolatey
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* Bump docker/metadata-action from 3.6.2 to 4.0.1 (#135)
Bumps [docker/metadata-action](https://github.com/docker/metadata-action) from 3.6.2 to 4.0.1.
- [Release notes](https://github.com/docker/metadata-action/releases)
- [Upgrade guide](https://github.com/docker/metadata-action/blob/master/UPGRADE.md)
- [Commits](https://github.com/docker/metadata-action/compare/v3.6.2...v4.0.1)
---
updated-dependencies:
- dependency-name: docker/metadata-action
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* Bump actions/checkout from 2 to 3 (#143)
Bumps [actions/checkout](https://github.com/actions/checkout) from 2 to 3.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](https://github.com/actions/checkout/compare/v2...v3)
---
updated-dependencies:
- dependency-name: actions/checkout
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* Bump gittools/actions from 0.9.11 to 0.9.13 (#142)
Bumps [gittools/actions](https://github.com/gittools/actions) from 0.9.11 to 0.9.13.
- [Release notes](https://github.com/gittools/actions/releases)
- [Commits](https://github.com/gittools/actions/compare/v0.9.11...v0.9.13)
---
updated-dependencies:
- dependency-name: gittools/actions
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* Bump docker/build-push-action from 2.9.0 to 3.1.1 (#140)
Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 2.9.0 to 3.1.1.
- [Release notes](https://github.com/docker/build-push-action/releases)
- [Commits](https://github.com/docker/build-push-action/compare/v2.9.0...v3.1.1)
---
updated-dependencies:
- dependency-name: docker/build-push-action
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* Merge Release/0.3.0 into develop (#150)
* Ignore dependabot.yml from the license scan
* Update third-party licenses
* Update license links
* Fix missing header
* Updates per feedback
* Switch base image to 6.0-jammy (#148)
Signed-off-by: Victor Chang <vicchang@nvidia.com>
* Merge main to develop (#151)
* Update for release/0.2.0
* Release 0.3.0 (#144)
* Implement FHIR server (#118)
* Integrate MS Health Check Service (#130)
Signed-off-by: Victor Chang <vicchang@nvidia.com>
Signed-off-by: Victor Chang <vicchang@nvidia.com>
* Bump Docker.DotNet from 3.125.10 to 3.125.11 (#147)
Bumps [Docker.DotNet](https://github.com/dotnet/Docker.DotNet) from 3.125.10 to 3.125.11.
- [Release notes](https://github.com/dotnet/Docker.DotNet/releases)
- [Commits](https://github.com/dotnet/Docker.DotNet/compare/v3.125.10...v3.125.11)
---
updated-dependencies:
- dependency-name: Docker.DotNet
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* Bump System.IO.Abstractions from 17.1.1 to 17.2.1 (#146)
Bumps [System.IO.Abstractions](https://github.com/TestableIO/System.IO.Abstractions) from 17.1.1 to 17.2.1.
- [Release notes](https://github.com/TestableIO/System.IO.Abstractions/releases)
- [Commits](https://github.com/TestableIO/System.IO.Abstractions/compare/v17.1.1...v17.2.1)
---
updated-dependencies:
- dependency-name: System.IO.Abstractions
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* Bump System.IO.Abstractions.TestingHelpers from 17.1.1 to 17.2.1 (#145)
Bumps [System.IO.Abstractions.TestingHelpers](https://github.com/TestableIO/System.IO.Abstractions) from 17.1.1 to 17.2.1.
- [Release notes](https://github.com/TestableIO/System.IO.Abstractions/releases)
- [Commits](https://github.com/TestableIO/System.IO.Abstractions/compare/v17.1.1...v17.2.1)
---
updated-dependencies:
- dependency-name: System.IO.Abstractions.TestingHelpers
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* Update third party licenses
Signed-off-by: Victor Chang <vicchang@nvidia.com>
* Fix missing header
Signed-off-by: Victor Chang <vicchang@nvidia.com>
* Release 0.3.0 (#144)
* Implement FHIR server (#118)
* Integrate MS Health Check Service (#130)
Signed-off-by: Victor Chang <vicchang@nvidia.com>
Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: Victor Chang <vicchang@nvidia.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* Update .gitversion.yml
* Merge main to develop (#151)
* Update for release/0.2.0
* Release 0.3.0 (#144)
* Implement FHIR server (#118)
* Integrate MS Health Check Service (#130)
Signed-off-by: Victor Chang <vicchang@nvidia.com>
Signed-off-by: Victor Chang <vicchang@nvidia.com>
* merge develop main (#156)
* Update for release/0.2.0
* Release 0.3.0 (#144)
* Implement FHIR server (#118)
* Integrate MS Health Check Service (#130)
Signed-off-by: Victor Chang <vicchang@nvidia.com>
* Release/0.3.0 (#152)
* Create dependabot.yml
* Bump actions/cache from 2.1.7 to 3.0.8 (#123)
Bumps [actions/cache](https://github.com/actions/cache) from 2.1.7 to 3.0.8.
- [Release notes](https://github.com/actions/cache/releases)
- [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md)
- [Commits](https://github.com/actions/cache/compare/v2.1.7...v3.0.8)
---
updated-dependencies:
- dependency-name: actions/cache
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* Bump actions/setup-dotnet from 1 to 2 (#121)
Bumps [actions/setup-dotnet](https://github.com/actions/setup-dotnet) from 1 to 2.
- [Release notes](https://github.com/actions/setup-dotnet/releases)
- [Commits](https://github.com/actions/setup-dotnet/compare/v1...v2)
---
updated-dependencies:
- dependency-name: actions/setup-dotnet
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* Bump anchore/scan-action from 3.2.0 to 3.2.5 (#120)
Bumps [anchore/scan-action](https://github.com/anchore/scan-action) from 3.2.0 to 3.2.5.
- [Release notes](https://github.com/anchore/scan-action/releases)
- [Changelog](https://github.com/anchore/scan-action/blob/main/CHANGELOG.md)
- [Commits](https://github.com/anchore/scan-action/compare/v3.2.0...v3.2.5)
---
updated-dependencies:
- dependency-name: anchore/scan-action
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* Bump actions/setup-java from 1 to 3 (#122)
* Bump actions/setup-java from 1 to 3
Bumps [actions/setup-java](https://github.com/actions/setup-java) from 1 to 3.
- [Release notes](https://github.com/actions/setup-java/releases)
- [Commits](https://github.com/actions/setup-java/compare/v1...v3)
---
updated-dependencies:
- dependency-name: actions/setup-java
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
* Update ci.yml
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Victor Chang <mocsharp@users.noreply.github.com>
* Bump docker/login-action from 1.12.0 to 2.0.0 (#126)
Bumps [docker/login-action](https://github.com/docker/login-action) from 1.12.0 to 2.0.0.
- [Release notes](https://github.com/docker/login-action/releases)
- [Commits](https://github.com/docker/login-action/compare/v1.12.0...v2.0.0)
---
updated-dependencies:
- dependency-name: docker/login-action
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* Implement FHIR server (#118)
* gh-29 Implement FHIR server
* gh-29 Unit test for FHIR service
* gh-29 Test feature for FHIR
* Update API doc & changelog
Signed-off-by: Victor Chang <vicchang@nvidia.com>
* Integrate MS Health Check Service (#130)
* Update health check API
* Integrate MS health check service
* Enable overriding configurations with env vars
Signed-off-by: Victor Chang <vicchang@nvidia.com>
* Bump codecov/codecov-action from 2 to 3 (#131)
Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 2 to 3.
- [Release notes](https://github.com/codecov/codecov-action/releases)
- [Changelog](https://github.com/codecov/codecov-action/blob/master/CHANGELOG.md)
- [Commits](https://github.com/codecov/codecov-action/compare/v2...v3)
---
updated-dependencies:
- dependency-name: codecov/codecov-action
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* Bump jungwinter/split from 1 to 2 (#136)
* Bump jungwinter/split from 1 to 2
Bumps [jungwinter/split](https://github.com/jungwinter/split) from 1 to 2.
- [Release notes](https://github.com/jungwinter/split/releases)
- [Commits](https://github.com/jungwinter/split/compare/v1...v2)
---
updated-dependencies:
- dependency-name: jungwinter/split
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
* Update ci.yml
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Victor Chang <mocsharp@users.noreply.github.com>
* Bump actions/download-artifact from 2 to 3 (#139)
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 2 to 3.
- [Release notes](https://github.com/actions/download-artifact/releases)
- [Commits](https://github.com/actions/download-artifact/compare/v2...v3)
---
updated-dependencies:
- dependency-name: actions/download-artifact
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* Bump actions/upload-artifact from 2.3.1 to 3.1.0 (#133)
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 2.3.1 to 3.1.0.
- [Release notes](https://github.com/actions/upload-artifact/releases)
- [Commits](https://github.com/actions/upload-artifact/compare/v2.3.1...v3.1.0)
---
updated-dependencies:
- dependency-name: actions/upload-artifact
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* Bump crazy-max/ghaction-chocolatey from 1 to 2 (#132)
Bumps [crazy-max/ghaction-chocolatey](https://github.com/crazy-max/ghaction-chocolatey) from 1 to 2.
- [Release notes](https://github.com/crazy-max/ghaction-chocolatey/releases)
- [Changelog](https://github.com/crazy-max/ghaction-chocolatey/blob/master/CHANGELOG.md)
- [Commits](https://github.com/crazy-max/ghaction-chocolatey/compare/v1...v2)
---
updated-dependencies:
- dependency-name: crazy-max/ghaction-chocolatey
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* Bump docker/metadata-action from 3.6.2 to 4.0.1 (#135)
Bumps [docker/metadata-action](https://github.com/docker/metadata-action) from 3.6.2 to 4.0.1.
- [Release notes](https://github.com/docker/metadata-action/releases)
- [Upgrade guide](https://github.com/docker/metadata-action/blob/master/UPGRADE.md)
- [Commits](https://github.com/docker/metadata-action/compare/v3.6.2...v4.0.1)
---
updated-dependencies:
- dependency-name: docker/metadata-action
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* Bump actions/checkout from 2 to 3 (#143)
Bumps [actions/checkout](https://github.com/actions/checkout) from 2 to 3.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](https://github.com/actions/checkout/compare/v2...v3)
---
updated-dependencies:
- dependency-name: actions/checkout
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* Bump gittools/actions from 0.9.11 to 0.9.13 (#142)
Bumps [gittools/actions](https://github.com/gittools/actions) from 0.9.11 to 0.9.13.
- [Release notes](https://github.com/gittools/actions/releases)
- [Commits](https://github.com/gittools/actions/compare/v0.9.11...v0.9.13)
---
updated-dependencies:
- dependency-name: gittools/actions
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* Bump docker/build-push-action from 2.9.0 to 3.1.1 (#140)
Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 2.9.0 to 3.1.1.
- [Release notes](https://github.com/docker/build-push-action/releases)
- [Commits](https://github.com/docker/build-push-action/compare/v2.9.0...v3.1.1)
---
updated-dependencies:
- dependency-name: docker/build-push-action
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* Merge Release/0.3.0 into develop (#150)
* Ignore dependabot.yml from the license scan
* Update third-party licenses
* Update license links
* Fix missing header
* Updates per feedback
* Switch base image to 6.0-jammy (#148)
Signed-off-by: Victor Chang <vicchang@nvidia.com>
* Merge main to develop (#151)
* Update for release/0.2.0
* Release 0.3.0 (#144)
* Implement FHIR server (#118)
* Integrate MS Health Check Service (#130)
Signed-off-by: Victor Chang <vicchang@nvidia.com>
Signed-off-by: Victor Chang <vicchang@nvidia.com>
* Bump Docker.DotNet from 3.125.10 to 3.125.11 (#147)
Bumps [Docker.DotNet](https://github.com/dotnet/Docker.DotNet) from 3.125.10 to 3.125.11.
- [Release notes](https://github.com/dotnet/Docker.DotNet/releases)
- [Commits](https://github.com/dotnet/Docker.DotNet/compare/v3.125.10...v3.125.11)
---
updated-dependencies:
- dependency-name: Docker.DotNet
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* Bump System.IO.Abstractions from 17.1.1 to 17.2.1 (#146)
Bumps [System.IO.Abstractions](https://github.com/TestableIO/System.IO.Abstractions) from 17.1.1 to 17.2.1.
- [Release notes](https://github.com/TestableIO/System.IO.Abstractions/releases)
- [Commits](https://github.com/TestableIO/System.IO.Abstractions/compare/v17.1.1...v17.2.1)
---
updated-dependencies:
- dependency-name: System.IO.Abstractions
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* Bump System.IO.Abstractions.TestingHelpers from 17.1.1 to 17.2.1 (#145)
Bumps [System.IO.Abstractions.TestingHelpers](https://github.com/TestableIO/System.IO.Abstractions) from 17.1.1 to 17.2.1.
- [Release notes](https://github.com/TestableIO/System.IO.Abstractions/releases)
- [Commits](https://github.com/TestableIO/System.IO.Abstractions/compare/v17.1.1...v17.2.1)
---
updated-dependencies:
- dependency-name: System.IO.Abstractions.TestingHelpers
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* Update third party licenses
Signed-off-by: Victor Chang <vicchang@nvidia.com>
* Fix missing header
Signed-off-by: Victor Chang <vicchang@nvidia.com>
* Release 0.3.0 (#144)
* Implement FHIR server (#118)
* Integrate MS Health Check Service (#130)
Signed-off-by: Victor Chang <vicchang@nvidia.com>
Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: Victor Chang <vicchang@nvidia.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* Update .gitversion.yml
* Merge main to develop (#151)
* Update for release/0.2.0
* Release 0.3.0 (#144)
* Implement FHIR server (#118)
* Integrate MS Health Check Service (#130)
Signed-off-by: Victor Chang <vicchang@nvidia.com>
Signed-off-by: Victor Chang <vicchang@nvidia.com>
Signed-off-by: Victor Chang <vicchang@nvidia.com>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* Update fo-dicom to 5.0.3 (#164)
* Update fo-dicom to 5.0.3 and handle breaking changes
* Make validation on DICOM to JSON serialization configurable
Signed-off-by: Victor Chang <vicchang@nvidia.com>
* Bump anchore/scan-action from 3.2.5 to 3.3.0 (#158)
Bumps [anchore/scan-action](https://github.com/anchore/scan-action) from 3.2.5 to 3.3.0.
- [Release notes](https://github.com/anchore/scan-action/releases)
- [Changelog](https://github.com/anchore/scan-action/blob/main/CHANGELOG.md)
- [Commits](https://github.com/anchore/scan-action/compare/v3.2.5...v3.3.0)
---
updated-dependencies:
- dependency-name: anchore/scan-action
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* Update default SCU AET to MONAISCU (#157)
* gh-155 Chnage default SCU AET to MONAISCU
* gh-155 update packages
* Update package approvals & licenses
Signed-off-by: Victor Chang <vicchang@nvidia.com>
* Ability to switch temporary storage to use either memory or disk (#166)
* Ability to switch temporary storage to use either memory or disk
Signed-off-by: Victor Chang <vicchang@nvidia.com>
* Fix configuration name for temp data storage.
Signed-off-by: Victor Chang <vicchang@nvidia.com>
* Validate storage configurations based on temp storage location
Signed-off-by: Victor Chang <vicchang@nvidia.com>
* Log time for a payload to complete end-to-end within the service.
Signed-off-by: Victor Chang <vicchang@nvidia.com>
Signed-off-by: Victor Chang <vicchang@nvidia.com>
* Revert "Ability to switch temporary storage to use either memory or disk (#166)" (#167)
This reverts commit 09887b1bff6ec7d77e69e0256edc76bac1ec6a82.
* rebased changes
Signed-off-by: Neil South <neil.south@answerdigital.com>
* update to docs
Signed-off-by: Neil South <neil.south@answerdigital.com>
* Update ci.yml
Signed-off-by: Victor Chang <vicchang@nvidia.com>
* Enable homebrew
Signed-off-by: Victor Chang <vicchang@nvidia.com>
* Update licenses
Signed-off-by: Victor Chang <vicchang@nvidia.com>
* Implement FHIR server (#118)
* gh-29 Implement FHIR server
* gh-29 Unit test for FHIR service
* gh-29 Test feature for FHIR
* Update API doc & changelog
Signed-off-by: Victor Chang <vicchang@nvidia.com>
* Integrate MS Health Check Service (#130)
* Update health check API
* Integrate MS health check service
* Enable overriding configurations with env vars
Signed-off-by: Victor Chang <vicchang@nvidia.com>
* Merge main to develop (#151)
* Update for release/0.2.0
* Release 0.3.0 (#144)
* Implement FHIR server (#118)
* Integrate MS Health Check Service (#130)
Signed-off-by: Victor Chang <vicchang@nvidia.com>
Signed-off-by: Victor Chang <vicchang@nvidia.com>
* Merge main to develop (#151)
* Update for release/0.2.0
* Release 0.3.0 (#144)
* Implement FHIR server (#118)
* Integrate MS Health Check Service (#130)
Signed-off-by: Victor Chang <vicchang@nvidia.com>
Signed-off-by: Victor Chang <vicchang@nvidia.com>
* merge develop main (#156)
* Update for release/0.2.0
* Release 0.3.0 (#144)
* Implement FHIR server (#118)
* Integrate MS Health Check Service (#130)
Signed-off-by: Victor Chang <vicchang@nvidia.com>
* Release/0.3.0 (#152)
* Create dependabot.yml
* Bump actions/cache from 2.1.7 to 3.0.8 (#123)
Bumps [actions/cache](https://github.com/actions/cache) from 2.1.7 to 3.0.8.
- [Release notes](https://github.com/actions/cache/releases)
- [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md)
- [Commits](https://github.com/actions/cache/compare/v2.1.7...v3.0.8)
---
updated-dependencies:
- dependency-name: actions/cache
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* Bump actions/setup-dotnet from 1 to 2 (#121)
Bumps [actions/setup-dotnet](https://github.com/actions/setup-dotnet) from 1 to 2.
- [Release notes](https://github.com/actions/setup-dotnet/releases)
- [Commits](https://github.com/actions/setup-dotnet/compare/v1...v2)
---
updated-dependencies:
- dependency-name: actions/setup-dotnet
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* Bump anchore/scan-action from 3.2.0 to 3.2.5 (#120)
Bumps [anchore/scan-action](https://github.com/anchore/scan-action) from 3.2.0 to 3.2.5.
- [Release notes](https://github.com/anchore/scan-action/releases)
- [Changelog](https://github.com/anchore/scan-action/blob/main/CHANGELOG.md)
- [Commits](https://github.com/anchore/scan-action/compare/v3.2.0...v3.2.5)
---
updated-dependencies:
- dependency-name: anchore/scan-action
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* Bump actions/setup-java from 1 to 3 (#122)
* Bump actions/setup-java from 1 to 3
Bumps [actions/setup-java](https://github.com/actions/setup-java) from 1 to 3.
- [Release notes](https://github.com/actions/setup-java/releases)
- [Commits](https://github.com/actions/setup-java/compare/v1...v3)
---
updated-dependencies:
- dependency-name: actions/setup-java
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
* Update ci.yml
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Victor Chang <mocsharp@users.noreply.github.com>
* Bump docker/login-action from 1.12.0 to 2.0.0 (#126)
Bumps [docker/login-action](https://github.com/docker/login-action) from 1.12.0 to 2.0.0.
- [Release notes](https://github.com/docker/login-action/releases)
- [Commits](https://github.com/docker/login-action/compare/v1.12.0...v2.0.0)
---
updated-dependencies:
- dependency-name: docker/login-action
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* Implement FHIR server (#118)
* gh-29 Implement FHIR server
* gh-29 Unit test for FHIR service
* gh-29 Test feature for FHIR
* Update API doc & changelog
Signed-off-by: Victor Chang <vicchang@nvidia.com>
* Integrate MS Health Check Service (#130)
* Update health check API
* Integrate MS health check service
* Enable overriding configurations with env vars
Signed-off-by: Victor Chang <vicchang@nvidia.com>
* Bump codecov/codecov-action from 2 to 3 (#131)
Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 2 to 3.
- [Release notes](https://github.com/codecov/codecov-action/releases)
- [Changelog](https://github.com/codecov/codecov-action/blob/master/CHANGELOG.md)
- [Commits](https://github.com/codecov/codecov-action/compare/v2...v3)
---
updated-dependencies:
- dependency-name: codecov/codecov-action
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* Bump jungwinter/split from 1 to 2 (#136)
* Bump jungwinter/split from 1 to 2
Bumps [jungwinter/split](https://github.com/jungwinter/split) from 1 to 2.
- [Release notes](https://github.com/jungwinter/split/releases)
- [Commits](https://github.com/jungwinter/split/compare/v1...v2)
---
updated-dependencies:
- dependency-name: jungwinter/split
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
* Update ci.yml
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Victor Chang <mocsharp@users.noreply.github.com>
* Bump actions/download-artifact from 2 to 3 (#139)
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 2 to 3.
- [Release notes](https://github.com/actions/download-artifact/releases)
- [Commits](https://github.com/actions/download-artifact/compare/v2...v3)
---
updated-dependencies:
- dependency-name: actions/download-artifact
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* Bump actions/upload-artifact from 2.3.1 to 3.1.0 (#133)
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 2.3.1 to 3.1.0.
- [Release notes](https://github.com/actions/upload-artifact/releases)
- [Commits](https://github.com/actions/upload-artifact/compare/v2.3.1...v3.1.0)
---
updated-dependencies:
- dependency-name: actions/upload-artifact
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* Bump crazy-max/ghaction-chocolatey from 1 to 2 (#132)
Bumps [crazy-max/ghaction-chocolatey](https://github.com/crazy-max/ghaction-chocolatey) from 1 to 2.
- [Release notes](https://github.com/crazy-max/ghaction-chocolatey/releases)
- [Changelog](https://github.com/crazy-max/ghaction-chocolatey/blob/master/CHANGELOG.md)
- [Commits](https://github.com/crazy-max/ghaction-chocolatey/compare/v1...v2)
---
updated-dependencies:
- dependency-name: crazy-max/ghaction-chocolatey
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* Bump docker/metadata-action from 3.6.2 to 4.0.1 (#135)
Bumps [docker/metadata-action](https://github.com/docker/metadata-action) from 3.6.2 to 4.0.1.
- [Release notes](https://github.com/docker/metadata-action/releases)
- [Upgrade guide](https://github.com/docker/metadata-action/blob/master/UPGRADE.md)
- [Commits](https://github.com/docker/metadata-action/compare/v3.6.2...v4.0.1)
---
updated-dependencies:
- dependency-name: docker/metadata-action
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* Bump actions/checkout from 2 to 3 (#143)
Bumps [actions/checkout](https://github.com/actions/checkout) from 2 to 3.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](https://github.com/actions/checkout/compare/v2...v3)
---
updated-dependencies:
- dependency-name: actions/checkout
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* Bump gittools/actions from 0.9.11 to 0.9.13 (#142)
Bumps [gittools/actions](https://github.com/gittools/actions) from 0.9.11 to 0.9.13.
- [Release notes](https://github.com/gittools/actions/releases)
- [Commits](https://github.com/gittools/actions/compare/v0.9.11...v0.9.13)
---
updated-dependencies:
- dependency-name: gittools/actions
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* Bump docker/build-push-action from 2.9.0 to 3.1.1 (#140)
Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 2.9.0 to 3.1.1.
- [Release notes](https://github.com/docker/build-push-action/releases)
- [Commits](https://github.com/docker/build-push-action/compare/v2.9.0...v3.1.1)
---
updated-dependencies:
- dependency-name: docker/build-push-action
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* Merge Release/0.3.0 into develop (#150)
* Ignore dependabot.yml from the license scan
* Update third-party licenses
* Update license links
* Fix missing header
* Updates per feedback
* Switch base image to 6.0-jammy (#148)
Signed-off-by: Victor Chang <vicchang@nvidia.com>
* Merge main to develop (#151)
* Update for release/0.2.0
* Release 0.3.0 (#144)
* Implement FHIR server (#118)
* Integrate MS Health Check Service (#130)
Signed-off-by: Victor Chang <vicchang@nvidia.com>
Signed-off-by: Victor Chang <vicchang@nvidia.com>
* Bump Docker.DotNet from 3.125.10 to 3.125.11 (#147)
Bumps [Docker.DotNet](https://github.com/dotnet/Docker.DotNet) from 3.125.10 to 3.125.11.
- [Release notes](https://github.com/dotnet/Docker.DotNet/releases)
- [Commits](https://github.com/dotnet/Docker.DotNet/compare/v3.125.10...v3.125.11)
---
updated-dependencies:
- dependency-name: Docker.DotNet
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* Bump System.IO.Abstractions from 17.1.1 to 17.2.1 (#146)
Bumps [System.IO.Abstractions](https://github.com/TestableIO/System.IO.Abstractions) from 17.1.1 to 17.2.1.
- [Release notes](https://github.com/TestableIO/System.IO.Abstractions/releases)
- [Commits](https://github.com/TestableIO/System.IO.Abstractions/compare/v17.1.1...v17.2.1)
---
updated-dependencies:
- dependency-name: System.IO.Abstractions
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* Bump System.IO.Abstractions.TestingHelpers from 17.1.1 to 17.2.1 (#145)
Bumps [System.IO.Abstractions.TestingHelpers](https://github.com/TestableIO/System.IO.Abstractions) from 17.1.1 to 17.2.1.
- [Release notes](https://github.com/TestableIO/System.IO.Abstractions/releases)
- [Commits](https://github.com/TestableIO/System.IO.Abstractions/compare/v17.1.1...v17.2.1)
---
updated-dependencies:
- dependency-name: System.IO.Abstractions.TestingHelpers
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* Update third party licenses
Signed-off-by: Victor Chang <vicchang@nvidia.com>
* Fix missing header
Signed-off-by: Victor Chang <vicchang@nvidia.com>
* Release 0.3.0 (#144)
* Implement FHIR server (#118)
* Integrate MS Health Check Service (#130)
Signed-off-by: Victor Chang <vicchang@nvidia.com>
Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: Victor Chang <vicchang@nvidia.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* Update .gitversion.yml
* Merge main to develop (#151)
* Update for release/0.2.0
* Release 0.3.0 (#144)
* Implement FHIR server (#118)
* Integrate MS Health Check Service (#130)
Signed-off-by: Victor Chang <vicchang@nvidia.com>
Signed-off-by: Victor Chang <vicchang@nvidia.com>
Signed-off-by: Victor Chang <vicchang@nvidia.com>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* Revert "Ability to switch temporary storage to use either memory or disk (#166)" (#167)
This reverts commit 09887b1bff6ec7d77e69e0256edc76bac1ec6a82.
* rebased changes (#170)
Signed-off-by: Neil South <neil.south@answerdigital.com>
Signed-off-by: Neil South <neil.south@answerdigital.com>
* 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 wi…1 parent c75637c commit a7c81b1
File tree
54 files changed
+857
-1070
lines changed- .github/workflows
- docs/compliance
- doc
- src
- Api
- Test
- CLI
- Test
- Client.Common/Test
- Client
- Test
- Common/Test
- Configuration
- Test
- Database
- Api
- Test
- EntityFramework
- Test
- MongoDB
- Integration.Test
- DicomWebClient/Test
- InformaticsGateway
- Logging
- Services
- Connectors
- Scp
- Test
- Logging
- Plug-ins/RemoteAppExecution
- Test
- tests/Integration.Test
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
54 files changed
+857
-1070
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
| |||
39 | 39 | | |
40 | 40 | | |
41 | 41 | | |
| 42 | + | |
42 | 43 | | |
43 | 44 | | |
44 | 45 | | |
| |||
308 | 309 | | |
309 | 310 | | |
310 | 311 | | |
| 312 | + | |
311 | 313 | | |
312 | 314 | | |
313 | 315 | | |
| |||
388 | 390 | | |
389 | 391 | | |
390 | 392 | | |
| 393 | + | |
| 394 | + | |
| 395 | + | |
| 396 | + | |
| 397 | + | |
| 398 | + | |
| 399 | + | |
| 400 | + | |
| 401 | + | |
| 402 | + | |
| 403 | + | |
| 404 | + | |
| 405 | + | |
| 406 | + | |
| 407 | + | |
| 408 | + | |
391 | 409 | | |
392 | 410 | | |
393 | 411 | | |
| |||
501 | 519 | | |
502 | 520 | | |
503 | 521 | | |
| 522 | + | |
| 523 | + | |
| 524 | + | |
| 525 | + | |
| 526 | + | |
| 527 | + | |
| 528 | + | |
| 529 | + | |
| 530 | + | |
| 531 | + | |
| 532 | + | |
| 533 | + | |
| 534 | + | |
| 535 | + | |
| 536 | + | |
| 537 | + | |
| 538 | + | |
| 539 | + | |
| 540 | + | |
| 541 | + | |
| 542 | + | |
| 543 | + | |
| 544 | + | |
| 545 | + | |
| 546 | + | |
504 | 547 | | |
505 | 548 | | |
506 | 549 | | |
| |||
521 | 564 | | |
522 | 565 | | |
523 | 566 | | |
| 567 | + | |
| 568 | + | |
| 569 | + | |
| 570 | + | |
| 571 | + | |
| 572 | + | |
| 573 | + | |
| 574 | + | |
| 575 | + | |
| 576 | + | |
| 577 | + | |
| 578 | + | |
| 579 | + | |
| 580 | + | |
| 581 | + | |
| 582 | + | |
524 | 583 | | |
525 | 584 | | |
526 | 585 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
125 | 125 | | |
126 | 126 | | |
127 | 127 | | |
128 | | - | |
129 | | - | |
130 | | - | |
131 | | - | |
132 | | - | |
133 | | - | |
134 | | - | |
135 | 128 | | |
136 | 129 | | |
137 | 130 | | |
| |||
313 | 306 | | |
314 | 307 | | |
315 | 308 | | |
316 | | - | |
317 | | - | |
| 309 | + | |
318 | 310 | | |
319 | 311 | | |
320 | 312 | | |
321 | 313 | | |
322 | 314 | | |
323 | 315 | | |
324 | | - | |
| 316 | + | |
325 | 317 | | |
326 | 318 | | |
327 | 319 | | |
328 | 320 | | |
329 | 321 | | |
330 | 322 | | |
331 | | - | |
| 323 | + | |
332 | 324 | | |
333 | 325 | | |
334 | 326 | | |
335 | 327 | | |
336 | 328 | | |
337 | 329 | | |
338 | | - | |
| 330 | + | |
339 | 331 | | |
340 | 332 | | |
341 | 333 | | |
342 | 334 | | |
343 | 335 | | |
344 | 336 | | |
345 | | - | |
| 337 | + | |
346 | 338 | | |
347 | 339 | | |
348 | 340 | | |
349 | 341 | | |
350 | 342 | | |
351 | 343 | | |
352 | | - | |
| 344 | + | |
353 | 345 | | |
354 | 346 | | |
355 | 347 | | |
356 | 348 | | |
357 | 349 | | |
358 | 350 | | |
359 | | - | |
| 351 | + | |
360 | 352 | | |
361 | 353 | | |
362 | 354 | | |
363 | 355 | | |
364 | 356 | | |
365 | 357 | | |
366 | | - | |
| 358 | + | |
367 | 359 | | |
368 | 360 | | |
369 | 361 | | |
370 | 362 | | |
371 | 363 | | |
372 | 364 | | |
373 | | - | |
| 365 | + | |
374 | 366 | | |
375 | 367 | | |
376 | 368 | | |
377 | 369 | | |
378 | 370 | | |
379 | 371 | | |
380 | | - | |
| 372 | + | |
381 | 373 | | |
382 | 374 | | |
383 | 375 | | |
| |||
519 | 511 | | |
520 | 512 | | |
521 | 513 | | |
| 514 | + | |
522 | 515 | | |
523 | 516 | | |
524 | 517 | | |
525 | 518 | | |
526 | 519 | | |
527 | 520 | | |
528 | 521 | | |
| 522 | + | |
529 | 523 | | |
530 | 524 | | |
531 | 525 | | |
532 | 526 | | |
533 | 527 | | |
534 | 528 | | |
535 | | - | |
| 529 | + | |
536 | 530 | | |
537 | 531 | | |
538 | 532 | | |
| |||
681 | 675 | | |
682 | 676 | | |
683 | 677 | | |
684 | | - | |
685 | | - | |
| 678 | + | |
686 | 679 | | |
687 | 680 | | |
688 | 681 | | |
| |||
732 | 725 | | |
733 | 726 | | |
734 | 727 | | |
735 | | - | |
736 | | - | |
| 728 | + | |
737 | 729 | | |
738 | 730 | | |
739 | 731 | | |
740 | 732 | | |
741 | 733 | | |
742 | 734 | | |
743 | | - | |
744 | | - | |
| 735 | + | |
745 | 736 | | |
746 | 737 | | |
747 | 738 | | |
| |||
783 | 774 | | |
784 | 775 | | |
785 | 776 | | |
786 | | - | |
| 777 | + | |
787 | 778 | | |
788 | 779 | | |
789 | 780 | | |
790 | 781 | | |
791 | 782 | | |
792 | 783 | | |
793 | | - | |
| 784 | + | |
794 | 785 | | |
795 | 786 | | |
796 | 787 | | |
| |||
2270 | 2261 | | |
2271 | 2262 | | |
2272 | 2263 | | |
2273 | | - | |
| 2264 | + | |
2274 | 2265 | | |
2275 | 2266 | | |
2276 | 2267 | | |
2277 | 2268 | | |
2278 | 2269 | | |
2279 | 2270 | | |
2280 | | - | |
| 2271 | + | |
2281 | 2272 | | |
2282 | 2273 | | |
2283 | 2274 | | |
2284 | 2275 | | |
2285 | 2276 | | |
2286 | 2277 | | |
2287 | | - | |
| 2278 | + | |
2288 | 2279 | | |
2289 | 2280 | | |
2290 | 2281 | | |
| |||
0 commit comments