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
2017-08-30Merge branch '2756-ee-to-ce-backport' into 'master'Douwe Maan
2017-08-30Backports EE 2756 logic to CE.Tiago Botelho
2017-08-25Don't treat gitlab project imports specially in Projects::CreateServiceNick Thomas
2017-08-25Don't add admins as masters to projects created in another user's namespaceNick Thomas
2017-08-25Move sidekiq-based project authorization refresh out of Projects::CreateServiceNick Thomas
2017-08-07After merge cleanupZ.J. van de Weg
2017-06-06backports changed import logic from pull mirroring feature into CETiago Botelho
2017-04-27Make namespace owner master of project upon creationToon Claes
2017-04-14Improve error messages when a record is unable to be created for a projectStan Hu
2017-03-02Use string based `visibility` getter & setterToon Claes
2017-02-07Update Rubocop to ruby 2.3Z.J. van de Weg
2017-01-23Extract set_project_name_from_path methodOswaldo Ferreira
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-10-06Merge commit 'dev/security' into 'master'Rémy Coutable
2016-10-04Skip wiki creation when GitHub project has wiki enabledDouglas Barbosa Alexandre
2016-09-27Enforce the fork_project permission in Projects::CreateServiceNick Thomas
2016-09-01Project tools visibility levelFelipe Artur
2016-06-15lots of refactoring again based on feedback. Changed the UI slightly and also...James Lopez
2016-06-14adding notifications stuff and more refactoring for exporting projectsJames Lopez
2016-06-14lots of refactoring to reuse import serviceJames Lopez
2016-06-03fix some issues and improved error output for forkingJames Lopez
2016-06-03fix create service error handling - missing setting import status to failedJames Lopez
2016-05-13removed transaction stuffJames Lopez
2016-05-12more changes based on MR feedbackJames Lopez
2016-05-12rename methodJames Lopez
2016-05-12fix silly typoJames Lopez
2016-05-11fix complexity of methodJames Lopez
2016-05-11trying to fix timing issue with import statusJames Lopez
2016-05-10create import data in serviceJames Lopez
2016-03-20Tweaks, refactoring, and specsDouwe Maan
2016-03-19Fix specsFelipe Artur
2016-03-18Improve group visibility level featureZeger-Jan van de Weg
2016-03-17Code improvements and add Create group serviceFelipe Artur
2016-03-10Prevent projects to have higher visibility than groupsFelipe Artur
2016-01-21Creator should be added as a master of the project on creationDouglas Barbosa Alexandre
2016-01-19Fix creator should be added as a master of the project on creationDouglas Barbosa Alexandre
2015-12-09Provide better diagnostic message upon project creation errorsStan Hu
2015-11-18Tweak code formatting.Douwe Maan
2015-10-29Removed extra activity update for new projectsYorick Peterse
2015-10-03Fix rubocop warnings in appGuilherme Garnier
2015-09-11Import forked repositories asynchronously to prevent large repositories from ...Stan Hu
2015-09-03Create labels in new projectValery Sizov
2015-07-25Create project services on Project creationRobert Speicher
2015-04-24Use Projects::CreateService to fork projects so that after-create hooks are run.Douwe Maan
2015-04-14Track who created a group or project member.Douwe Maan
2015-03-09Enforce restricted visibilities for snippetsVinnie Okada
2015-03-09Allow admins to override restricted visibilityVinnie Okada
2015-02-13Add "User created project Namespace / Project" eventDouwe Maan
2015-01-18Fix various typosSteven Burgart