-
-
Notifications
You must be signed in to change notification settings - Fork 127
fix: minor ui fixes & dagent image url parsing #456
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
Conversation
m8vago
left a comment
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.
reviewed ts only
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.
Error handling will be moved into Create in the builder, we wait for that now.
2a3f1c0 to
fe73e0e
Compare
Codecov ReportBase: 17.92% // Head: 17.65% // Decreases project coverage by
📣 This organization is not using Codecov’s GitHub App Integration. We recommend you install it so Codecov can continue to function properly for your repositories. Learn more Additional details and impacted files@@ Coverage Diff @@
## develop #456 +/- ##
===========================================
- Coverage 17.92% 17.65% -0.28%
===========================================
Files 57 57
Lines 5981 6056 +75
===========================================
- Hits 1072 1069 -3
- Misses 4834 4905 +71
- Partials 75 82 +7
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. ☔ View full report at Codecov. |
201d3b6 to
a04c0e1
Compare
a04c0e1 to
c5e4b8b
Compare
nandor-magyar
left a comment
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.
LGTM
c5e4b8b to
8c91fe5
Compare
Added option to pass an image URI object to the container builder: this fixes an issue when checking if the image exists locally (the whole name was checked, but in case of 'docker.io/library' images, this doesn't work)
Fixed the default deployment prefix: dots and upper case characters where not handled correctly.
Fixed an issue where opening any version or deployment shows errors when using unchecked registries.