Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Introduce source to pipeline entitytrigger-source | Kamil Trzcinski | 2017-05-31 | 1 | -1/+1 |
| | |||||
* | Improve documentation | Shinya Maeda | 2017-05-03 | 1 | -5/+5 |
| | |||||
* | Add constant as ALLOWED_INDEXED_COLUMNS | Shinya Maeda | 2017-05-03 | 1 | -1/+1 |
| | |||||
* | Use HasStatus::AVAILABLE_STATUSES instead of hard coding | Shinya Maeda | 2017-05-03 | 1 | -1/+1 |
| | |||||
* | Revert "Use JSON type for sorting parameter (halfway)" | Shinya Maeda | 2017-05-03 | 1 | -4/+4 |
| | | | | This reverts commit 34127cb13ad72f65a24bdc8fc051363d3edd77cb. | ||||
* | Use JSON type for sorting parameter (halfway) | Shinya Maeda | 2017-05-03 | 1 | -4/+4 |
| | |||||
* | No need to support sha for sorting | Shinya Maeda | 2017-05-03 | 1 | -1/+1 |
| | |||||
* | Reduce playable columns for sorting | Shinya Maeda | 2017-05-03 | 1 | -1/+1 |
| | |||||
* | Add name(User) | Shinya Maeda | 2017-05-03 | 1 | -1/+2 |
| | |||||
* | Fix how to use PipelinesFinder | Shinya Maeda | 2017-05-03 | 1 | -1/+1 |
| | |||||
* | %[] to %w[] | Shinya Maeda | 2017-05-03 | 1 | -4/+4 |
| | |||||
* | %w() to %[] | Shinya Maeda | 2017-05-03 | 1 | -5/+5 |
| | |||||
* | Fix rubocop offences and rspec failures | Shinya Maeda | 2017-05-03 | 1 | -3/+3 |
| | |||||
* | Add specs. Plus, minor fixes. | Shinya Maeda | 2017-05-03 | 1 | -1/+1 |
| | |||||
* | Fixed those points. | Shinya Maeda | 2017-05-03 | 1 | -9/+8 |
| | | | | | | | | - username to user_id - Drop duration - Resolve comments - Add Changelog - Edit docs | ||||
* | - Add new parameters for Pipeline API | Shinya Maeda | 2017-05-03 | 1 | -1/+11 |
| | | | | - Expand PipelinesFinder functions | ||||
* | Add `requirements: { id: %r{[^/]+} }` for all projects and groups namespaced ↵ | Rémy Coutable | 2017-03-16 | 1 | -1/+1 |
| | | | | | | API routes Signed-off-by: Rémy Coutable <remy@rymai.me> | ||||
* | Expose pipelines as PipelineBasic `projects/:id/pipelines`26847-api-pipelines-use-basic | Toon Claes | 2017-03-03 | 1 | -2/+2 |
| | | | | | | | | The `projects/:id/pipelines` exposed a lot of extra details that are superfluous and it was taking extra resources to fetch them. To get more details about a pipeline, use `projects/:id/pipelines/:pipeline_id`. | ||||
* | Revert "Enable Style/DotPosition" | Douwe Maan | 2017-02-23 | 1 | -2/+2 |
| | | | | | | | | | | | | | | | This reverts commit e00fb2bdc2090e9cabeb1eb35a2672a882cc96e9. # Conflicts: # .rubocop.yml # .rubocop_todo.yml # lib/gitlab/ci/config/entry/global.rb # lib/gitlab/ci/config/entry/jobs.rb # spec/lib/gitlab/ci/config/entry/factory_spec.rb # spec/lib/gitlab/ci/config/entry/global_spec.rb # spec/lib/gitlab/ci/config/entry/job_spec.rb # spec/lib/gitlab/ci/status/build/factory_spec.rb # spec/lib/gitlab/incoming_email_spec.rb | ||||
* | Revert "Prefer leading style for Style/DotPosition" | Douwe Maan | 2017-02-23 | 1 | -2/+2 |
| | | | | This reverts commit cb10b725c8929b8b4460f89c9d96c773af39ba6b. | ||||
* | Enable Style/WordArray | Douwe Maan | 2017-02-23 | 1 | -1/+1 |
| | |||||
* | Prefer leading style for Style/DotPosition | Douwe Maan | 2017-02-23 | 1 | -2/+2 |
| | |||||
* | Enable Style/DotPosition | Douwe Maan | 2017-02-23 | 1 | -2/+2 |
| | |||||
* | fixed specs + docs | dimitrieh | 2017-02-20 | 1 | -2/+2 |
| | |||||
* | Merge branch ↵ | Rémy Coutable | 2016-11-22 | 1 | -2/+3 |
|\ | | | | | | | | | | | | | | | | | | | '23532-define-common-helper-for-describe-pagination-params-in-api' into 'master' Add concern for reuse pagination params declaration in API Closes #23532 See merge request !7646 | ||||
| * | Define common helper for describe pagination params in api | Semyon Pupkov | 2016-11-22 | 1 | -2/+3 |
| | | |||||
* | | Add api endpoint for creating a pipeline | Ido Leibovich | 2016-11-18 | 1 | -0/+21 |
|/ | | | | Add a new endpoint in the new API for creating a new pipeline, and return the details of that pipeline. | ||||
* | Use PipelinesFinder in Pipelines API | Z.J. van de Weg | 2016-09-07 | 1 | -1/+4 |
| | |||||
* | Add endpoints for pipelines | Z.J. van de Weg | 2016-08-18 | 1 | -0/+74 |