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> https://cloud.githubusercontent.com/assets/10060731/20595003/a69386ce-b27b-11e6-936f-dc6f78db7e94.gif ### 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. commit 6f84a991e2aae36e6d8f2ecdba77128efacc86ee Author: CloverHearts <cloverhearts...@gmail.com> Date: 2016-10-12T08:51:53Z Merge branch 'master' into ZEPPELIN-FILTERBAR-JOBMANAGER commit 95f4f0eab938e77bf0de60c6248809c049343f16 Author: CloverHearts <cloverhearts...@gmail.com> Date: 2016-11-21T16:42:34Z Merge branch 'master' into ZEPPELIN-FILTERBAR-JOBMANAGER # Conflicts: # zeppelin-web/src/app/jobmanager/jobmanager.controller.js commit d975a3df1d4733b9f022140e63831096542ba5da Author: CloverHearts <cloverhearts...@gmail.com> Date: 2016-11-21T17:02:58Z change name for filter variable notebook -> notename commit 0ccaad7b7091b72e090dff922676f220c9be46de Author: CloverHearts <cloverhearts...@gmail.com> Date: 2016-11-21T17:43:20Z add search button commit 507b947996aac95e5d4cf8fb815213c07e31f77b Author: CloverHearts <cloverhearts...@gmail.com> Date: 2016-11-21T17:58:07Z fix indent commit 4d5a4b83278f25da0c3d6d059c3c65e92ee63084 Author: CloverHearts <cloverhearts...@gmail.com> Date: 2016-11-24T04:47:25Z Merge branch 'master' into ZEPPELIN-FILTERBAR-JOBMANAGER commit 168c8f661856f17995f2ce2a59a109c7a1451ed6 Author: CloverHearts <cloverhearts...@gmail.com> Date: 2016-11-25T12:00:25Z add margin commit b159f957560440bb70cfa3ac067ff485d907f1af Author: CloverHearts <cloverhearts...@gmail.com> Date: 2016-11-29T04:35:03Z Merge branch 'master' into ZEPPELIN-FILTERBAR-JOBMANAGER commit 374f5c6fb166cf5df1f1f059bee854c37631ba58 Author: CloverHearts <cloverhearts...@gmail.com> Date: 2016-11-29T06:10:15Z fixed undefined interpreter select box name and css style ---- --- 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. ---