Commit Graph

13 Commits

Author SHA1 Message Date
Shinya Maeda 522cadede8 Drop filename enforcement 2018-02-06 15:50:08 +09:00
Shinya Maeda c9ed3b2d4d Add essential tests 2018-02-06 15:50:08 +09:00
Shinya Maeda 5f6d826165 Add CreateArtifactsTraceWorker 2018-02-06 15:50:08 +09:00
Shinya Maeda 002f314f32 Expose current_path 2018-02-06 15:50:08 +09:00
Shinya Maeda 0d960fac91 JobArtifactUploader#open raise execption if its not Filestorage 2018-02-06 15:50:07 +09:00
Shinya Maeda 63a9d582aa Trace as artifacts 2018-02-06 15:50:07 +09:00
Micaël Bergeron 2057a6acde port of 594e6a0a625^..f74c90f68c6 2018-02-01 12:14:46 -05:00
Kamil Trzcinski 38c61ab6df Fix specs failures, and use factory with `:ci_job_artifact, :archive` 2017-12-03 12:04:49 +01:00
Kamil Trzcinski 871de0f185 Rename artifacts_* to legacy_artifacts_* 2017-12-03 12:04:49 +01:00
Zeger-Jan van de Weg 1756604f90 JobArtifactsUploader does not inherrit from ArtifactsUploader 2017-12-03 12:04:49 +01:00
Zeger-Jan van de Weg c7d945758a Fix most test failures 2017-12-03 12:04:49 +01:00
Kamil Trzcinski 303f165cba Fix creation of job_artifact_uploader 2017-12-03 12:04:48 +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