summaryrefslogtreecommitdiff
path: root/app/assets/javascripts/search_autocomplete.js
Commit message (Expand)AuthorAgeFilesLines
* Disable unnecessary ESLint i18n offencesBrandon Labuschagne2019-06-131-0/+2
* Comply with `no-implicit-coercion` rule (CE)Nathan Friend2019-06-031-2/+2
* Fix search dropdown not closing on blur if emptyfix-search-dropdown-blur-closeLuke Bennett2019-05-311-1/+1
* Fix loading.. dropdown at search fieldPavel Chausov2019-05-221-0/+1
* I18N JS files starting with sjs-i18n-sBrandon Labuschagne2019-05-211-2/+2
* Fix testsHeinrich Lee Yu2018-11-131-5/+4
* Prettify remaining files with differences in CE and EEMike Greiling2018-10-311-1/+3
* Fix search "all in GitLab" not working with relative URLssh-fix-search-relative-urlsStan Hu2018-10-281-2/+2
* Resolve "Harmonize prettier and eslint configs"Mike Greiling2018-10-091-1/+1
* Move search autocomplete from dispatcher to main.jsMike Greiling2018-09-141-1/+5
* Resolve "Frontend for clarifying the usefulness of the search bar"Dennis Tang2018-08-071-114/+149
* Resolve "Top nav search bar produces console error when unauthenticated"Dennis Tang2018-08-021-1/+5
* Resolve "Search dropdown hides & shows when typing"Clement Ho2018-06-271-3/+3
* remove all unused eslint-disable rulesLukas Eipert2018-06-201-1/+1
* Enable no-restricted-globals in JS filesgfyoung2018-06-151-1/+1
* Check if at least one filter is set on dashboardJan Provaznik2018-04-031-4/+4
* require jQuery to be explicitly importedremove-jquery-globalsMike Greiling2018-03-091-0/+2
* Rest of Dispatcher RefactorJacob Schatz2018-02-211-0/+1
* Update to jQuery 3.Jacob Schatz2018-02-201-12/+12
* Converted search_autocomplete.js to use axiossearch-autocomplete-axiosPhil Hughes2018-02-061-16/+23
* Export old code into es6 modulesFilipa Lacerda2017-12-131-386/+383
* Updates the dropdown to match the docs and remove old hack of stop event prop...35773-search-box-close-dropdownFilipa Lacerda2017-12-061-68/+75
* Revert to adding open class to dropdownsAnnabel Dunstone Gray2017-12-051-3/+2
* Close all open dropdowns when search input is clickedAnnabel Dunstone Gray2017-12-051-0/+3
* Fixes 404 error to `Issues assigned to me` and `Issues I've created` when iss...Jacopo2017-11-061-2/+14
* FIxed the clearing icon + jumping of fluid nav baricons-update-nav-barsTim Zallmann2017-09-291-0/+1
* Use modules in common utilsFilipa Lacerda2017-09-091-6/+7
* Remove focus styles from dropdown empty link37023-remove-focus-styles-from-dropdown-empty-linkEric Eastwood2017-09-051-1/+1
* Remove .es6 from file extensions (!9241)winniehell2017-03-051-0/+432
* Refactor SearchAutocomplete to ES6 class syntax.Bryce Johnson2016-10-051-429/+0
* Merge branch 'cs-inline-js-search' into 'master' Fatih Acet2016-09-271-0/+37
|\
| * Tidy up the code a bitcs-inline-js-searchAlfredo Sumaran2016-08-261-18/+17
| * Remove inline JavaScript for Search autocomplete.Connor Shea2016-08-261-0/+38
* | Restore comments lost when converting CoffeeScript to JavaScriptJared Deckard2016-09-081-0/+22
|/
* review changeslbennett/gitlab-ce-17465-search-for-project-with-cursor-keysLuke Bennett2016-08-191-3/+3
* Fixed conflictsLuke Bennett2016-08-181-1/+1
* Fixed spec and improved formattingLuke Bennett2016-08-181-1/+1
* Moved changes across to es5 and changed spec to es6Luke Bennett2016-08-181-4/+14
* ES6ify all the things!Fatih Acet2016-07-241-0/+360