Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Enable frozen string in lib/api and lib/backup | gfyoung | 2018-09-29 | 1 | -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 Speicher | 2018-09-13 | 1 | -0/+6 |
|\ | | | | | | | | | Add RuboCop cops to enforce code reusing rules See merge request gitlab-org/gitlab-ce!21391 | ||||
| * | Disable existing offenses for the CodeReuse cops | Yorick Peterse | 2018-09-11 | 1 | -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-11 | 1 | -1/+1 |
|/ | |||||
* | Fix security breachingfeature/sm/34518-extend-api-pipeline-schedule-variable-new | Shinya Maeda | 2017-09-04 | 1 | -1/+1 |
| | |||||
* | Improve def pipeline_schedule with authrozation code | Shinya Maeda | 2017-09-04 | 1 | -16/+13 |
| | |||||
* | Improve by zj nice catches | Shinya Maeda | 2017-09-04 | 1 | -24/+13 |
| | |||||
* | Finish spec | Shinya Maeda | 2017-09-04 | 1 | -1/+1 |
| | |||||
* | Add spec (Halfway) | Shinya Maeda | 2017-09-04 | 1 | -53/+50 |
| | |||||
* | Extend API: Pipeline Schedule Variable | Shinya Maeda | 2017-09-04 | 1 | -0/+70 |
| | |||||
* | API: Use defined project requirementsrs-api-use-project-requirements | Robert Schilling | 2017-08-31 | 1 | -1/+1 |
| | |||||
* | Update remaining endpoints | Robert Schilling | 2017-08-28 | 1 | -2/+1 |
| | |||||
* | Remove update|admin_pipeline_schedule from Project, and grant it in ↵ | Kamil Trzcinski | 2017-07-07 | 1 | -3/+6 |
| | | | | PipelineSchedule | ||||
* | Use update_pipeline_schedule | Shinya Maeda | 2017-05-31 | 1 | -2/+2 |
| | |||||
* | Return 202 for destory. Remove []. Remove def pipeline_schedules from helper. | Shinya Maeda | 2017-05-30 | 1 | -6/+2 |
| | |||||
* | Improve API with optinal and default. Allow to use scope as a parameter. | Shinya Maeda | 2017-05-30 | 1 | -3/+7 |
| | |||||
* | Use PipelineScheduleDetails | Shinya Maeda | 2017-05-30 | 1 | -10/+10 |
| | |||||
* | Improve document | Shinya Maeda | 2017-05-30 | 1 | -4/+4 |
| | |||||
* | Remove deleted_at from Entity. Use find_by. Remove returns. | Shinya Maeda | 2017-05-30 | 1 | -5/+5 |
| | |||||
* | Expose last_pipeline only when detailed status | Shinya Maeda | 2017-05-30 | 1 | -5/+5 |
| | |||||
* | Dryup fetching pipeline_schedule with helper | Shinya Maeda | 2017-05-30 | 1 | -6/+14 |
| | |||||
* | Switch to preload. Remove unncecessary associations. | Shinya Maeda | 2017-05-30 | 1 | -1/+1 |
| | |||||
* | Include owner for pipeline_schedules. Improve N+1 spec. Use PipelineBasic ↵ | Shinya Maeda | 2017-05-30 | 1 | -1/+1 |
| | | | | for small payload. | ||||
* | includes last_pipeline | Shinya Maeda | 2017-05-30 | 1 | -1/+1 |
| | |||||
* | zj keen eye2 | Shinya Maeda | 2017-05-30 | 1 | -2/+1 |
| | |||||
* | avoids N + 1 queries | Shinya Maeda | 2017-05-30 | 1 | -1/+1 |
| | |||||
* | Move authenticate! to before | Shinya Maeda | 2017-05-30 | 1 | -6/+2 |
| | |||||
* | Add own! method on PipleineSchedule | Shinya Maeda | 2017-05-30 | 1 | -1/+1 |
| | |||||
* | Use CreatePipelineScheduleService | Shinya Maeda | 2017-05-30 | 1 | -2/+3 |
| | |||||
* | Reflect doc to api desc | Shinya Maeda | 2017-05-30 | 1 | -20/+20 |
| | |||||
* | Add API support for pipeline schedule | Shinya Maeda | 2017-05-30 | 1 | -0/+127 |