summaryrefslogtreecommitdiff
path: root/app/assets/javascripts/new_branch_form.js
Commit message (Collapse)AuthorAgeFilesLines
* require jQuery to be explicitly importedremove-jquery-globalsMike Greiling2018-03-091-0/+2
|
* Export code as ES6 modules38869-milestoneFilipa Lacerda2017-11-201-86/+82
|
* Replace broken autocomplete field for new tags with dropdownWinnie Hellmann2017-05-161-44/+3
|
* remove unnecessary indexOf polyfillsremove-needless-bind-polyfillsMike Greiling2017-05-081-2/+2
|
* remove bind polyfill from new_branch_form.jsMike Greiling2017-05-081-3/+2
|
* Resolve "Web GUI: Unable to create new branch from commit SHA"Luke "Jared" Bennett2017-05-041-0/+16
|
* Keep consistent in handling indexOf resultsTakuya Noguchi2017-02-251-1/+1
|
* Merge branch 'remove-jquery-ui-plugins' into 'master' Jacob Schatz2017-02-241-5/+25
|\ | | | | | | | | Removed jQuery UI highlight & autocomplete See merge request !8420
| * Removed jQuery UI highlight & autocompleteremove-jquery-ui-pluginsPhil Hughes2017-02-091-5/+25
| | | | | | | | In an effort to tackle #18437 this removes 2 of the jQuery UI plugins. Highlight & autocomplete, both used once in our code. Highlight was just removed easily, autocomplete was replaced with GL dropdown
* | replace implicit this == window with explicit bindingMike Greiling2017-02-171-1/+1
|/
* resolve all x-spacing and no-spaced-x eslint violationsMike Greiling2017-01-181-2/+2
|
* resolve all padded-blocks eslint violationsMike Greiling2017-01-181-3/+1
|
* resolve all no-plusplus eslint violationsMike Greiling2017-01-181-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
|
* ES6ify all the things!Fatih Acet2016-07-241-0/+104