summaryrefslogtreecommitdiff
path: root/app/assets/javascripts/filtered_search/filtered_search_manager.js.es6
Commit message (Expand)AuthorAgeFilesLines
* Remove .es6 from file extensions (!9241)winniehell2017-03-051-231/+0
* Add filtered search to MR pageadd-filtered-search-to-mrClement Ho2017-02-211-7/+8
* Allow searching issues for strings containing colonsSimon Knox2017-02-211-1/+1
* Add tests27756-fix-json-404-responseAlfredo Sumaran2017-02-071-1/+1
* Fixes ajax requests when current URL has a trailing slashAlfredo Sumaran2017-02-071-1/+1
* Remove turbolinks.Bryce Johnson2017-02-021-5/+5
* Fix search bar search param encodingfix-search-bar-search-paramClement Ho2017-01-271-1/+2
* Merge branch 'filtered-search-keyboard-navigation' into 'master'Jacob Schatz2017-01-251-3/+16
|\
| * Fixed keyboard navigation not working in filtered search barPhil Hughes2017-01-231-3/+16
* | allow issue filter submission by clicking "Keep typing and press enter"Mike Greiling2017-01-211-0/+8
|/
* Added testsPhil Hughes2017-01-211-6/+1
* Trigger filter on clickPhil Hughes2017-01-211-4/+11
* Correctly replaces string when selecting in dropdownPhil Hughes2017-01-211-1/+2
* Opens dropdown correctlyPhil Hughes2017-01-211-1/+10
* Filtered search input click back at tokenPhil Hughes2017-01-211-0/+1
* pass username and id associations needed in the frontend26955-handle-legacy-issue-filter-paramsMike Greiling2017-01-201-0/+24
* Fix javascript error for when there are no issuesClement Ho2017-01-091-7/+10
* Fix specsClement Ho2017-01-091-1/+8
* Refactor and use regex for string processingClement Ho2017-01-091-11/+3
* Make changes to make it more flexible for new filtersClement Ho2017-01-091-3/+9
* Fix eslintClement Ho2017-01-091-0/+2
* Fix eslintClement Ho2017-01-091-7/+8
* Simplify if else to make code easier to understandClement Ho2017-01-091-4/+5
* Refactor FilteredSearchTokenKeys modelClement Ho2017-01-091-31/+17
* Refactor getUrlParamsArray()Clement Ho2017-01-091-3/+1
* Use turbolinks instead of window.locationClement Ho2017-01-091-1/+1
* Add getParameterByNameClement Ho2017-01-091-16/+2
* Convert string concatenations with an array joinClement Ho2017-01-091-14/+11
* Move functions into classClement Ho2017-01-091-83/+81
* Reduce over-verbosenessClement Ho2017-01-091-4/+2
* Fix regex for +Clement Ho2017-01-091-1/+1
* Remove unnecessary stopPropagationClement Ho2017-01-091-2/+0
* Add support for delete keyClement Ho2017-01-091-1/+3
* Add comments to resolve todosClement Ho2017-01-091-3/+3
* Refactor and add commentsClement Ho2017-01-091-4/+5
* Refactor filtered search managerClement Ho2017-01-091-153/+7
* Refactor dropdown filtersClement Ho2017-01-091-5/+11
* Add missing space for extracting paramsClement Ho2017-01-091-0/+1
* Fixed bug where filters were not being reset after being clearedClement Ho2017-01-091-3/+4
* Reset filters when clear search is clickedClement Ho2017-01-091-0/+3
* Fix clear button so that it resets the dropdowns properlyClement Ho2017-01-091-0/+8
* Reposition dropdown when backspace is hitClement Ho2017-01-091-12/+33
* Prevent droplab from opening dropdown by cleaning itClement Ho2017-01-091-0/+4
* Fix clear buttonClement Ho2017-01-091-3/+14
* Code cleanupClement Ho2017-01-091-113/+81
* Fix turbolinks issue by cleaning up droplab on page:changeClement Ho2017-01-091-0/+19
* Update droplabClement Ho2017-01-091-12/+30
* Reset filters after clear searchClement Ho2017-01-091-11/+18
* Add font to dropdown offset calculationClement Ho2017-01-091-4/+9
* Add escape quotations for selected labels from dropdownClement Ho2017-01-091-1/+6