gitlab-org--gitlab-foss/spec/models/ci
Zeger-Jan van de Weg 61864a5a5b Rename Artifact to JobArtifact, split metadata out
Two things at ones, as there was no clean way to seperate the commit and
give me feedback from the tests.

But the model Artifact is now JobArtifact, and the table does not have a
type anymore, but the metadata is now its own model:
Ci::JobArtifactMetadata.
2017-12-03 12:04:48 +01:00
..
artifact_blob_spec.rb
build_spec.rb Rename Artifact to JobArtifact, split metadata out 2017-12-03 12:04:48 +01:00
build_trace_section_name_spec.rb
build_trace_section_spec.rb
group_spec.rb
group_variable_spec.rb
job_artifact_spec.rb Rename Artifact to JobArtifact, split metadata out 2017-12-03 12:04:48 +01:00
legacy_stage_spec.rb
pipeline_schedule_spec.rb
pipeline_schedule_variable_spec.rb
pipeline_spec.rb
pipeline_variable_spec.rb
runner_spec.rb
stage_spec.rb
trigger_request_spec.rb
trigger_spec.rb
variable_spec.rb