Commit Graph

11 Commits

Author SHA1 Message Date
winniehell 572f9782d5 Remove .es6 from file extensions (!9241) 2017-03-05 21:22:40 +01:00
Bryce Johnson b93ca73e22 Refactor SearchAutocomplete to ES6 class syntax. 2016-10-05 11:25:01 +02:00
Fatih Acet a584662ce8 Merge branch 'cs-inline-js-search' into 'master'
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
2016-09-27 09:47:34 +00:00
Jared Deckard 7f6474b269 Restore comments lost when converting CoffeeScript to JavaScript 2016-09-08 12:23:12 -05:00
Alfredo Sumaran 4b720875a1 Tidy up the code a bit 2016-08-26 14:50:52 -05:00
Connor Shea 909d2d8b31 Remove inline JavaScript for Search autocomplete. 2016-08-26 14:50:52 -05:00
Luke Bennett 8ade825860
review changes 2016-08-19 17:17:17 +01:00
Luke Bennett 2f8fada6c0
Fixed conflicts 2016-08-18 23:46:23 +01:00
Luke Bennett 49c7ca2a27
Fixed spec and improved formatting 2016-08-18 18:17:56 +01:00
Luke Bennett dcf09a532b
Moved changes across to es5 and changed spec to es6 2016-08-18 18:17:56 +01:00
Fatih Acet aaa9509d12 ES6ify all the things! 2016-07-24 23:45:11 +03:00