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
2021-05-19Add latest changes from gitlab-org/gitlab@13-12-stable-eev13.12.0-rc42GitLab Bot
2021-04-21Add latest changes from gitlab-org/gitlab@13-11-stable-eev13.11.0-rc43GitLab Bot
2020-08-20Add latest changes from gitlab-org/gitlab@13-3-stable-eeGitLab Bot
2019-04-03Bring back Gitlab::UntrustedRegexp.with_fallbackPatrick Bajao
It's still being called in PushRule model. Also still present in 11-9-stable-ee branch.
2019-03-15Make CI refs matching to to use UntrustedRegexpKamil TrzciƄski
This makes ref validation to use always `UntrustedRegexp`. This also splits the existing RubySyntax into separate class.
2018-10-22Enable frozen string for lib/gitlab/*.rbgfyoung
2018-05-18Simplify untrusted regexp factory methodGrzegorz Bizon
2018-05-17Add extended /regexp/ scheme support to untrusted regexpGrzegorz Bizon
2018-05-15Merge branch 'master' into feature/gb/add-regexp-variables-expressionGrzegorz Bizon
* master: (76 commits) Conflicts: lib/gitlab/untrusted_regexp.rb
2018-05-14Backport EE-specific untrusted regexp implementationGrzegorz Bizon
2018-05-11Make it possible to compare untrusted regexpsGrzegorz Bizon
2017-07-24Upgrade the re2 gem to 1.1.0Nick Thomas
2017-07-22Short-circuit build coverage extraction for empty regexesNick Thomas
2017-07-21Merge branch 'fix-re2-infinite-loop-nick' into 'security-9-3'Sean McGivern
Fix an infinite loop in Gitlab:UntrustedRegexp See merge request !2146
2017-07-20Merge branch '24570-use-re2-for-user-supplied-regexp-9-3' into 'security-9-3'Douwe Maan
24570 use re2 for user supplied regexp 9 3 See merge request !2129