gitlab-org--gitlab-foss/spec/serializers
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
..
analytics_build_entity_spec.rb
analytics_build_serializer_spec.rb
analytics_issue_entity_spec.rb
analytics_issue_serializer_spec.rb
analytics_merge_request_serializer_spec.rb
analytics_stage_serializer_spec.rb
analytics_summary_serializer_spec.rb
build_action_entity_spec.rb
build_artifact_entity_spec.rb
build_details_entity_spec.rb Add a project forks spec helper 2017-10-07 11:46:23 +02:00
build_serializer_spec.rb Resolve "Precompiled assets with digest strings are ignored in CI" 2017-10-03 14:47:56 +00:00
cluster_application_entity_spec.rb Fix spec. spec/serializers/cluster_application_entity_spec.rb and spec/serializers/cluster_entity_spec.rb 2017-11-08 01:32:12 +09:00
cluster_entity_spec.rb Fix spec. spec/serializers/cluster_application_entity_spec.rb and spec/serializers/cluster_entity_spec.rb 2017-11-08 01:32:12 +09:00
cluster_serializer_spec.rb Merge branch 'master' into 38464-k8s-apps 2017-11-07 16:52:55 +09:00
commit_entity_spec.rb
container_repository_entity_spec.rb Add serializer matchers 2017-10-02 23:17:31 +02:00
container_tag_entity_spec.rb Add short_revision and use total_size 2017-10-17 16:58:28 +02:00
deploy_key_entity_spec.rb
deployment_entity_spec.rb
entity_date_helper_spec.rb
entity_request_spec.rb
environment_entity_spec.rb
environment_serializer_spec.rb
event_entity_spec.rb
group_child_entity_spec.rb Use polymorphism for common attributes in GroupChildEntity 2017-10-12 11:36:54 +02:00
group_child_serializer_spec.rb Make sure we always return an array of hierarchies 2017-10-13 15:15:45 +02:00
issue_entity_spec.rb CE port of code changed for epics 2017-11-02 07:14:35 +01:00
issue_serializer_spec.rb Load participants async 2017-10-31 16:15:03 +00:00
job_entity_spec.rb
label_serializer_spec.rb
merge_request_basic_serializer_spec.rb Load participants async 2017-10-31 16:15:03 +00:00
merge_request_serializer_spec.rb Stop sending milestone and labels data over the wire for MR widget 2017-12-15 15:31:16 -02:00
merge_request_widget_entity_spec.rb Stop sending milestone and labels data over the wire for MR widget 2017-12-15 15:31:16 -02:00
note_entity_spec.rb
pipeline_details_entity_spec.rb Fix pipeline entity test related to stages 2017-11-06 22:35:46 +01:00
pipeline_entity_spec.rb Improve specs for pipeline failure reason presenter 2017-10-05 11:41:16 +02:00
pipeline_serializer_spec.rb Load commit in batches for pipelines#index 2017-12-19 10:05:40 +01:00
request_aware_entity_spec.rb
runner_entity_spec.rb
stage_entity_spec.rb
status_entity_spec.rb Resolve "Precompiled assets with digest strings are ignored in CI" 2017-10-03 14:47:56 +00:00
user_entity_spec.rb