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 (Expand)Author
2016-11-18Precalculate user's authorized projects in databaseAhmad Sherif
2016-11-16Defer saving project services to the database if there are no user changesAdam Niedzielski
2016-11-04Refine Git garbage collectionJacob Vosmaer
2016-11-01Fix project features default valuesFelipe Artur
2016-10-28Check if repository already exists before trying to re-import itAhmad Sherif
2016-10-19Recreates missing group labels when moving project to another groupDouglas Barbosa Alexandre
2016-10-06Merge commit 'dev/security' into 'master'Rémy Coutable
2016-10-05Fix project deletion when feature visibility is set to privateStan Hu
2016-09-29fix broken repo 500 errors in UI and added relevant specsJames Lopez
2016-09-27Enforce the fork_project permission in Projects::CreateServiceNick Thomas
2016-09-19Reset pushes_since_gc counter before specs run to ensure starting point is 0Stan Hu
2016-09-13Move pushes_since_gc to RedisYorick Peterse
2016-09-01Project tools visibility levelFelipe Artur
2016-08-09adds second batch of tests changed to active tensetiagonbotelho
2016-08-08Namespace EnableDeployKeyService under ProjectsZ.J. van de Weg
2016-07-19Get rid of `is_image` in FileUploaderRémy Coutable
2016-07-12Reset project pushes_since_gc when we enqueue the git gc callPaco Guzman
2016-07-12Expire the branch cache after `git gc` runsStan Hu
2016-07-01Enable Style/EmptyLines cop, remove redundant onesGrzegorz Bizon
2016-06-30Refactor repository paths handling to allow multiple git mount pointsAlejandro Rodríguez
2016-06-14Project members with guest role can't access confidential issuesDouglas Barbosa Alexandre
2016-06-08Make Omniauth providers specs to not modify global configurationKamil Trzcinski
2016-06-03fix import service specJames Lopez
2016-05-25Fix forks creation when visibility level is restrictedFelipe Artur
2016-05-17Use container registry config stubKamil Trzcinski
2016-05-17Improve test coverageKamil Trzcinski
2016-05-09Enable the Rubocop DeprecatedClassMethods copConnor Shea
2016-04-27Backport GitHub Enterprise import support from EEStan Hu
2016-04-13Setup visibility level for project when transfering for a groupFelipe Artur
2016-04-05Flush repository cache before import project dataDouglas Barbosa Alexandre
2016-04-04Merge branch 'fix_remove_fork_link' into 'master' Douwe Maan
2016-04-03Fix rubocop in unlink fork service specsBaldinof
2016-03-22Move unlink fork logic to a serviceBaldinof
2016-03-18Merge branch 'no-gc-retry' into 'master' Robert Speicher
2016-03-18Fix HousekeepingService testsJacob Vosmaer
2016-03-18Restrict access for confidential issues on autocompleteDouglas Barbosa Alexandre
2016-03-15Use an exception to pass messagesJacob Vosmaer
2016-03-14Use strings instead of symbolsJacob Vosmaer
2016-03-14Run 'git gc' every 10 pushesJacob Vosmaer
2016-03-14Allow project housekeeping only once an hourJacob Vosmaer
2016-03-09Make better use of the `visibility_level` factory traitsRobert Speicher
2016-01-26Extract Projects::ImportService service from RepositoryImportWorkerDouglas Barbosa Alexandre
2016-01-19Fix creator should be added as a master of the project on creationDouglas Barbosa Alexandre
2016-01-08DRY up upload and download servicesDouwe Maan
2015-12-24Add some specs for forked project visibility_level casesTomasz Maczukin
2015-12-09Add spec for invalid options in project creationStan Hu
2015-12-09Tag service specsDouwe Maan
2015-11-18Fix specsDouwe Maan
2015-11-13Expose CI enable option in project featuresKamil Trzcinski
2015-10-14Fix: Images cannot show when projects' path was changedValery Sizov