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-12-21Add more storage statisticsMarkus Koller
2016-12-20Fix error 500 renaming group. Also added specs and changelog.James Lopez
2016-12-16Merge branch 'dz-nested-groups-title-ui' into 'master' Sean McGivern
2016-12-15Refactor Namespace#parents methodDmitriy Zaporozhets
2016-12-13Add parents method to NamespaceDmitriy Zaporozhets
2016-12-13Show full path for nested groups at dashboard groups listDmitriy Zaporozhets
2016-12-12Modify namespace name and path validationDmitriy Zaporozhets
2016-12-09Merge branch 'dz-nested-groups' into 'master' Douwe Maan
2016-12-08Add nested groups support on data levelDmitriy Zaporozhets
2016-12-06Use :maximum instead of :within for length validators with a 0..N rangeRémy Coutable
2016-11-24Merge branch 'mrchrisw/add-namespace-logging' into 'master' Robert Speicher
2016-11-24Log mv_namespace parametersChris Wilson
2016-11-23Update user's authorized projects if project is allowed to share with groupAhmad Sherif
2016-10-07Correct namespace validation to forbid bad names #21077Will Starms
2016-10-07Add markdown cache columns to the database, but don't use them yetNick Thomas
2016-09-15Added group-specific setting for LFS.Patricio Cano
2016-08-12Fix bug where destroying a namespace would not always destroy projectsStan Hu
2016-06-30Refactor repository paths handling to allow multiple git mount pointsAlejandro Rodríguez
2016-05-14Merge branch 'docker-registry' into docker-registry-viewKamil Trzcinski
2016-05-13Fix specsKamil Trzcinski
2016-05-12Fix CI testsKamil Trzcinski
2016-05-09Block renaming project or repository if it has container registry tagsKamil Trzcinski
2016-05-09Remove the annotate gem and delete old annotationsJeroen van Baarsen
2016-05-06Annotate the modelsZeger-Jan van de Weg
2016-03-11Make Namespace.search case-insensitiveYorick Peterse
2016-01-06Annotate modelsStan Hu
2015-12-15Fixed Rubocop offensesGabriel Mazetto
2015-12-08Add custom NamespaceNameValidatorRobert Speicher
2015-12-08Add custom NamespaceValidatorRobert Speicher
2015-11-13Annotate modelsDmitriy Zaporozhets
2015-10-14Fix: Images cannot show when projects' path was changedValery Sizov
2015-10-01Note the original location of a moved project when notifying users of the moveValery Sizov
2015-08-11Revert "Merge branch 'revert-satellites' into 'master' "Dmitriy Zaporozhets
2015-08-11Revert "Merge branch 'drop-satellites'"Dmitriy Zaporozhets
2015-08-06Ensure old namespace directory exists before moving itDmitriy Zaporozhets
2015-07-15Remove satellitesDmitriy Zaporozhets
2015-06-03Skip repo removing whem remove user or groupDmitriy Zaporozhets
2015-06-03Remove projects before group/user. Remove namespace directory asyncDmitriy Zaporozhets
2015-04-24Revert "Rename namespace_regex to namespace_path_regex."Douwe Maan
2015-04-24Explain namespace clearn regex.Douwe Maan
2015-04-24Properly migrate users with usernames like "." or "..".Douwe Maan
2015-04-24Rename namespace_regex to namespace_path_regex.Douwe Maan
2015-04-17Fix username period migration to preserve uniqueness of names and paths.Douwe Maan
2015-04-08clean_path should drop all leading dashes, not just oneJ. Daniel Schmidt
2015-04-08clean_path should drop all trailing dots, not just oneJ. Daniel Schmidt
2015-04-08clean_path should not drop the last characterJ. Daniel Schmidt
2015-03-31Move files for moved namespaces.Douwe Maan
2015-03-27Don't allow username to end in period.Douwe Maan
2015-03-27Use more specific regexes.Douwe Maan
2015-03-27Move User.cleanup_username to Namespace.cleanup_path.Douwe Maan