gitlab-org--gitlab-foss/spec/models/ci
Kamil Trzciński a28f25b565 Fix direct_upload when records with null file_store are used
Old records have a null value of file_store column.
This causes the problems with current direct_upload implementation,
as this makes it to choose Store::REMOTE instead of Store::LOCAL.

This change moves the store save when change saving the object.
2018-04-19 12:09:51 +02:00
..
artifact_blob_spec.rb Add port number to artifacts links to gitlab-pages, if needed 2018-03-29 14:47:51 +02:00
build_metadata_spec.rb Create metadata object on build object creation 2018-04-04 16:11:17 +02:00
build_spec.rb Merge branch '41059-calculate-artifact-size-more-efficiently' into 'master' 2018-04-19 09:19:40 +00:00
build_trace_section_name_spec.rb
build_trace_section_spec.rb
group_spec.rb
group_variable_spec.rb Include CI Variable Key in its uniqueness validation error message 2018-02-23 01:19:46 +01:00
job_artifact_spec.rb Fix direct_upload when records with null file_store are used 2018-04-19 12:09:51 +02:00
legacy_stage_spec.rb
pipeline_schedule_spec.rb Remove soft removals related code 2018-01-08 17:04:45 +01:00
pipeline_schedule_variable_spec.rb
pipeline_spec.rb Integrate build seeds with variables expressions policy 2018-03-23 13:56:16 +01:00
pipeline_variable_spec.rb
runner_spec.rb Remove unused method 2018-03-28 13:57:17 +02:00
stage_spec.rb
trigger_request_spec.rb
trigger_spec.rb Replace '.team << [user, role]' with 'add_role(user)' in specs 2017-12-22 19:18:28 +11:00
variable_spec.rb Include CI Variable Key in its uniqueness validation error message 2018-02-23 01:19:46 +01:00