Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
60 commits
Select commit Hold shift + click to select a range
51507bc
Storage API with MinIO support
mocsharp Apr 6, 2022
912c855
Merge pull request #1 from Project-MONAI/vchang/minio
mocsharp Apr 6, 2022
dafb506
Update ci.yml
mocsharp Apr 6, 2022
4a47c02
Update GitVersion.yml
mocsharp Apr 6, 2022
ad39e5a
Update GitVersion.yml
mocsharp Apr 6, 2022
fb580b1
Update ci.yml
mocsharp Apr 6, 2022
a94113d
Update README.md
mocsharp Apr 6, 2022
2955ce1
Update README.md
mocsharp Apr 6, 2022
894dc9f
Cleanup dependencies
mocsharp Apr 6, 2022
763368d
Update README.md
mocsharp Apr 7, 2022
171ab77
Merge pull request #2 from Project-MONAI/vchang/update-readme
mocsharp Apr 7, 2022
4131ca4
Update README with NuGet links & badge
mocsharp Apr 8, 2022
ff06a47
Merge pull request #4 from Project-MONAI/vchang/update-readme
mocsharp Apr 11, 2022
bc56a80
Fix typos
mocsharp Apr 11, 2022
c3fa294
Add temporary credentials
jackschofield23 Apr 22, 2022
4658e76
Add models for policy generation
jackschofield23 Apr 27, 2022
69f25a2
Add policyExtension tests
jackschofield23 Apr 27, 2022
c90e1c6
Merge pull request #5 from Project-MONAI/jschofield/addcredentialgene…
jackschofield23 Apr 28, 2022
fcb7fa7
add artifact verification (#6)
jackschofield23 May 20, 2022
66f4671
update artifact verification logic (#7)
jackschofield23 May 25, 2022
a1774ba
inital commit
lillie-dae May 30, 2022
46e358a
added nullable conditions, minor tweaks
lillie-dae May 30, 2022
9e8f7e9
added missing headers in files
lillie-dae May 30, 2022
7ce382d
Merge pull request #8 from Project-MONAI/sto-112-generate-temp-cre
lillie-dae May 31, 2022
199db6a
attempting to fix nuget
lillie-dae May 31, 2022
85efba6
fixed issue with test project
lillie-dae May 31, 2022
ad9736a
Merge pull request #9 from Project-MONAI/reference_output_projects
lillie-dae May 31, 2022
f55a517
changes to put solution back into a single project
lillie-dae Jun 1, 2022
547148c
Merge
lillie-dae Jun 1, 2022
9ca90e3
further merge fixs
lillie-dae Jun 1, 2022
4e91356
further merge fixs
lillie-dae Jun 1, 2022
6a8a4d4
Merge pull request #10 from Project-MONAI/back_to_single_project
lillie-dae Jun 1, 2022
bffe71d
add factory pattern for minio (#11)
jackschofield23 Jun 6, 2022
0c0702e
First commit
awsjpleger Jun 7, 2022
a33c8cb
Visual Studio poject file updated to add AWSSDK.S3 package.
awsjpleger Jun 7, 2022
01d38f6
CodeCov warning fixes.
awsjpleger Jun 7, 2022
2166795
Fixed codeCov warnings.
awsjpleger Jun 7, 2022
6cbda4f
Fixed codeCov warnings.
awsjpleger Jun 7, 2022
0c706d1
Fixed codeCov warnings.
awsjpleger Jun 7, 2022
5f8fe72
Fixed codeCov warnings.
awsjpleger Jun 7, 2022
2b51f83
Correction in ListObjects methods: Fixed Loop logic for listing more…
awsjpleger Jun 8, 2022
1aa39ac
Support for AWS S3 Storage Service
mocsharp Jun 13, 2022
9debd71
Refactor - split into multiple projects
mocsharp Jun 15, 2022
9f127f0
Update CI to publish to GitHub
mocsharp Jun 15, 2022
981306d
Add ServiceRegistrationBase abstract class
mocsharp Jun 15, 2022
9344658
Update README
mocsharp Jun 16, 2022
01982fb
Add unit test
mocsharp Jun 16, 2022
535cefd
Print fullyQualifiedTypeName in error message
mocsharp Jun 16, 2022
165befc
IMinioAdmin to read from IOptions. Add unit test.
mocsharp Jun 16, 2022
7e30300
Add unit test for MinIO plugin
mocsharp Jun 16, 2022
4585f2f
Update readme
mocsharp Jun 17, 2022
4a45d3f
Exclude test projects from package.sh
mocsharp Jun 17, 2022
7e375a0
Refactor - setup per plug-in projects
mocsharp Jun 17, 2022
96454ae
Update README.md
mocsharp Jun 17, 2022
a0dd398
Merge pull request #14 from Project-MONAI/update-S3-plugin-readme
mocsharp Jun 17, 2022
ef4b919
Refactor IMinioAdmin into base project
mocsharp Jun 17, 2022
6e24614
Merge pull request #15 from Project-MONAI/vchang/refactor-admin-service
mocsharp Jun 21, 2022
bf64b8b
Update gitleaks
mocsharp Jun 23, 2022
61454fa
make get object testable (#16)
jackschofield23 Jun 24, 2022
55ebb78
License approvals
mocsharp Jun 27, 2022
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
297 changes: 297 additions & 0 deletions .editorconfig

Large diffs are not rendered by default.

40 changes: 40 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,40 @@
---
name: Bug report
about: Create a report to help us improve
title: ''
labels: bug
assignees: ''

---

### Description
A clear and concise description of what the bug is.

### Steps to reproduce
Please share a clear and concise description of the problem.
1. Go to '...'
2. Install '....'
3. Run commands '....'
...

### Expected behavior
A clear and concise description of what you expected to happen.

### Actual behavior
A clear and concise description of what actually happened.

### Configuration

* MONAI Deploy Storage Library version/commit:
* OS and version (distro if applicable):
* Kubernetes version (if applicable):
* Docker version (if applicable):
* Installation source (NGC, Dockerhub, or something else):
* Hardware configuration (CPU, GPU, memory, storage, etc...):
* Application & version (e.g. Informatics Gateway, 0.1.0):

### Regression?
Did this work in the previous build or release of the MONAI Deploy Storage Library? If you can try a previous release or build to find out, that can help us narrow down the problem. If you don't know, that's OK.

### Other information
(Please attach any logs available and remember to anonymize any PHI before sharing).
20 changes: 20 additions & 0 deletions .github/ISSUE_TEMPLATE/feature_request.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
---
name: Feature request
about: Suggest an idea for this project
title: ''
labels: ''
assignees: ''

---

**Is your feature request related to a problem? Please describe.**
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]

**Describe the solution you'd like**
A clear and concise description of what you want to happen.

**Describe alternatives you've considered**
A clear and concise description of any alternative solutions or features you've considered.

**Additional context**
Add any other context or screenshots about the feature request here.
22 changes: 22 additions & 0 deletions .github/pull_request_template.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
<!--
SPDX-FileCopyrightText: � 2021-2022 MONAI Consortium
SPDX-License-Identifier: Apache License 2.0
-->

Fixes # .

### Description
A few sentences describing the changes proposed in this pull request.

### Status
**Ready/Work in progress/Hold**

### Types of changes
<!--- Put an `x` in all the boxes that apply, and remove the not applicable items -->
- [ ] Non-breaking change (fix or new feature that would not break existing functionality).
- [ ] Breaking change (fix or new feature that would cause existing functionality to change).
- [ ] New tests added to cover the changes.
- [ ] All tests passed locally by running `./src/run-tests-in-docker.sh`.
- [ ] [Documentation comments](https://docs.microsoft.com/en-us/dotnet/csharp/language-reference/language-specification/documentation-comments) included/updated.
- [ ] User guide updated.
- [ ] I have updated the changelog
Loading