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
2018-02-13Ensure users can't create environments with leading or trailing slashes (Fixe...Dylan Griffith
2018-01-17Merge branch 'ac/41346-xss-ci-job-output' into 'security-10-3'Robert Speicher
2018-01-08Merge branch 'check-environment-regex' into 'master'Grzegorz Bizon
2017-11-16Update container repository path referenceGrzegorz Bizon
2017-10-05Add CI build trace sections extractorAlessio Caiazza
2017-08-22Enfouce namespace for Kubernetes to lowercaseShinya Maeda
2017-07-19Add a test for container repository name regexpGrzegorz Bizon
2017-07-19Fix docker tag reference routing constraintsGrzegorz Bizon
2017-07-06Backports for ee-2112Lin Jen-Shin
2017-07-05Removes file_name_regex from Gitlab::RegexTiago Botelho
2017-07-05Allow creation of files and directories with spaces in web UITiago Botelho
2017-06-21Replace invalid chars while seeding environmentsZeger-Jan van de Weg
2017-05-24Revert "Remove changes that are not absolutely necessary"Douwe Maan
2017-05-24Remove changes that are not absolutely necessaryDouwe Maan
2017-05-24Fix ambiguous routing issues by teaching router about reserved wordsDouwe Maan
2017-05-02Reuse Gitlab::Regex.full_namespace_regex in the DynamicPathValidatorBob Van Landuyt
2017-04-20Refactor changing files in web UIDouwe Maan
2017-04-03Check registry repository name against regexpGrzegorz Bizon
2017-02-24Use Namespace#full_path instead of #path where appropriateDouwe Maan
2017-02-13Add GFM support to nested groupsDmitriy Zaporozhets
2017-01-15Allow to use + symbol in filenamesblackst0ne
2016-12-15Add an environment slugNick Thomas
2016-12-15Introduce deployment services, starting with a KubernetesServiceNick Thomas
2016-12-13Allow all alphanumeric characters in file names (!8002)winniehell
2016-11-23Add nested groups support to the routingDmitriy Zaporozhets
2016-11-21Fix 500 error when group name ends with gitDmitriy Zaporozhets
2016-11-18Allow registering users where the username contains dots (.).Timothy Andrew
2016-11-12Added ability to put emojis into repository nameVincent Composieux
2016-11-07Refactor namespace regexDmitriy Zaporozhets
2016-10-07Correct namespace validation to forbid bad names #21077Will Starms
2016-09-20Remove trailing spaces from messages in Gitlab::RegexRobert Speicher
2016-09-19Fix validation regexs (+1 squashed commit)Kamil Trzcinski
2016-09-19Fix environments handlingKamil Trzcinski
2016-09-19Add support for dynamic environmentsKamil Trzcinski
2016-07-01Enable Style/EmptyLines cop, remove redundant onesGrzegorz Bizon
2016-06-14Validate environment name with regexKamil Trzcinski
2016-05-08WIPKamil Trzcinski
2016-05-04Added docker registry viewKamil Trzcinski
2016-02-02Merge branch 'master' of gitlab.com:gitlab-org/gitlab-ce into fix/atom-url-issueJames Lopez
2016-02-01Allow "@" in file names and pathJacob Vosmaer
2016-01-29refactor previous test and add validation to project modelJames Lopez
2015-10-29Add ability to create directories in the editorBen Ford
2015-04-27Fix (project_)name_regex to accept non-ASCII letters and dashJakub Jirutka
2015-04-24Revert "Rename namespace_regex to namespace_path_regex."Douwe Maan
2015-04-24Rename namespace_regex to namespace_path_regex.Douwe Maan
2015-04-24Revert "Revert disallowing usernames to end in period."Douwe Maan
2015-04-20Revert disallowing usernames to end in period.Douwe Maan
2015-03-27Don't allow username to end in period.Douwe Maan
2015-03-27Use more specific regexes.Douwe Maan
2015-01-10Github ImporterValery Sizov