Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2017-09-04Fix security breachingShinya Maeda
2017-09-04Improve def pipeline_schedule with authrozation codeShinya Maeda
2017-09-04Improve by zj nice catchesShinya Maeda
2017-09-04Finish specShinya Maeda
2017-09-04Add spec (Halfway)Shinya Maeda
2017-09-04Extend API: Pipeline Schedule VariableShinya Maeda
2017-08-31API: Use defined project requirementsRobert Schilling
2017-08-28Update remaining endpointsRobert Schilling
2017-07-07Remove update|admin_pipeline_schedule from Project, and grant it in PipelineS...Kamil Trzcinski
2017-05-30Use update_pipeline_scheduleShinya Maeda
2017-05-30Return 202 for destory. Remove []. Remove def pipeline_schedules from helper.Shinya Maeda
2017-05-30Improve API with optinal and default. Allow to use scope as a parameter.Shinya Maeda
2017-05-30Use PipelineScheduleDetailsShinya Maeda
2017-05-30Improve documentShinya Maeda
2017-05-30Remove deleted_at from Entity. Use find_by. Remove returns.Shinya Maeda
2017-05-30Expose last_pipeline only when detailed statusShinya Maeda
2017-05-30Dryup fetching pipeline_schedule with helperShinya Maeda
2017-05-30Switch to preload. Remove unncecessary associations.Shinya Maeda
2017-05-30Include owner for pipeline_schedules. Improve N+1 spec. Use PipelineBasic for...Shinya Maeda
2017-05-30includes last_pipelineShinya Maeda
2017-05-30zj keen eye2Shinya Maeda
2017-05-30avoids N + 1 queriesShinya Maeda
2017-05-30Move authenticate! to beforeShinya Maeda
2017-05-30Add own! method on PipleineScheduleShinya Maeda
2017-05-30Use CreatePipelineScheduleServiceShinya Maeda
2017-05-30Reflect doc to api descShinya Maeda
2017-05-30Add API support for pipeline scheduleShinya Maeda