summaryrefslogtreecommitdiff
path: root/app/assets/javascripts/search_autocomplete.js
Commit message (Expand)AuthorAgeFilesLines
* Add latest changes from gitlab-org/gitlab@14-2-stable-eev14.2.0-rc42GitLab Bot2021-08-191-4/+4
* Add latest changes from gitlab-org/gitlab@14-1-stable-eev14.1.0-rc42GitLab Bot2021-07-201-3/+7
* Add latest changes from gitlab-org/gitlab@13-9-stable-eev13.9.0-rc42GitLab Bot2021-02-181-3/+3
* Add latest changes from gitlab-org/gitlab@13-8-stable-eev13.8.0-rc42Robert Speicher2021-01-201-4/+4
* Add latest changes from gitlab-org/gitlab@13-7-stable-eev13.7.0-rc42GitLab Bot2020-12-171-0/+4
* Add latest changes from gitlab-org/gitlab@13-4-stable-eeGitLab Bot2020-09-191-5/+7
* Add latest changes from gitlab-org/gitlab@13-3-stable-eeGitLab Bot2020-08-201-0/+10
* Add latest changes from gitlab-org/gitlab@13-2-stable-eeGitLab Bot2020-07-201-0/+500
* Add latest changes from gitlab-org/gitlab@13-1-stable-eeGitLab Bot2020-06-181-482/+0
* Add latest changes from gitlab-org/gitlab@13-0-stable-eeGitLab Bot2020-05-201-2/+2
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-03-181-2/+2
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-11-181-17/+14
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-10-301-35/+10
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-10-211-4/+4
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-09-241-3/+3
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-09-181-2/+2
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-09-161-5/+4
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-09-131-4/+6
* 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