Commit Graph

5 Commits

Author SHA1 Message Date
GitLab Bot 733f1d8bb1 Add latest changes from gitlab-org/gitlab@master 2022-01-26 18:17:51 +00:00
GitLab Bot c17eb7c970 Add latest changes from gitlab-org/gitlab@master 2022-01-20 15:11:58 +00:00
GitLab Bot d738ba980c Add latest changes from gitlab-org/gitlab@master 2022-01-19 18:14:01 +00:00
Kamil Trzciński 8a833c720e Allow to use untrusted Regexp via feature flag
This brings support for untrusted regexp for 'only:refs:' when
enabled via feature flag: alllow_unsafe_ruby_regexp.

This is by default disabled, and should not be used in production
2019-04-04 15:00:56 +00:00
Kamil Trzciński b22287f00f Make CI refs matching to to use UntrustedRegexp
This makes ref validation to use always `UntrustedRegexp`.
This also splits the existing RubySyntax into separate
class.
2019-03-15 14:38:28 +01:00