Commit Graph

11 Commits

Author SHA1 Message Date
GitLab Bot 9facfe5cb1 Add latest changes from gitlab-org/gitlab@master 2020-08-17 21:09:56 +00:00
GitLab Bot 491c773c72 Add latest changes from gitlab-org/gitlab@master 2020-07-30 09:09:36 +00:00
GitLab Bot aa542224bb Add latest changes from gitlab-org/gitlab@master 2019-11-04 15:07:36 +00:00
Filipa Lacerda 31861b0f05 Adds header column to variables list
For the variables list in CI/CD settings
this commits adds an header row with titles
2019-05-07 15:23:47 +01:00
mfluharty 0481d69907
Add control for variable value masking
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
2019-03-29 12:49:59 -06:00
Kamil Trzciński 89fdf64c8a Revert "Merge branch '13784-validate-variables-for-masking' into 'master'"
This reverts merge request !25476
2019-03-27 21:42:23 +00:00
Miranda Fluharty fc8f4b62f8 Scaffold UI elements for minimal version
Add a masked switch to variable rows
Copy some behavior from the protected switch
2019-03-27 19:13:55 +00:00
Clement Ho 36143d414f Ran migration script 2018-04-09 10:26:28 -05:00
Matija Čupić 1098355e02
Add missing padding to CI variables protected item 2018-02-05 20:14:49 +01:00
Eric Eastwood 3be32027b6 Use dynamic variable list in scheduled pipelines and group/project CI secret variables
See https://gitlab.com/gitlab-org/gitlab-ce/issues/39118

Conflicts:
	app/views/ci/variables/_form.html.haml
	app/views/ci/variables/_table.html.haml
	ee/app/views/ci/variables/_environment_scope.html.haml
	spec/javascripts/ci_variable_list/ci_variable_list_ee_spec.js
	spec/javascripts/fixtures/projects.rb
2018-02-05 13:09:29 -06:00
Eric Eastwood 332aa756d2 Refactor CI variable list code for usage with CI/CD settings page secret variables
Part of https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/4110
2018-01-31 13:18:32 -06:00