Uh oh!
There was an error while loading. Please reload this page.
[ZEPPELIN-1163] Change some parameter name properly in NotebookRestApi - #1187
[ZEPPELIN-1163] Change some parameter name properly in NotebookRestApi#1187zak-hassan wants to merge 4 commits into
Conversation
AhyoungRyu
commented
Jul 15, 2016
Is this PR WIP? I think And there are still many
|
zak-hassan
commented
Jul 15, 2016
Thank you. I'll make some more updates and push fix's to these as well. |
jongyoul
commented
Jul 15, 2016
@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 |
jongyoul
commented
Jul 15, 2016
@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. |
zak-hassan
commented
Jul 16, 2016
@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 |
AhyoungRyu
commented
Jul 17, 2016
@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 |
zak-hassan
commented
Jul 17, 2016
Thank you @AhyoungRyu I'm going to fix the rest of jobmanager.controller.js and then rebase. |
zak-hassan
commented
Jul 17, 2016
@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.
Vertical align is not recommended. Could you please revert them including the below?
There was a problem hiding this comment.
Thank you @jongyoul ! Let's make sure this and all other style issues are addressed before merging
jongyoul
commented
Jul 18, 2016
@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? |
zak-hassan
commented
Jul 18, 2016
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.
It's not fixed here. throws would be located in a next line.
jongyoul
commented
Jul 19, 2016
@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? |
jongyoul
commented
Aug 3, 2016
@zmhassan Can you handle it soon? |
zak-hassan
commented
Aug 3, 2016
@jongyoul Yes. Sorry I got a bit busy. |
jongyoul
commented
Aug 4, 2016
@zmhassan Sounds great. |
corneadoug
commented
Sep 1, 2016
Hi @zmhassan do you think you will have some time to rebase this PR and fix the indent? |
close#83close#86close#125close#133close#139close#146close#193close#203close#246close#262close#264close#273close#291close#299close#320close#347close#389close#413close#423close#543close#560close#658close#670close#728close#765close#777close#782close#783close#812close#822close#841close#843close#878close#884close#918close#989close#1076close#1135close#1187close#1231close#1304close#1316close#1361close#1385close#1390close#1414close#1422close#1425close#1447close#1458close#1466close#1485close#1492close#1495close#1497close#1536close#1545close#1561close#1577close#1600close#1603close#1678close#1695close#1739close#1748close#1765close#1767close#1776close#1783close#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: