-
- Downloads
Merge branch 'zj-use-project-finder-pipelines-api' into 'master'
Use PipelinesFinder in Pipelines API ## What does this MR do? Sort output for the API endpoint, and uses the PipelinesFinder there. ## Does this MR meet the acceptance criteria? - [x] [CHANGELOG](https://gitlab.com/gitlab-org/gitlab-ce/blob/master/CHANGELOG) entry added - [x] [Documentation created/updated](https://gitlab.com/gitlab-org/gitlab-ce/blob/master/doc/development/doc_styleguide.md) - [x] API support added - Tests - [x] Added for this feature/bug - [x] All builds are passing - [x] Conform by the [style guides](https://gitlab.com/gitlab-org/gitlab-ce/blob/master/CONTRIBUTING.md#style-guides) - [x] Branch has no merge conflicts with `master` (if you do - rebase it please) - [x] [Squashed related commits together](https://git-scm.com/book/en/Git-Tools-Rewriting-History#Squashing-Commits) ## What are the relevant issue numbers? Closes #21566 See merge request !6094
No related branches found
No related tags found
Showing
- CHANGELOG 1 addition, 0 deletionsCHANGELOG
- app/controllers/projects/pipelines_controller.rb 4 additions, 5 deletionsapp/controllers/projects/pipelines_controller.rb
- app/finders/pipelines_finder.rb 18 additions, 14 deletionsapp/finders/pipelines_finder.rb
- lib/api/pipelines.rb 4 additions, 1 deletionlib/api/pipelines.rb
- spec/finders/pipelines_finder_spec.rb 51 additions, 0 deletionsspec/finders/pipelines_finder_spec.rb
spec/finders/pipelines_finder_spec.rb
0 → 100644
Please register or sign in to comment