Commit Graph

7 Commits

Author SHA1 Message Date
Matija Čupić 136865713b
Document new masking requirements 2019-07-23 21:22:26 +02:00
Matija Čupić 8e639cc687
Allow masking @ and : characters 2019-07-23 21:22:25 +02:00
Thomas Nilsson ff3486a92b
Allow masking if 8 or more characters in base64
This should allow for private ssh-keys to remain private.

Solves https://gitlab.com/gitlab-org/gitlab-ce/issues/60790.
2019-06-06 15:46:45 +01:00
Stan Hu f93b2e02a5 Run rubocop -a on CE files 2019-05-05 03:24:28 -07:00
Matija Čupić 316889cb47
Revert "Merge branch 'revert-8baf9e5f' into 'master'"
This reverts commit f5201a816f, reversing
changes made to 48e6db0dad.
2019-02-27 12:52:53 +01:00
Kamil Trzciński 7b445f9b15 Revert "Merge branch '13784-simple-masking-of-protected-variables-in-logs' into 'master'"
This reverts merge request !25293
2019-02-26 17:32:23 +00:00
Matija Čupić c9125c4786 Add Maskable concern for CI variables
This adds a concern that abstracts the concept of masking a variable,
including the RegEx for validation.
2019-02-26 14:03:42 +00:00