Commit Graph

9 Commits

Author SHA1 Message Date
GitLab Bot 79ecd9a748 Add latest changes from gitlab-org/gitlab@master 2021-08-13 21:09:54 +00:00
GitLab Bot e5e0589e09 Add latest changes from gitlab-org/gitlab@master 2021-04-26 12:09:44 +00:00
GitLab Bot ef7cfec30c Add latest changes from gitlab-org/gitlab@master 2020-05-12 12:09:47 +00:00
Krasimir Angelov 85609c117e Implement support for CI variables of type file
Add env_var and file as supported types for CI variables. Variables of
type file expose to users existing gitlab-runner behaviour - save
variable value into a temp file and set the path to this file in an ENV
var named after the variable key.

Resolves https://gitlab.com/gitlab-org/gitlab-ce/issues/46806.
2019-05-06 13:11:42 +00:00
Shinya Maeda 03f72f0f41 Add spec (Halfway) 2017-09-04 21:10:34 +09:00
Shinya Maeda 8ca5c333fd Extend API: Pipeline Schedule Variable 2017-09-04 21:10:34 +09:00
Shinya Maeda bfa028e13a Remove deleted_at from Entity. Use find_by. Remove returns. 2017-05-30 23:55:09 +09:00
Shinya Maeda 20a07d26ff Include owner for pipeline_schedules. Improve N+1 spec. Use PipelineBasic for small payload. 2017-05-30 23:55:09 +09:00
Shinya Maeda fbd3b3d8a2 Add API support for pipeline schedule 2017-05-30 23:55:08 +09:00