Commit graph

12 commits

Author SHA1 Message Date
GitLab Bot
e33f87ac0f Add latest changes from gitlab-org/gitlab@master 2020-04-21 15:21:10 +00:00
GitLab Bot
116d4e56e8 Add latest changes from gitlab-org/gitlab@master 2020-03-26 06:08:40 +00:00
GitLab Bot
1c8fa70f9d Add latest changes from gitlab-org/gitlab@master 2020-02-28 18:09:07 +00:00
GitLab Bot
ab85af0f31 Add latest changes from gitlab-org/gitlab@master 2020-02-22 00:09:11 +00:00
mfluharty
c3130068e8
Use exposed regex for frontend maskable check
Pass string value in through haml template data attribute
Evaluate it into a regex when initiating variable list
Use it to determine whether to show the maskability warning
2019-06-06 15:46:45 +01:00
Marcel Amirault
14fc739c94 Renaming Secret Variables in the codebase 2018-10-30 08:49:26 +00:00
Dylan Griffith
3f91c91644 Make group settings page have expandable menus (#10244) 2018-05-07 08:54:07 +02:00
Francisco Javier López
31dd86b636 Projects and groups badges settings UI 2018-04-08 10:20:05 +00:00
Clement Ho
4317f5a487 Use dynamic imports in dispatcher (Part 3) 2018-02-22 17:50:52 +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
Eric Eastwood
2f0ab2526a Update secret_values to support dynamic elements within parent
Used in https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/4110
which introduces a dynamic variable list and needs secrets.

We use the valueSelector/placeholderSelector options to avoid selecting
the last empty row.
2018-01-24 16:27:59 -06:00
Simon Knox
cda2516a69 dynamic imports for groups: pages 2018-01-18 23:50:33 +00:00