-
- Downloads
Merge branch 'mc/feature/find-all-artifacts-for-sha' into 'master'
Find build by sha from ref Closes #64534 and #45697 See merge request gitlab-org/gitlab-ce!30843
No related branches found
No related tags found
Showing
- app/controllers/projects/artifacts_controller.rb 4 additions, 1 deletionapp/controllers/projects/artifacts_controller.rb
- app/controllers/projects/build_artifacts_controller.rb 1 addition, 1 deletionapp/controllers/projects/build_artifacts_controller.rb
- app/models/ci/pipeline.rb 8 additions, 2 deletionsapp/models/ci/pipeline.rb
- app/models/project.rb 18 additions, 7 deletionsapp/models/project.rb
- lib/api/job_artifacts.rb 2 additions, 2 deletionslib/api/job_artifacts.rb
- lib/gitlab/badge/coverage/report.rb 1 addition, 1 deletionlib/gitlab/badge/coverage/report.rb
- spec/features/projects/artifacts/user_downloads_artifacts_spec.rb 2 additions, 2 deletions...tures/projects/artifacts/user_downloads_artifacts_spec.rb
- spec/models/ci/pipeline_spec.rb 15 additions, 2 deletionsspec/models/ci/pipeline_spec.rb
- spec/models/project_spec.rb 22 additions, 51 deletionsspec/models/project_spec.rb
- spec/support/shared_examples/project_latest_successful_build_for_examples.rb 63 additions, 0 deletions..._examples/project_latest_successful_build_for_examples.rb
Please register or sign in to comment