Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2017-05-16Replace broken autocomplete field for new tags with dropdownWinnie Hellmann
2017-05-09remove unnecessary indexOf polyfillsMike Greiling
2017-05-09remove bind polyfill from new_branch_form.jsMike Greiling
2017-05-04Resolve "Web GUI: Unable to create new branch from commit SHA"Luke "Jared" Bennett
2017-02-25Keep consistent in handling indexOf resultsTakuya Noguchi
2017-02-24Merge branch 'remove-jquery-ui-plugins' into 'master' Jacob Schatz
Removed jQuery UI highlight & autocomplete See merge request !8420
2017-02-18replace implicit this == window with explicit bindingMike Greiling
2017-02-09Removed jQuery UI highlight & autocompletePhil Hughes
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
2017-01-19resolve all x-spacing and no-spaced-x eslint violationsMike Greiling
2017-01-19resolve all padded-blocks eslint violationsMike Greiling
2017-01-19resolve all no-plusplus eslint violationsMike Greiling
2016-11-15explicitly disable eslint inlineLuke "Jared" Bennett
2016-10-26disable ESLint for all JavaScript fileswinniehell
2016-07-24ES6ify all the things!Fatih Acet