Skip to content

[ZEPPELIN-2512] Prevent slow note, interpreter search. (master, branch-0.7) - #2324

Closed
1ambda wants to merge 2 commits into
apache:masterfrom
1ambda:ZEPPELIN-2512/add-debounce-for-search-inputs
Closed

[ZEPPELIN-2512] Prevent slow note, interpreter search. (master, branch-0.7)#2324
1ambda wants to merge 2 commits into
apache:masterfrom
1ambda:ZEPPELIN-2512/add-debounce-for-search-inputs

Conversation

@1ambda

Copy link
Copy Markdown
Member

What is this PR for?

Use debounce in search input to avoid the slow search.

See more:

image

What type of PR is it?

[Improvement]

Todos

NONE

What is the Jira issue?

ZEPPELIN-2512

How should this be tested?

  1. Create many notes with different names. (50+)
  2. Search using note name filter in home and navbar.
  3. Do the same thing for interpreters in the interpreter page

Screenshots (if appropriate)

NONE

Questions:

  • Does the licenses files need update? - NO
  • Is there breaking changes for older versions? - NO
  • Does this needs documentation? - NO

@1ambda1ambda changed the title [ZEPPELIN-2512] Precent slow note, interpreter search. (master, branch-0.7)[ZEPPELIN-2512] Prevent slow note, interpreter search. (master, branch-0.7)May 8, 2017
@1ambda
1ambdaforce-pushed the ZEPPELIN-2512/add-debounce-for-search-inputs branch from 33e0942 to 8730614CompareMay 9, 2017 04:56
@Leemoonsoo

Leemoonsoo commented May 9, 2017

Copy link
Copy Markdown
Member

Tested with 200+ notebooks and it really helps!
LGTM!

CI failure looks irrlevant but could you restart failed job?
https://travis-ci.org/1ambda/zeppelin/builds/230215692

@1ambda1ambda closed this May 9, 2017
@1ambda1ambda reopened this May 9, 2017
@1ambda1ambda closed this May 9, 2017
@1ambda1ambda reopened this May 9, 2017
@1ambda

1ambda commented May 10, 2017

Copy link
Copy Markdown
MemberAuthor

@1ambda
1ambdaforce-pushed the ZEPPELIN-2512/add-debounce-for-search-inputs branch from 8730614 to 20292fbCompareMay 13, 2017 12:07
@1ambda1ambda closed this May 13, 2017
@1ambda1ambda reopened this May 13, 2017
@Leemoonsoo

Copy link
Copy Markdown
Member

Merge to master if no further comments!

asfgit pushed a commit that referenced this pull request May 15, 2017
…h-0.7)
### What is this PR for?
Use debounce in search input to avoid the slow search.
See more:
![image](https://cloud.githubusercontent.com/assets/4968473/25814653/3be8890e-3459-11e7-9be2-6a440ab41861.png)
### What type of PR is it?
[Improvement]
### Todos
NONE
### What is the Jira issue?
[ZEPPELIN-2512](https://issues.apache.org/jira/browse/ZEPPELIN-2512)
### How should this be tested?
1. Create many notes with different names. (50+)
2. Search using note name filter in home and navbar.
3. Do the same thing for interpreters in the interpreter page
### Screenshots (if appropriate)
NONE
### Questions:
* Does the licenses files need update? - NO
* Is there breaking changes for older versions? - NO
* Does this needs documentation? - NO
Author: 1ambda <1amb4a@gmail.com>
Closes#2324 from 1ambda/ZEPPELIN-2512/add-debounce-for-search-inputs and squashes the following commits:
20292fb [1ambda] feat: Add debounce for interpreter search input
b792ee5 [1ambda] feat: Add debounce for note name filter
(cherry picked from commit 164db07)
Signed-off-by: Lee moon soo <moon@apache.org>
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants

@1ambda@Leemoonsoo