summaryrefslogtreecommitdiff
path: root/lib/api/pipeline_schedules.rb
Commit message (Expand)AuthorAgeFilesLines
* 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