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 Add CI build trace sections extractor 2017-10-05 15:42:25 +02:00
build_trace_section_spec.rb Add CI build trace sections extractor 2017-10-05 15:42:25 +02:00
group_spec.rb Remove superfluous lib: true, type: redis, service: true, models: true, services: true, no_db: true, api: true 2017-07-27 14:31:53 +02:00
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 Remove superfluous type defs in specs 2017-07-27 14:31:52 +02:00
pipeline_schedule_spec.rb Remove soft removals related code 2018-01-08 17:04:45 +01:00
pipeline_schedule_variable_spec.rb Remove superfluous lib: true, type: redis, service: true, models: true, services: true, no_db: true, api: true 2017-07-27 14:31:53 +02:00
pipeline_spec.rb Integrate build seeds with variables expressions policy 2018-03-23 13:56:16 +01:00
pipeline_variable_spec.rb Support custom attributes on users 2017-09-28 16:49:42 +00:00
runner_spec.rb Remove unused method 2018-03-28 13:57:17 +02:00
stage_spec.rb Set a default CI/CD status when it is not known 2017-08-22 14:04:34 +02:00
trigger_request_spec.rb Fix trigger_request.variables 2017-09-04 21:55:26 +09:00
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