GitHub user cloverhearts reopened a pull request: https://github.com/apache/zeppelin/pull/1441
[ ZEPPELIN-967 ] Implement search bar in job manager ### What is this PR for? A few sentences describing the overall goals of the pull request's commits. First time? Check out the contributing guide - https://zeppelin.apache.org/contribution/contributions.html ### What type of PR is it? Feature ### Todos - [x] add serach bar ui - [x] implement filter - [x] show filter loading status. ### What is the Jira issue? https://issues.apache.org/jira/browse/ZEPPELIN-967 ### How should this be tested? 1. click to jobmanager menu 2. try to use filter by jobmanager filter bar on top. Enter, Enter, it has been filtered properly? After inputting, wait about 2 seconds, it has been filtering? ### Screenshots (if appropriate) <a href="https://cloud.githubusercontent.com/assets/10525473/18658644/d6359a62-7f3f-11e6-8c03-030fc107ec2d.gif">Screenshots</a> ### Questions: * Does the licenses files need update? no * Is there breaking changes for older versions? no * Does this needs documentation? no You can merge this pull request into a Git repository by running: $ git pull https://github.com/cloverhearts/zeppelin ZEPPELIN-FILTERBAR-JOBMANAGER Alternatively you can review and apply these changes as the patch at: https://github.com/apache/zeppelin/pull/1441.patch To close this pull request, make a commit to your master/trunk branch with (at least) the following in the commit message: This closes #1441 ---- commit 01b9828e369bcdb4ca55b30f63269b2a76a8e2cc Author: CloverHearts <cloverhearts...@gmail.com> Date: 2016-09-20T05:27:08Z Implement search bar in job manager commit 8ddffd02e88b7f9f1874947f1b462afee848ab5b Author: CloverHearts <cloverhearts...@gmail.com> Date: 2016-09-22T05:47:36Z Merge branch 'master' into ZEPPELIN-FILTERBAR-JOBMANAGER commit 76e0fb0111c35580f28c4ff22dfe2954df134a67 Author: CloverHearts <cloverhearts...@gmail.com> Date: 2016-09-28T04:52:12Z Merge branch 'master' into ZEPPELIN-FILTERBAR-JOBMANAGER commit f48b3edfe94a6844881b0fdbd3d8570930ac5b7d Author: CloverHearts <cloverhearts...@gmail.com> Date: 2016-10-05T08:03:53Z rebase and Merge branch 'master' into ZEPPELIN-FILTERBAR-JOBMANAGER # Conflicts: # zeppelin-web/src/app/jobmanager/jobmanager.controller.js commit 797483f22727cebf94673c2b103c20854aead217 Author: CloverHearts <cloverhearts...@gmail.com> Date: 2016-10-05T08:13:47Z move to no named function filter to named function filter commit dc4f09827fe2b081e51111d5c814606bfc118c05 Author: CloverHearts <cloverhearts...@gmail.com> Date: 2016-10-12T04:11:13Z Merge branch 'master' into ZEPPELIN-FILTERBAR-JOBMANAGER # Conflicts: # zeppelin-web/src/app/jobmanager/jobmanager.controller.js commit 41488f47a4bb8851c35187a38997ad1f674257e8 Author: CloverHearts <cloverhearts...@gmail.com> Date: 2016-10-12T04:11:38Z create new file for job manager filter in job controller.js commit 96b447c2cc8048c1c065ae0d314c9fcce56ab816 Author: CloverHearts <cloverhearts...@gmail.com> Date: 2016-10-12T04:34:17Z change font family normal to inherit commit d9bd8c19b18fbb6fbc5bb648ce2f850fec20948b Author: CloverHearts <cloverhearts...@gmail.com> Date: 2016-10-12T04:36:35Z change filter result text for empty data in jobmanager -> Data does not exist to No Job found commit ba2428cec8ad9c9fcd554b75d27f588bd7f60354 Author: CloverHearts <cloverhearts...@gmail.com> Date: 2016-10-12T04:38:18Z remove legend (ready, abort.. ) in jobmanager commit 41f95d2f72a4b1cf65b9659aa2f539beb7c38b98 Author: CloverHearts <cloverhearts...@gmail.com> Date: 2016-10-12T05:09:34Z Revert "remove legend (ready, abort.. ) in jobmanager" This reverts commit ba2428cec8ad9c9fcd554b75d27f588bd7f60354. ---- --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastruct...@apache.org or file a JIRA ticket with INFRA. ---