Skip to content

Conversation

neildsouth
Copy link
Collaborator

Signed-off-by: Neil South neil.south@answerdigital.com

Description

Fixes # .

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

Status

Ready/Work in progress/Hold

Types of changes

  • [x ] 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.
  • [ x] All tests passed locally.
  • Documentation comments included/updated.

Signed-off-by: Neil South <neil.south@answerdigital.com>
Copy link

@github-actions github-actions bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

license-eye has totally checked 5088 files.

Valid Invalid Ignored Fixed
290 3 4795 0
Click to see the invalid file list
  • guidelines/mwm-developer-setup.md
  • guidelines/mwm-workflow-spec.md
  • src/PayloadListener/Extensions/CollectionExtensions.cs

Signed-off-by: Neil South <neil.south@answerdigital.com>
Signed-off-by: Neil South <neil.south@answerdigital.com>
Signed-off-by: Neil South <neil.south@answerdigital.com>
@sonarqubecloud
Copy link

SonarCloud Quality Gate failed.    Quality Gate failed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot E 1 Security Hotspot
Code Smell A 80 Code Smells

60.0% 60.0% Coverage
0.0% 0.0% Duplication

@neildsouth neildsouth merged commit 31368e8 into develop Jul 26, 2022
@neildsouth neildsouth deleted the nds-end2end-pt2 branch July 26, 2022 08:39
await Task.WhenAll(tasks);
workflowInstances.AddRange(tasks.Select(t => t.Result));

Debug.Assert(workflowInstances.Count > 0);
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

is this debugging code left in?

var workflowInstance = await CreateWorkflowInstanceAsync(message, workflow);
workflowInstances.Add(workflowInstance);
}
var tasks = workflows.Select(workflow => CreateWorkflowInstanceAsync(message, workflow));
Copy link
Collaborator

@lillie-dae lillie-dae Jul 26, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

would this be simpler as
var workflowInstances = await workflows.Select(async workflow => await CreateWorkflowInstanceAsync(message, workflow));
I think is the syntax?

"storage": {
"serviceAssemblyName": "Monai.Deploy.Storage.MinIO.MinIoStorageService, Monai.Deploy.Storage.MinIO",
"settings": {
"endpoint": "minio:30090", // note edit C:\Windows\System32\drivers\etc\Hosts fand add `127.0.0.1 minio`
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I dont think putting comments like this in json like this is valid.

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants