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-01-26Use `empty_project` where possible in controller specsRobert Speicher
2016-09-27Enforce the fork_project permission in Projects::CreateServiceNick Thomas
Projects::ForkService delegates to this service almost entirely, but needed one small change so it would propagate create errors correctly. CreateService#execute needs significant refactoring; it is now right at the complexity limit set by Rubocop. I avoided doing so in this commit to keep the diff as small as possible. Several tests depend on the insecure behaviour of ForkService, so fi them up at the same time.
2016-07-01Enable Style/EmptyLines cop, remove redundant onesGrzegorz Bizon
2016-06-27Use HTTP matchers if possibleZ.J. van de Weg
2016-05-08Add specs for user routing and update spec for user controllerLong Nguyen
2016-04-18Insert users check into apiFelipe Artur
2016-04-18Code fixesFelipe Artur
2016-04-18Fix specsFelipe Artur
2016-04-18Fix codeFelipe Artur
2016-04-18Add specs and fix codeFelipe Artur
2016-02-22include contributions from forked projects on profile calendarJames Lopez
2015-11-18Refactor UsersController to not kill the databaseYorick Peterse
Previously this controller would in multiple places load tons (read: around 65000) project and/or group IDs into memory. These changes in combination with the previous commits significantly cut down loading times of user profile pages and the Atom feeds of users.
2015-07-19Make username parameter for Users#show case-insensitiveRobert Speicher
Closes #2012
2015-03-22Fix user controller specsDmitriy Zaporozhets
2015-03-18Extend the commit calendar to show the actual commits for a dateHannes Rosenögger
2015-01-29Improve user calendar authentification and testsDmitriy Zaporozhets
2015-01-29Cleanup and make contribution calendar fasterDmitriy Zaporozhets
2015-01-29Add a commit calendar to the user profileHannes Rosenögger