summaryrefslogtreecommitdiff
path: root/spec/uploaders/job_artifact_uploader_spec.rb
Commit message (Collapse)AuthorAgeFilesLines
* Correct more usages of non-relative `fixture_file_upload` pathsRobert Speicher2018-06-071-5/+3
|
* Make all uses of `fixture_file_upload` use relative pathsRobert Speicher2018-06-071-1/+1
|
* another round of EE code removalMicaël Bergeron2018-03-021-0/+11
|
* Merge branch 'fix/sm/atomic-migration' into 'master'Kamil Trzciński2018-02-281-0/+10
| | | | | | | | Fix migrate! method (Minimal fix with ExclusiveLock to prevent race conditions) Closes #4928 and #4980 See merge request gitlab-org/gitlab-ee!4624
* Merge commit '8af23def1d6' into object-storage-ee-to-ce-backportKamil Trzciński2018-02-281-1/+1
|\
| * Revert "Merge branch '3867-port-to-ce' into 'master'"Kamil Trzciński2018-02-281-6/+26
| | | | | | | | | | This reverts commit 54a575f1bbba44573ab92dc58a4242f1ee734c5d, reversing changes made to c63af942e5baf7849a94fa99da8494bcba28e3f8.
| * port of 594e6a0a625^..f74c90f68c6Micaël Bergeron2018-02-011-26/+6
| |
| * Enable RuboCop Style/RegexpLiteralTakuya Noguchi2018-02-011-1/+1
| |
| * Use the DatabaseCleaner 'deletion' strategy instead of 'truncation'Nick Thomas2018-01-241-2/+2
| |
* | Merge branch 'feature/sm/artifacts-trace-ee' into 'master'Kamil Trzciński2018-02-281-0/+27
| | | | | | | | | | | | | | | | EE: Trace as artifacts (FileStorage and ObjectStorage) Closes #4171 See merge request gitlab-org/gitlab-ee!4258
* | Merge branch '4163-move-uploads-to-object-storage' into 'master'Sean McGivern2018-02-281-33/+13
| | | | | | | | | | | | | | | | Move uploads to object storage Closes #4163 See merge request gitlab-org/gitlab-ee!3867
* | Merge branch 'zj-multiple-artifacts-ee' into 'master'Grzegorz Bizon2018-02-281-1/+13
|/ | | | | | Multiple artifacts ee See merge request gitlab-org/gitlab-ee!3276
* Fix rubocopKamil Trzcinski2017-12-031-3/+3
|
* Sync ArtifactUploader specs with EEKamil Trzcinski2017-12-031-9/+13
|
* Fix specs failures, and use factory with `:ci_job_artifact, :archive`Kamil Trzcinski2017-12-031-3/+35
|
* Rename Artifact to JobArtifact, split metadata outZeger-Jan van de Weg2017-12-031-0/+15
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.