gitlab-org--gitlab-foss/app/models/ci
Zeger-Jan van de Weg c6edae3887
Load commit in batches for pipelines#index
Uses `list_commits_by_oid` on the CommitService, to request the needed
commits for pipelines. These commits are needed to display the user that
created the commit and the commit title.

This includes fixes for tests failing that depended on the commit
being `nil`. However, now these are batch loaded, this doesn't happen
anymore and the commits are an instance of BatchLoader.
2017-12-19 10:05:40 +01:00
..
artifact_blob.rb
build.rb Dependencies Validator fails when depended job is `manual` 2017-12-14 17:28:40 +09:00
build_trace_section.rb
build_trace_section_name.rb
group.rb
group_variable.rb
job_artifact.rb Store expire_at in ci_job_artifacts 2017-12-03 12:05:23 +01:00
legacy_stage.rb
pipeline.rb Load commit in batches for pipelines#index 2017-12-19 10:05:40 +01:00
pipeline_schedule.rb
pipeline_schedule_variable.rb
pipeline_variable.rb
runner.rb Perform SQL matching of Build&Runner tags to greatly speed-up job picking 2017-12-05 16:34:41 +01:00
runner_project.rb
stage.rb
trigger.rb
trigger_request.rb
variable.rb