Commit Graph

4 Commits

Author SHA1 Message Date
Kamil Trzcinski 6881d09174 Fix rubocop 2017-12-03 12:04:49 +01:00
Kamil Trzcinski ee8efb3d67 Sync ArtifactUploader specs with EE 2017-12-03 12:04:49 +01:00
Kamil Trzcinski 38c61ab6df Fix specs failures, and use factory with `:ci_job_artifact, :archive` 2017-12-03 12:04:49 +01:00
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