Commit Graph

8 Commits

Author SHA1 Message Date
Micaël Bergeron a85948862e fix some broken specs 2018-03-06 16:19:24 -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
Kamil Trzciński 87f11d2cf5 Merge branch 'zj-auto-upload-job-artifacts' into 'master'
Transfer job archives after creation

See merge request gitlab-org/gitlab-ee!3646
2018-02-28 20:45:07 +01:00
Kamil Trzcinski dd0e341203 Fix Rubocop 2017-12-03 19:16:56 +01:00
Kamil Trzcinski 0464c25f60 Store expire_at in ci_job_artifacts 2017-12-03 12:05:23 +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