summaryrefslogtreecommitdiff
path: root/app/assets/javascripts/new_branch_form.js
Commit message (Collapse)AuthorAgeFilesLines
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-03-181-1/+1
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-11-151-10/+8
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-11-151-16/+12
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-09-241-3/+3
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-09-241-2/+2
|
* Disable unnecessary ESLint i18n offencesBrandon Labuschagne2019-06-131-1/+1
| | | | | | | | Unnecessary offences include false positives as well as flagged errors which have follow up issues in order to be addressed. Not all issues have been addressed before this being submitted in the spirit of results and iteration.
* Prettify additional modules (I through Z)Mike Greiling2018-10-161-7/+7
|
* Resolve "Harmonize prettier and eslint configs"Mike Greiling2018-10-091-1/+1
|
* Enable "prefer-destructuring" in JS filesgfyoung2018-06-251-1/+1
| | | | Partially addresses #47006.
* remove all unused eslint-disable rulesLukas Eipert2018-06-201-1/+1
|
* 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