Commit Graph

26 Commits

Author SHA1 Message Date
GitLab Bot 3fa33c82f9 Add latest changes from gitlab-org/gitlab@master 2023-03-28 12:08:19 +00:00
GitLab Bot 58acbd41a1 Add latest changes from gitlab-org/gitlab@master 2023-03-01 21:13:05 +00:00
GitLab Bot 5e396cd53e Add latest changes from gitlab-org/gitlab@master 2023-02-21 00:08:01 +00:00
GitLab Bot 333d6f857e Add latest changes from gitlab-org/gitlab@master 2023-01-04 15:10:31 +00:00
GitLab Bot 9dc655286f Add latest changes from gitlab-org/gitlab@master 2022-12-05 21:08:33 +00:00
GitLab Bot 8fa0c53e26 Add latest changes from gitlab-org/gitlab@master 2022-11-16 18:11:26 +00:00
GitLab Bot 39e7e7beda Add latest changes from gitlab-org/gitlab@master 2022-08-19 09:11:29 +00:00
GitLab Bot b7b44de429 Add latest changes from gitlab-org/gitlab@master 2022-06-16 09:09:15 +00:00
GitLab Bot a7d30d92f8 Add latest changes from gitlab-org/gitlab@master 2021-10-21 09:09:48 +00:00
GitLab Bot 4905885126 Add latest changes from gitlab-org/gitlab@master 2021-08-03 18:10:02 +00:00
GitLab Bot a2f3620236 Add latest changes from gitlab-org/gitlab@master 2021-04-27 15:09:52 +00:00
GitLab Bot 3ba6a5a16d Add latest changes from gitlab-org/gitlab@master 2021-03-11 09:09:36 +00:00
GitLab Bot 6cbe9eaeb3 Add latest changes from gitlab-org/gitlab@master 2021-02-23 12:10:56 +00:00
GitLab Bot 2b1e7f7dac Add latest changes from gitlab-org/gitlab@master 2020-10-27 15:08:39 +00:00
GitLab Bot 4f5c8572e9 Add latest changes from gitlab-org/gitlab@master 2020-06-16 18:09:01 +00:00
GitLab Bot 18b8435318 Add latest changes from gitlab-org/gitlab@master 2020-02-21 06:08:58 +00:00
Hordur Freyr Yngvason 5f82ff1469 Bring scoped environment variables to core
As decided in https://gitlab.com/gitlab-org/gitlab-ce/issues/53593
2019-08-08 18:51:52 +00:00
Lin Jen-Shin 74399a9098
Show Test Automation Engineer for spec/feature as
reviewers.
2019-06-06 21:11:57 +08: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
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
Mark Chao a63bce1a4b Resolve "Rename the `Master` role to `Maintainer`" Backend 2018-07-11 14:36:08 +00: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