summaryrefslogtreecommitdiff
path: root/lib/api/pipeline_schedules.rb
Commit message (Expand)AuthorAgeFilesLines
* Implement support for CI variables of type fileKrasimir Angelov2019-05-061-0/+2
* Enable the Layout/ExtraSpacing cop56392-enable-the-layout-extraspacing-copRémy Coutable2019-01-241-3/+3
* Fix API::Namespaces to accept namepaces with dotsif-52811-fix_namespaces_api_routingImre Farkas2018-11-281-1/+1
* Enable frozen string in lib/api and lib/backupgfyoung2018-09-291-0/+2
* Merge branch 'rubocop-code-reuse' into 'master'Robert Speicher2018-09-131-0/+6
|\
| * Disable existing offenses for the CodeReuse copsYorick Peterse2018-09-111-0/+6
* | Resolve "500 Internal Server Error: Cherrypick commit with empty branch name"🙈 jacopo beschi 🙉2018-09-111-1/+1
|/
* Fix security breachingfeature/sm/34518-extend-api-pipeline-schedule-variable-newShinya Maeda2017-09-041-1/+1
* Improve def pipeline_schedule with authrozation codeShinya Maeda2017-09-041-16/+13
* Improve by zj nice catchesShinya Maeda2017-09-041-24/+13
* Finish specShinya Maeda2017-09-041-1/+1
* Add spec (Halfway)Shinya Maeda2017-09-041-53/+50
* Extend API: Pipeline Schedule VariableShinya Maeda2017-09-041-0/+70
* API: Use defined project requirementsrs-api-use-project-requirementsRobert Schilling2017-08-311-1/+1
* Update remaining endpointsRobert Schilling2017-08-281-2/+1
* Remove update|admin_pipeline_schedule from Project, and grant it in PipelineS...Kamil Trzcinski2017-07-071-3/+6
* Use update_pipeline_scheduleShinya Maeda2017-05-311-2/+2
* Return 202 for destory. Remove []. Remove def pipeline_schedules from helper.Shinya Maeda2017-05-301-6/+2
* Improve API with optinal and default. Allow to use scope as a parameter.Shinya Maeda2017-05-301-3/+7
* Use PipelineScheduleDetailsShinya Maeda2017-05-301-10/+10
* Improve documentShinya Maeda2017-05-301-4/+4
* Remove deleted_at from Entity. Use find_by. Remove returns.Shinya Maeda2017-05-301-5/+5
* Expose last_pipeline only when detailed statusShinya Maeda2017-05-301-5/+5
* Dryup fetching pipeline_schedule with helperShinya Maeda2017-05-301-6/+14
* Switch to preload. Remove unncecessary associations.Shinya Maeda2017-05-301-1/+1
* Include owner for pipeline_schedules. Improve N+1 spec. Use PipelineBasic for...Shinya Maeda2017-05-301-1/+1
* includes last_pipelineShinya Maeda2017-05-301-1/+1
* zj keen eye2Shinya Maeda2017-05-301-2/+1
* avoids N + 1 queriesShinya Maeda2017-05-301-1/+1
* Move authenticate! to beforeShinya Maeda2017-05-301-6/+2
* Add own! method on PipleineScheduleShinya Maeda2017-05-301-1/+1
* Use CreatePipelineScheduleServiceShinya Maeda2017-05-301-2/+3
* Reflect doc to api descShinya Maeda2017-05-301-20/+20
* Add API support for pipeline scheduleShinya Maeda2017-05-301-0/+127