-
Notifications
You must be signed in to change notification settings - Fork 4
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
changes for ZNTA-1847,48,49,50 #12
base: master
Are you sure you want to change the base?
Conversation
I made a pull request against devel branch, but looked at changes, it seems wrong? |
@yu-shao-gm I changed it to target master. |
I am fine with the changes. @seanf do you want to have another look? |
Review status: 0 of 3 files reviewed at latest revision, 3 unresolved discussions, some commit checks broke. src/main/java/org/jenkinsci/plugins/zanata/ZanataCliBuilder.java, line 79 at r1 (raw file):
@yu-shao-gm src/main/java/org/jenkinsci/plugins/zanata/ZanataCliBuilder.java, line 121 at r1 (raw file):
I think all these properties should have javadoc comments explaining what they mean. src/main/resources/org/jenkinsci/plugins/zanata/ZanataCliBuilder/config.jelly, line 28 at r1 (raw file):
@yu-shao-gm I think it's better to get them from Java strings (as they were in DescriptorImpl), which were at least broken up into multiple lines. It would be even better to read them from resource files on the classpath. Comments from Reviewable |
Patrick has implemented the jelly default value through Java strings. I have ported the code and I will commit next. |
Hi Patrick and Sean, I committed some changes to yshao-cli-changes branch, please have a look. Hope the issues here are addressed fully, and I tested ok. |
Reviewed 1 of 3 files at r1, 2 of 2 files at r2. Comments from Reviewable |
@yu-shao-gm This is the point in the process (for zanata-platform) where we generally use the "on QA" label and get a QE to try it out. @djansen-redhat Have you got time to look at this? |
https://zanata.atlassian.net/browse/ZNTA-1847
https://zanata.atlassian.net/browse/ZNTA-1848
https://zanata.atlassian.net/browse/ZNTA-1849
https://zanata.atlassian.net/browse/ZNTA-1850