-
- Downloads
Expose head pipeline in the related merge requests
Expose head pipeline for the MR in the api when requesting related merge requests for an issue and show a detailed status for the pipeline, which would include: details_path, favicon, group, icon, label, text, tooltip. https://gitlab.com/gitlab-org/gitlab-ce/issues/57662#note_152023412
Showing
- lib/api/entities.rb 9 additions, 0 deletionslib/api/entities.rb
- lib/api/issues.rb 1 addition, 1 deletionlib/api/issues.rb
- spec/fixtures/api/schemas/public_api/v4/merge_request.json 7 additions, 1 deletionspec/fixtures/api/schemas/public_api/v4/merge_request.json
- spec/fixtures/api/schemas/public_api/v4/pipeline/basic.json 1 addition, 2 deletionsspec/fixtures/api/schemas/public_api/v4/pipeline/basic.json
- spec/fixtures/api/schemas/public_api/v4/pipeline/detail.json 32 additions, 0 deletionsspec/fixtures/api/schemas/public_api/v4/pipeline/detail.json
- spec/requests/api/merge_requests_spec.rb 8 additions, 0 deletionsspec/requests/api/merge_requests_spec.rb
- spec/requests/api/pipelines_spec.rb 7 additions, 0 deletionsspec/requests/api/pipelines_spec.rb
Please register or sign in to comment