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
2018-01-10Fix 500 when visiting a commit where blobs do not exist (nil blobs)Eric Eastwood
Fix https://gitlab.com/gitlab-org/gitlab-ce/issues/41491
2017-12-22Replace '.team << [user, role]' with 'add_role(user)' in specsblackst0ne
2017-08-30Replace 'project/user_lookup.feature' spinach test with an rspec analogblackst0ne
2017-02-07Add testsDouwe Maan
2017-01-18Ensure group acts as a namespace for polymorphic routesRémy Coutable
Signed-off-by: Rémy Coutable <remy@rymai.me>
2016-11-17Fix pipelines specAnnabel Dunstone Gray
2016-08-17Add a test for the cherry pick dropdown.Connor Shea
2016-07-01Enable Style/EmptyLines cop, remove redundant onesGrzegorz Bizon
2016-06-13Only show branches for revert / cherry-pickSean McGivern
Tags are immutable, so we can't add a commit to either revert or cherry-pick another commit to them.
2016-04-22Move cherry-pick feature specs to proper directoryGrzegorz Bizon