-
Notifications
You must be signed in to change notification settings - Fork 4
fix misc issues #395
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix misc issues #395
Conversation
Codecov Report
@@ Coverage Diff @@
## develop #395 +/- ##
===================================================
+ Coverage 56.73727% 56.96203% +0.22475%
===================================================
Files 125 125
Lines 15533 15642 +109
Branches 1656 1662 +6
===================================================
+ Hits 8813 8910 +97
- Misses 6450 6457 +7
- Partials 270 275 +5
Flags with carried forward coverage won't be shown. Click here to find out more.
Continue to review full report at Codecov.
|
Signed-off-by: Jack Schofield <jack.schofield@answerdigital.com>
Signed-off-by: Jack Schofield <jack.schofield@answerdigital.com>
Signed-off-by: Jack Schofield <jack.schofield@answerdigital.com>
Signed-off-by: Jack Schofield <jack.schofield@answerdigital.com>
fb4a1d7
to
c08ee63
Compare
Signed-off-by: Jack Schofield <jack.schofield@answerdigital.com>
Signed-off-by: Jack Schofield <jack.schofield@answerdigital.com>
Kudos, SonarCloud Quality Gate passed! |
@@ -1,10 +1,11 @@ | |||
{ | |||
"WorkloadManagerDatabase": { | |||
"ConnectionString": "mongodb://root:rootpassword@localhost:30017", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
is it possible to leave this file as is ? or go through and update the developer-setup accordingly :)
return null; | ||
} | ||
|
||
return variableStrings[1]; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'm trying to think is it possible to have multiple variables in this field?
might be worth doing variableStrings.Last() I think thats linq way of getting last element.
Signed-off-by: Jack Schofield jack.schofield@answerdigital.com
Description
Fixes # .
Fixes a few problems spotted when trying to run the argo task via the workflow manager
Status
Ready
Types of changes