summaryrefslogtreecommitdiff
path: root/app/assets/javascripts/filtered_search
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'issue-boards-new-search-bar' into 'master' Filipa Lacerda2017-03-141-3/+18
|\
| * Handle clear search asyncPhil Hughes2017-03-081-0/+5
| * Stop droplab from destroying itself is handled asyncPhil Hughes2017-03-081-2/+8
| * Changed storePhil Hughes2017-03-081-2/+6
* | Organize our polyfills and standardize on core-jsMike Greiling2017-03-132-2/+7
* | Prevent visual token dropdown from opening the wrong filter dropdownfix-visual-tokensClement Ho2017-03-083-22/+43
|/
* Merge branch 'filtered-search-visual-tokens-improvements' into 'master' Alfredo Sumaran2017-03-081-0/+1
|\
| * Code improvementsfiltered-search-visual-tokens-improvementsClement Ho2017-03-071-0/+1
* | Merge branch 'fix-fs-edit-dropdown' into 'master' Alfredo Sumaran2017-03-081-3/+5
|\ \
| * | Fix filtered search visual token editing dropdownfix-fs-edit-dropdownClement Ho2017-03-071-3/+5
| |/
* | Fix edit last visual tokenfix-edit-last-visual-tokenClement Ho2017-03-071-2/+2
|/
* Add filtered search visual tokensfiltered-search-visual-tokensClement Ho2017-03-078-78/+447
* Remove .es6 from file extensions (!9241)winniehell2017-03-059-0/+0
* Fix #27840 - Improve the search bar experience on mobilePratik Borsadiya2017-02-241-1/+5
* remove require.context from filtered_search_bundleremove-require-context-filtered-search-bundleMike Greiling2017-02-221-3/+9
* Add filtered search to MR pageadd-filtered-search-to-mrClement Ho2017-02-214-36/+41
* Allow searching issues for strings containing colonsSimon Knox2017-02-212-2/+5
* fix failing karma testMike Greiling2017-02-091-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-072-4/+5
* Fix filtered search user autocomplete for gitlab instances that are hosted on...27343-autocomplete-post-to-wrong-url-when-not-hosting-in-rootClement Ho2017-02-061-1/+1
* Merge branch 'master' into go-go-gadget-webpackMike Greiling2017-02-032-7/+7
|\
| * Remove turbolinks.Bryce Johnson2017-02-022-7/+7
* | Merge branch 'master' into webpackMike Greiling2017-02-021-1/+8
|\ \ | |/
| * Merge branch 'fix-filtering-username-with-multiple-words' into 'master' Filipa Lacerda2017-02-011-1/+8
| |\
| | * Fix filtering usernames with multiple wordsfix-filtering-username-with-multiple-wordsClement Ho2017-01-271-1/+8
* | | Merge branch 'master' into go-go-gadget-webpackMike Greiling2017-01-282-3/+10
|\ \ \ | |/ /
| * | Merge branch '27248-filtered-search-does-not-allow-filtering-labels-with-mult...Filipa Lacerda2017-01-271-2/+8
| |\ \ | | |/
| | * Fix filtering with multiple words27248-filtered-search-does-not-allow-filtering-labels-with-multiple-wordsClement Ho2017-01-271-2/+8
| * | Merge branch 'fix-search-bar-search-param' into 'master' Filipa Lacerda2017-01-271-1/+2
| |\ \ | | |/ | |/|
| | * Fix search bar search param encodingfix-search-bar-search-paramClement Ho2017-01-271-1/+2
* | | Merge branch 'master' into go-go-gadget-webpackMike Greiling2017-01-278-36/+175
|\ \ \ | |/ /
| * | Fix filtered search so that labels selected from discussion notes display cor...27124-search-bar-does-not-load-discussion-notes-selected-labelsClement Ho2017-01-251-1/+14
| |/
| * Merge branch 'filtered-search-keyboard-navigation' into 'master'Jacob Schatz2017-01-252-4/+17
| |\
| | * Fixed replacing with a space after a colonfiltered-search-keyboard-navigationPhil Hughes2017-01-231-1/+1
| | * Fixed keyboard navigation not working in filtered search barPhil Hughes2017-01-231-3/+16
| * | add a space after selecting a dropdown itemMike Greiling2017-01-212-2/+11
| * | allow issue filter submission by clicking "Keep typing and press enter"Mike Greiling2017-01-213-0/+17
| |/
| * Introduced an offset limit to prevent the dropdown from going far rightJose Ivan Vargas2017-01-211-1/+9
| * Merge branch 'issue-search-token-position' into 'master' Jacob Schatz2017-01-216-32/+84
| |\
| | * Fixed issue with multiple words not filtering correctlyPhil Hughes2017-01-211-4/+1
| | * Fixed failing JS specsPhil Hughes2017-01-212-3/+1
| | * Places dropdown at cursor positionPhil Hughes2017-01-211-1/+2
| | * Added comments to regexPhil Hughes2017-01-211-0/+2
| | * Fixed bug with hint not showing when in middle of textPhil Hughes2017-01-214-22/+16
| | * Fixed caret not moving correctlyPhil Hughes2017-01-212-2/+2
| | * Fixed issue when label or milestone had spacePhil Hughes2017-01-212-6/+15
| | * Fixed bug replacing full input valuePhil Hughes2017-01-212-6/+9
| | * Added testsPhil Hughes2017-01-212-12/+22
| | * Trigger filter on clickPhil Hughes2017-01-211-4/+11