summaryrefslogtreecommitdiff
path: root/app/serializers/variable_entity.rb
Commit message (Collapse)AuthorAgeFilesLines
* Add control for variable value maskingmfluharty2019-03-291-0/+1
| | | | | | Show masked switch for each variable When toggled on, the variable value will be masked in runner logs Show warning message if the switch is on but the value is not maskable
* Revert "Merge branch '13784-validate-variables-for-masking' into 'master'"Kamil Trzciński2019-03-271-1/+0
| | | This reverts merge request !25476
* Scaffold UI elements for minimal versionMiranda Fluharty2019-03-271-0/+1
| | | | | Add a masked switch to variable rows Copy some behavior from the protected switch
* Enable frozen string in app/serializers/**/*.rbrepo-forks/gitlab-ce-frozen-string-enable-app-serializersgfyoung2018-07-231-0/+2
| | | | Partially addresses #47424.
* Add VariableSerializer for Ci::VariableMatija Čupić2018-02-051-0/+7