-
Notifications
You must be signed in to change notification settings - Fork 2.8k
[ZEPPELIN-1163] Change some parameter name properly in NotebookRestApi #1187
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
|
Is this PR WIP? I think And there are still many
|
|
Thank you. I'll make some more updates and push fix's to these as well. |
|
@zmhassan Hi zmhassan. As I mentioned in a JIRA issue, this is in progress by @zjffdu. Could you concede? @zjffdu already contacted me for a few days ago for this issue and I asked for him to work it after I merge ZEPPELIN-1012. I hope he already worked and is waiting for merging ZEPPELIN-1012. Sorry for late reply, and duplicated works. |
|
@jongyoul @zjffdu |
|
@zmhassan Thanks for understanding. ZEPPELIN-1012 makes a conflict and this is for beginner thus I don't want for him/her to resolve conflict. @zjffdu Thanks for understanding it. |
|
@AhyoungRyu I've made those fix's pending in the ui and docs as well. Just wondering if its possible to trigger travis CI to run the build again as I know my last commit was WIP |
|
@zmhassan Thanks for your effort! Since ZEPPELIN-1012 was merged, you need to resolve the conflict first. If you need help regarding rebase, please refer to this page. See number 11, 12, 13. It will be helpful to you :) And most of |
|
Thank you @AhyoungRyu I'm going to fix the rest of jobmanager.controller.js and then rebase. |
d0ef576 to
519135c
Compare
|
@AhyoungRyu I've fixed the merge conflict and all changed are now in. Let me know if there is anything else left as I think this task is complete. |
| @PathParam("paragraphId") String paragraphId) throws IOException { | ||
| LOG.info("get paragraph {} {}", notebookId, paragraphId); | ||
| public Response getParagraph(@PathParam("noteId") String noteId, | ||
| @PathParam("paragraphId") String paragraphId) throws IOException { |
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.
Vertical align is not recommended. Could you please revert them including the below?
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.
@zmhassan It's not fixed here.
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.
Thank you @jongyoul ! Let's make sure this and all other style issues are addressed before merging
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.
@bzz Yes, I think it's time to enforce style. :-)
|
@zmhassan Hi, could you please check the style? Zeppelin doesn't have any strict style for now, but basically follows google's guide. Could you please check it? |
|
Okay all done. I've committed the fix's for this issue. If there is nothing else then I think this task is complete. @jongyoul Thank you so much |
| throws IOException, CloneNotSupportedException, IllegalArgumentException { | ||
| LOG.info("clone notebook by JSON {}", message); | ||
| NewNotebookRequest request = gson.fromJson(message, NewNotebookRequest.class); | ||
| public Response cloneNote(@PathParam("noteId") String noteId, String message) throws |
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.
It's not fixed here. throws would be located in a next line.
|
@zmhassan You look like that you don't use formatter in your IDE. Could you please change the formatter setting fit in google style and reformat whole of files you changed? |
|
@zmhassan Can you handle it soon? |
|
@jongyoul Yes. Sorry I got a bit busy. |
|
@zmhassan Sounds great. |
|
Hi @zmhassan do you think you will have some time to rebase this PR and fix the indent? |
close #83 close #86 close #125 close #133 close #139 close #146 close #193 close #203 close #246 close #262 close #264 close #273 close #291 close #299 close #320 close #347 close #389 close #413 close #423 close #543 close #560 close #658 close #670 close #728 close #765 close #777 close #782 close #783 close #812 close #822 close #841 close #843 close #878 close #884 close #918 close #989 close #1076 close #1135 close #1187 close #1231 close #1304 close #1316 close #1361 close #1385 close #1390 close #1414 close #1422 close #1425 close #1447 close #1458 close #1466 close #1485 close #1492 close #1495 close #1497 close #1536 close #1545 close #1561 close #1577 close #1600 close #1603 close #1678 close #1695 close #1739 close #1748 close #1765 close #1767 close #1776 close #1783 close #1799
What is this PR for?
Fix for ZEPPELIN-1163.
What type of PR is it?
Task
Todos
What is the Jira issue?
How should this be tested?
Execute on the web services or via the ui which is communicating with webservice. Delete note, etc.
Screenshots (if appropriate)
Questions: