-
Notifications
You must be signed in to change notification settings - Fork 397
Dependabot pr combined #2983
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
Dependabot pr combined #2983
Conversation
✅ Deploy Preview for devspace-docs canceled.
|
5ba2d77 to
82d663f
Compare
82d663f to
b881baa
Compare
Signed-off-by: Ryan Swanson <ryan.swanson@loft.sh>
Signed-off-by: Ryan Swanson <ryan.swanson@loft.sh>
Signed-off-by: Ryan Swanson <ryan.swanson@loft.sh>
Signed-off-by: Ryan Swanson <ryan.swanson@loft.sh>
Signed-off-by: Ryan Swanson <ryan.swanson@loft.sh>
Signed-off-by: Ryan Swanson <ryan.swanson@loft.sh>
Signed-off-by: Ryan Swanson <ryan.swanson@loft.sh>
Signed-off-by: Ryan Swanson <ryan.swanson@loft.sh>
b881baa to
0107e02
Compare
lizardruss
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, as long as the UI was tested. We don't have an automated test for it, and we've had cases where a release went out with a broken UI. LMK if you need some pointers on testing it.
| dockerclient.CommonAPIClient | ||
| } | ||
|
|
||
| // TODO: (Ryan) see if these are needed for the tests |
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.
were they?
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.
Ah, nope. The dockerclient.APIClient interface changed, adding these methods. I retested by just making them all panic to see if any of it broke any tests.
What issue type does this pull request address? (keep at least one, remove the others)
/kind enhancement
What does this pull request do? Which issues does it resolve? (use
resolves #<issue_number>if possible)resolves #DSP-117
Please provide a short message that should be published in the DevSpace release notes
I went through the dependabot PRs and incorporated all those that worked without major changes and closed those that had bigger issues like API changes or breaking a bunch of peer dependencies after major version package updates.
What else do we need to know?