summaryrefslogtreecommitdiff
path: root/app/assets/javascripts/search_autocomplete.js.es6
Commit message (Expand)AuthorAgeFilesLines
* Remove .es6 from file extensions (!9241)winniehell2017-03-051-432/+0
* Add filtered search to MR pageadd-filtered-search-to-mrClement Ho2017-02-211-2/+2
* Merge branch '25312-search-input-cmd-click-issue' into 'master' Fatih Acet2017-01-251-1/+6
|\
| * Prevent removing fields from dropdowns on input elementsSam Rose2017-01-251-1/+6
* | resolve all indent eslint violationsMike Greiling2017-01-181-3/+3
* | resolve all padded-blocks eslint violationsMike Greiling2017-01-181-4/+1
* | resolve all semi and no-extra-semi eslint violationsMike Greiling2017-01-181-5/+5
* | resolve all no-plusplus eslint violationsMike Greiling2017-01-181-4/+4
|/
* Add username to gonClement Ho2017-01-091-3/+4
* expand remaining non-explicit eslint-disable blocks and factor out globals wh...Mike Greiling2016-12-131-1/+2
* disable ESLint for all JavaScript fileswinniehell2016-10-261-0/+1
* Refactor IssuesBulkAssignment to ES6.Bryce Johnson2016-10-051-6/+6
* Set defaults in constructor, in case opts are undefined.Bryce Johnson2016-10-051-13/+6
* Pass default opts.Bryce Johnson2016-10-051-1/+2
* Make use of destructuring options, clean up based on feedback.Bryce Johnson2016-10-051-13/+22
* Use parentheses in IFFE's as per AirBnb styleguide.Bryce Johnson2016-10-051-1/+1
* Refactor SearchAutocomplete to ES6 class syntax.Bryce Johnson2016-10-051-0/+424