summaryrefslogtreecommitdiff
path: root/spec/requests/api/pipeline_schedules_spec.rb
Commit message (Expand)AuthorAgeFilesLines
* Implement support for CI variables of type fileKrasimir Angelov2019-05-061-2/+5
* Update specs to rails5 formatblackst0ne-convert-specs-rails5-styleblackst0ne2018-12-191-12/+12
* Resolve "Rename the `Master` role to `Maintainer`" BackendMark Chao2018-07-111-11/+11
* Updates from `rubocop -a`Lin Jen-Shin2018-07-091-1/+1
* Use Goldiloader for handling N+1 queriesYorick Peterse2018-04-091-8/+15
* Refactor `have_http_status` into `have_gitlab_http_status` in the specsJacopo2017-10-201-36/+36
* Fix security breachingfeature/sm/34518-extend-api-pipeline-schedule-variable-newShinya Maeda2017-09-041-1/+13
* Improve by zj nice catchesShinya Maeda2017-09-041-4/+4
* Finish specShinya Maeda2017-09-041-16/+6
* Add spec (Halfway)Shinya Maeda2017-09-041-0/+156
* Add tests for the unmodified headerRobert Schilling2017-08-281-0/+4
* Update remaining endpointsRobert Schilling2017-08-281-2/+1
* Enable the Layout/SpaceBeforeBlockBraces coprc/enable-the-Layout/SpaceBeforeBlockBraces-copRémy Coutable2017-08-091-1/+1
* Ensure all project factories use `:repository` trait or `:empty_project`rs-empty_project-cleanupRobert Speicher2017-08-011-1/+1
* Fix spec in pipeline_schedules_spec.rbShinya Maeda2017-07-071-0/+2
* Return 202 for destory. Remove []. Remove def pipeline_schedules from helper.Shinya Maeda2017-05-301-1/+1
* Improve API with optinal and default. Allow to use scope as a parameter.Shinya Maeda2017-05-301-0/+18
* Include owner for pipeline_schedules. Improve N+1 spec. Use PipelineBasic for...Shinya Maeda2017-05-301-1/+5
* includes last_pipelineShinya Maeda2017-05-301-0/+3
* zj keen eye2Shinya Maeda2017-05-301-6/+1
* zj keen eyeShinya Maeda2017-05-301-26/+12
* avoids N + 1 queriesShinya Maeda2017-05-301-0/+12
* Concatinate dot behind endShinya Maeda2017-05-301-2/+1
* Add space between curly bracketsShinya Maeda2017-05-301-1/+1
* Use attributes_forShinya Maeda2017-05-301-24/+16
* Use 'set' to top-level variables. Remove repository.Shinya Maeda2017-05-301-3/+3
* Add validation specShinya Maeda2017-05-301-11/+21
* Change status number to ailiasShinya Maeda2017-05-301-2/+2
* Add API support for pipeline scheduleShinya Maeda2017-05-301-0/+278