-
Notifications
You must be signed in to change notification settings - Fork 54
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
Graceful report for non-existing image #213
Conversation
All feedback addressed, tests added, error code analysis introduced instead of strings. Ready for another round @creachadair @dennwc |
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.
Looks good! Thank you for implementing it :)
@creachadair Do you have any other feedback? If not, I'll merge it.
Signed-off-by: Alexander Bezzubov <bzz@apache.org>
Signed-off-by: Alexander Bezzubov <bzz@apache.org>
On the clinet `bblfsctl` report if driver is missing for bblfsh org TEST PLAN: - $ go test - $ bblfshcrl driver install list -> `driver 'docker://list' does not exist` Signed-off-by: Alexander Bezzubov <bzz@apache.org>
Co-Authored-By: bzz <bzz@users.noreply.github.com>
Signed-off-by: Alexander Bezzubov <bzz@apache.org>
Signed-off-by: Alexander Bezzubov <bzz@apache.org>
Signed-off-by: Alexander Bezzubov <bzz@apache.org>
Signed-off-by: Alexander Bezzubov <bzz@apache.org>
Signed-off-by: Alexander Bezzubov <bzz@apache.org>
All feedback addressed, going to merge as soon as CI is green. |
Similar to
AlreadyInstalled
status from d5b686f this change propagates the fact that image request is not found or needs to have authentication credentials though gRPCUnauthenticated
code on thedriver install
command.Before:
After:
It resolves #207 in a way it's been decided in that issue.
While at it, few other small fixes included:
dep ensure
bblfshctl -ctl-endpoint
->bblfshctl -ctl-network
for consistency, same as it is inbblfshd