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-06-16Order merge requests by priorityFelipe Artur
2017-06-16Remove Drag and drop and sorting from milestone viewFelipe Artur
2017-06-14Fix milestone page assignees when dropped in ongoing listEric Eastwood
Fix https://gitlab.com/gitlab-org/gitlab-ce/issues/32861
2017-04-28Moved sort endpoints into data attributesPhil Hughes
2017-04-26Fixed tabs loading the ajax request twicePhil Hughes
2017-04-26Change the hash when changing tabPhil Hughes
This allows the tab to be loaded by default when the page loads & the hash is present
2017-04-26Load milestone tabs asynchronouslyPhil Hughes
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-02-06Removed jQuery UI sortablePhil Hughes
2017-01-19resolve all padded-blocks eslint violationsMike Greiling
2016-12-14resolve all instances of no-undef eslint rule violationsMike Greiling
2016-11-15explicitly disable eslint inlineLuke "Jared" Bennett
2016-10-26disable ESLint for all JavaScript fileswinniehell
2016-09-08Restore comments lost when converting CoffeeScript to JavaScriptJared Deckard
2016-07-24ES6ify all the things!Fatih Acet