-
Notifications
You must be signed in to change notification settings - Fork 2.8k
ZEPPELIN-964 ] Jobmanagement - (2) basic front-end #1025
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
ZEPPELIN-964 ] Jobmanagement - (2) basic front-end #1025
Conversation
|
The job page looks greate and working good. |
|
@astroshim |
|
@astroshim |
|
@cloverhearts Thanks for the quick response. I understand. 👍 |
|
@cloverhearts Great feature indeed! 👍 |
|
@AhyoungRyu |
Conflicts: zeppelin-web/src/components/navbar/navbar.html zeppelin-web/src/components/websocketEvents/websocketEvents.factory.js
|
IMO, 'Job' menu item can stay next to 'Notebook', instead of going into dropdown menu. |
|
@Leemoonsoo and |
|
ping |
|
Is this PR completed? |
|
@jongyoul Yes, Completed. |
|
It remains for the review, doesn't it? |
|
This PR is now completed. |
| <a ng-switch-when="RUNNING" | ||
| style="text-decoration: none !important;" | ||
| ng-href="#/notebook/{{notebookJob.notebookId}}/paragraph/{{paragraphJob.id}}"> | ||
| <i style="color: blue" class="fa fa-spinner spinAnimation" |
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.
In Chrome, it does not animate 'fa-spinner'. How about fa fa-spinner fa-spin to animate in chrome?
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.
@Leemoonsoo
Add css code for the chrome browser
Thank you for your feedback.
|
@Leemoonsoo
|
|
Thanks @cloverhearts for the new feature. |
### What is this PR for? Job manger basic front end. You can check to paragraph and notebook information. It is created with the following additional functions PR. (E. G., Filter and sort) this PR is divided from the apache#921 ### What type of PR is it? Featrue ### Todos - [x] - notebook information - [x] - viewing status for paragraph - [x] - feat. running progress bar. - [x] - added job menu in navbar. (It can be modified by the following (apache#1013) ### What is the Jira issue? https://issues.apache.org/jira/browse/ZEPPELIN-964 ### How should this be tested? 1. create and running, modified notebook and paragraph. 2. check to cron or normal notebook status in job manager. ### Screenshots <img width="683" alt="job manger-basic" src="https://cloud.githubusercontent.com/assets/10525473/16113612/0120dec8-33f8-11e6-8dec-c74048fae637.png"> ### Questions: * Does the licenses files need update? no * Is there breaking changes for older versions? no * Does this needs documentation? yes Author: CloverHearts <[email protected]> Author: CloverHearts <[email protected]> This patch had conflicts when merged, resolved by Committer: Lee moon soo <[email protected]> Closes apache#1025 from cloverhearts/dev/jobmanager/step/02-basic-front and squashes the following commits: aa7f502 [CloverHearts] Merge branch 'master' into dev/jobmanager/step/02-basic-front c759cff [CloverHearts] icon spin animation support for chrome. f183d73 [CloverHearts] job paragraph information tooltip top to top-left db76838 [CloverHearts] restore location for job menu in navbar bb8858c [CloverHearts] Merge branch 'master' into dev/jobmanager/step/02-basic-front 5d75520 [CloverHearts] Merge branch 'master' into dev/jobmanager/step/02-basic-front 0313cfa [CloverHearts] Merge branch 'master' into dev/jobmanager/step/02-basic-front baf3ec6 [CloverHearts] Merge branch 'master' into dev/jobmanager/step/02-basic-front 9ee539b [CloverHearts] Merge branch 'master' into dev/jobmanager/step/02-basic-front 5d64018 [CloverHearts] Merge branch 'master' into dev/jobmanager/step/02-basic-front 75186c7 [CloverHearts] implement basic - frontend for job manager. 18db280 [CloverHearts] modifed get run status for paragraph and bug fixed.








What is this PR for?
Job manger basic front end.
You can check to paragraph and notebook information.
It is created with the following additional functions PR.
(E. G., Filter and sort)
this PR is divided from the #921
What type of PR is it?
Featrue
Todos
(It can be modified by the following ([ZEPPELIN-1002] Move configuration menus under dropdown #1013)
What is the Jira issue?
https://issues.apache.org/jira/browse/ZEPPELIN-964
How should this be tested?
Screenshots

### Questions: - Does the licenses files need update? no - Is there breaking changes for older versions? no - Does this needs documentation? yes