summaryrefslogtreecommitdiff
path: root/lib/api/pipeline_schedules.rb
Commit message (Collapse)AuthorAgeFilesLines
* Enable frozen string in lib/api and lib/backupgfyoung2018-09-291-0/+2
| | | | | | | | | | Partially addresses #47424. Had to make changes to spec files because stubbing methods on frozen objects is a mess in RSpec and leads to failures: https://github.com/rspec/rspec-mocks/issues/1190
* Merge branch 'rubocop-code-reuse' into 'master'Robert Speicher2018-09-131-0/+6
|\ | | | | | | | | Add RuboCop cops to enforce code reusing rules See merge request gitlab-org/gitlab-ce!21391
| * Disable existing offenses for the CodeReuse copsYorick Peterse2018-09-111-0/+6
| | | | | | | | | | This whitelists all existing offenses for the various CodeReuse cops, of which most are triggered by the CodeReuse/ActiveRecord cop.
* | 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 ↵Kamil Trzcinski2017-07-071-3/+6
| | | | PipelineSchedule
* 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 ↵Shinya Maeda2017-05-301-1/+1
| | | | for small payload.
* 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