gitlab-org--gitlab-foss/app/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.rb Add port number to artifacts links to gitlab-pages, if needed 2018-03-29 14:47:51 +02:00
build.rb Merge branch '41059-calculate-artifact-size-more-efficiently' into 'master' 2018-04-19 09:19:40 +00:00
build_metadata.rb Add explicit primary key for ci_builds_metadata table 2018-03-28 14:00:04 +02:00
build_trace_section.rb
build_trace_section_name.rb
group.rb
group_variable.rb [Rails5] Fix `undefined method 'arel_table' for Ci::Group:Class` error 2018-04-12 13:36:31 +11:00
job_artifact.rb Fix direct_upload when records with null file_store are used 2018-04-19 12:09:51 +02:00
legacy_stage.rb
pipeline.rb Merge branch 'backstage/gb/populating-pipeline-refactoring' into 'master' 2018-03-26 19:22:03 +00:00
pipeline_schedule.rb Remove soft removals related code 2018-01-08 17:04:45 +01:00
pipeline_schedule_variable.rb Make Variable key not secret 2018-03-22 12:08:16 +01:00
pipeline_variable.rb
runner.rb Revert the addition of goldiloader 2018-04-18 15:51:39 +02:00
runner_project.rb
stage.rb
trigger.rb Remove soft removals related code 2018-01-08 17:04:45 +01:00
trigger_request.rb
variable.rb Make Variable key not secret 2018-03-22 12:08:16 +01:00