Commit graph

12 commits

Author SHA1 Message Date
Kamil Trzciński
678620cce6 Add direct_upload setting for artifacts 2018-04-05 15:01:14 +02:00
Micaël Bergeron
4484587ef8 another round of EE code removal 2018-03-02 13:21:03 -05:00
Micaël Bergeron
0d458b96e8 remove geo specific code 2018-03-01 16:30:31 -05:00
Kamil Trzciński
999118f0ec Merge branch 'feature/sm/artifacts-trace-ee' into 'master'
EE: Trace as artifacts (FileStorage and ObjectStorage)

Closes #4171

See merge request gitlab-org/gitlab-ee!4258
2018-02-28 20:59:25 +01:00
Sean McGivern
a7dae52e9d Merge branch '4163-move-uploads-to-object-storage' into 'master'
Move uploads to object storage

Closes #4163

See merge request gitlab-org/gitlab-ee!3867
2018-02-28 20:58:15 +01:00
Grzegorz Bizon
6ca02a4150 Merge branch 'zj-multiple-artifacts-ee' into 'master'
Multiple artifacts ee

See merge request gitlab-org/gitlab-ee!3276
2018-02-28 20:44:09 +01: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