Add a new survey command to show Skaffold User Survey form url.#3733
Add a new survey command to show Skaffold User Survey form url.#3733tejal29 merged 11 commits intoGoogleContainerTools:masterfrom
Conversation
Codecov Report
|
dgageot
left a comment
There was a problem hiding this comment.
Sorry, I've tested it and added more feedback
nkubala
left a comment
There was a problem hiding this comment.
small nits but otherwise LGTM
1a62000 to
48be044
Compare
pkg/skaffold/survey/survey.go
Outdated
| To permanently disable the survey prompt, run: | ||
| skaffold config set --survey --global disable-prompt true` |
There was a problem hiding this comment.
This should also be in the survey help text.
There was a problem hiding this comment.
unfortunately, there is not method to add help in the BuilderInterface. This could be a big change since we might also need to make a change in hack/man/
|
@tejal29 what's the status on this? can you check the lint errors? I'd love to get this merged |
Co-Authored-By: Nick Kubala <nkubala@users.noreply.github.com>
Co-Authored-By: Nick Kubala <nkubala@users.noreply.github.com>
Co-Authored-By: Brian de Alwis <bsd@acm.org>
5e3bc7f to
d8022e3
Compare
|
All (the pull request submitter and all commit authors) CLAs are signed, but one or more commits were authored or co-authored by someone other than the pull request submitter. We need to confirm that all authors are ok with their commits being contributed to this project. Please have them confirm that by leaving a comment that contains only Note to project maintainer: There may be cases where the author cannot leave a comment, or the comment is not properly detected as consent. In those cases, you can manually confirm consent of the commit author(s), and set the ℹ️ Googlers: Go here for more info. |
|
All (the pull request submitter and all commit authors) CLAs are signed, but one or more commits were authored or co-authored by someone other than the pull request submitter. We need to confirm that all authors are ok with their commits being contributed to this project. Please have them confirm that by leaving a comment that contains only Note to project maintainer: There may be cases where the author cannot leave a comment, or the comment is not properly detected as consent. In those cases, you can manually confirm consent of the commit author(s), and set the ℹ️ Googlers: Go here for more info. |
|
A Googler has manually verified that the CLAs look good. (Googler, please make sure the reason for overriding the CLA status is clearly documented in these comments.) ℹ️ Googlers: Go here for more info. |
nkubala
left a comment
There was a problem hiding this comment.
I think we should definitely try to automatically open the survey link in a browser if we can. it would make the command feel a lot more seamless, and would probably result in more people taking the survey since they wouldn't have to manually copy-paste the link from a terminal.
pkg/skaffold/survey/survey.go
Outdated
| To permanently disable the survey prompt, run: | ||
| skaffold config set --survey --global disable-prompt true` |
|
All (the pull request submitter and all commit authors) CLAs are signed, but one or more commits were authored or co-authored by someone other than the pull request submitter. We need to confirm that all authors are ok with their commits being contributed to this project. Please have them confirm that by leaving a comment that contains only Note to project maintainer: There may be cases where the author cannot leave a comment, or the comment is not properly detected as consent. In those cases, you can manually confirm consent of the commit author(s), and set the ℹ️ Googlers: Go here for more info. |
240332c to
4baeaab
Compare
|
A Googler has manually verified that the CLAs look good. (Googler, please make sure the reason for overriding the CLA status is clearly documented in these comments.) ℹ️ Googlers: Go here for more info. |
4baeaab to
e2c9d83
Compare
|
All (the pull request submitter and all commit authors) CLAs are signed, but one or more commits were authored or co-authored by someone other than the pull request submitter. We need to confirm that all authors are ok with their commits being contributed to this project. Please have them confirm that by leaving a comment that contains only Note to project maintainer: There may be cases where the author cannot leave a comment, or the comment is not properly detected as consent. In those cases, you can manually confirm consent of the commit author(s), and set the ℹ️ Googlers: Go here for more info. |
Add nick's suggestion Co-Authored-By: Nick Kubala <nkubala@users.noreply.github.com>
|
A Googler has manually verified that the CLAs look good. (Googler, please make sure the reason for overriding the CLA status is clearly documented in these comments.) ℹ️ Googlers: Go here for more info. |
nkubala
left a comment
There was a problem hiding this comment.
nice, just tried this out and it opens just fine in chrome. it does still show the link to the survey in my terminal even though it just opened in my browser, but I guess that's probably fine in case it fails to open.
Relates to #3011
Should merge after : #3732
Description
User facing changes
Yes. A new command added.
Error Case testing:
Next PRs.
The survey prompt is here
Submitter Checklist
These are the criteria that every PR should meet, please check them off as you
review them:
Reviewer Notes
Release Notes