summaryrefslogtreecommitdiff
path: root/app/assets/javascripts/search_autocomplete.js
Commit message (Collapse)AuthorAgeFilesLines
* 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
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Remove inline JavaScript for Search autocomplete ## What does this MR do? Remove inline JavaScript from the search partial for Search autocomplete. ## Are there points in the code the reviewer needs to double check? That this doesn't break anything (it didn't when I tested it!) ## Why was this MR needed? Inline scripts are bad, this removes a few of them. ## What are the relevant issue numbers? #18231 and #19866 ## Does this MR meet the acceptance criteria? - Tests - [ ] All builds are passing - [x] Conform by the [style guides](https://gitlab.com/gitlab-org/gitlab-ce/blob/master/CONTRIBUTING.md#style-guides) - [x] Branch has no merge conflicts with `master` (if you do - rebase it please) - [x] [Squashed related commits together](https://git-scm.com/book/en/Git-Tools-Rewriting-History#Squashing-Commits) See merge request !5284
| * 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