summaryrefslogtreecommitdiff
path: root/spec/javascripts/search_autocomplete_spec.js
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'winh-remove-sushi' into 'master'Winnie Hellmann2019-03-261-2/+2
* Revert "Merge branch 'winh-remove-sushi' into 'master'"Filipa Lacerda2019-03-221-2/+2
* Remove .raw from JavaScript fixture file namesWinnie Hellmann2019-03-211-2/+2
* Change string concat to template stringHeinrich Lee Yu2018-11-131-2/+2
* Update documentationHeinrich Lee Yu2018-11-131-1/+1
* Fix testsHeinrich Lee Yu2018-11-131-4/+4
* enable jasmine/new-line-before-expectJohann Hubert Sonntagbauer2018-10-171-1/+4
* enable jasmine/new-line-between-declarationsJohann Hubert Sonntagbauer2018-10-091-0/+6
* Resolve "Harmonize prettier and eslint configs"Mike Greiling2018-10-091-1/+1
* Move search autocomplete from dispatcher to main.jsMike Greiling2018-09-141-2/+2
* remove all unused eslint-disable rulesLukas Eipert2018-06-201-1/+1
* fix more instances of "import *" with spyOnDependencyMike Greiling2018-04-231-4/+0
* Use template strings in search_autocomplete_spec.jsWinnie Hellmann2018-04-051-104/+110
* Fixed dashboard filtering testsJan Provaznik2018-04-031-4/+4
* require jQuery to be explicitly importedremove-jquery-globalsMike Greiling2018-03-091-0/+1
* Export old code into es6 modulesFilipa Lacerda2017-12-131-2/+2
* use exported methods instead of gl.utilsPhil Hughes2017-12-081-1/+2
* Updates the dropdown to match the docs and remove old hack of stop event prop...35773-search-box-close-dropdownFilipa Lacerda2017-12-061-2/+0
* Merge branch '20666-404-error-issue-assigned-with-issues-disabled' into 'master'Clement Ho2017-11-061-8/+22
|\
| * Fixes 404 error to `Issues assigned to me` and `Issues I've created` when iss...Jacopo2017-11-061-8/+22
* | Resolve "Convert fuzzaldrin-plus.js library to be a Yarn managed library"Tim Zallmann2017-11-011-1/+0
|/
* Cleanup data-page attribute after each Karma test38871-cleanup-data-page-attribute-after-karma-testEric Eastwood2017-10-111-11/+19
* update frontend specs to use ES module syntaxMike Greiling2017-05-161-4/+4
* Replace old isObject for underscore methodsFilipa Lacerda2017-05-101-1/+0
* Add filtered search to MR pageadd-filtered-search-to-mrClement Ho2017-02-211-2/+2
* fix overlooked window binding in spec filesremove-imports-loader-window-bindMike Greiling2017-02-171-1/+1
* 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-5/+10
* Merge branch 'master' into go-go-gadget-webpackMike Greiling2017-02-031-1/+1
|\
| * Remove turbolinks.Bryce Johnson2017-02-021-2/+0
* | Merge branch 'master' into go-go-gadget-webpackMike Greiling2017-01-271-2/+1
|\ \ | |/
| * resolve all padded-blocks eslint violationsMike Greiling2017-01-181-2/+1
* | Merge branch 'master' into go-go-gadget-webpackPhil Hughes2017-01-131-2/+4
|\ \ | |/
| * Fix search autocomplete jasmine testClement Ho2017-01-091-2/+4
* | bypass Chrome "focus" event bugs and prevent Turbolinks from triggeringMike Greiling2017-01-101-6/+8
* | use ~ to reference non-local scripts instead of resolve.rootMike Greiling2017-01-101-4/+4
* | include spec_helper within karma config rather than each individual testMike Greiling2017-01-101-1/+0
* | include common libraries within spec_helperMike Greiling2017-01-101-2/+0
* | fix spec_helper missing/broken referencesMike Greiling2017-01-101-0/+1
* | Swapped out teaspoon for karmaLuke "Jared" Bennett2017-01-101-9/+8
|/
* replace Teaspoon fixture methods with jasmine-jquery methods to reduce depend...Mike Greiling2017-01-051-2/+2
* update all frontend tests to point to precompiled fixturesMike Greiling2017-01-031-2/+2
* explicitly disable eslint inlineexplicitly-disable-eslint-inlineLuke "Jared" Bennett2016-11-151-1/+1
* disable ESLint for all JavaScript fileswinniehell2016-10-261-0/+1
* Prevent conflict b/w search field and its dropdownBrennan Roberts2016-10-101-1/+20
* Fix test for SearchAutocomplete.Bryce Johnson2016-10-051-1/+1
* Restore comments lost when converting CoffeeScript to JavaScriptJared Deckard2016-09-081-10/+4
* Fixed specsLuke Bennett2016-08-181-4/+4
* ES6ify all the things!Fatih Acet2016-07-241-0/+159