Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2018-02-06Merge branch '14256-upload-destroy-removes-file' into 'master'Sean McGivern
2018-02-06remove file after `Upload#destroy`Micaël Bergeron
2018-02-06Drop filename enforcementShinya Maeda
2018-02-06Add essential testsShinya Maeda
2018-02-06Add CreateArtifactsTraceWorkerShinya Maeda
2018-02-06Expose current_pathShinya Maeda
2018-02-06JobArtifactUploader#open raise execption if its not FilestorageShinya Maeda
2018-02-06Trace as artifactsShinya Maeda
2018-02-02apply fixes from feedbackMicaël Bergeron
2018-02-02add the uploader context to the upload modelMicaël Bergeron
2018-02-01porting changes from upstreamMicaël Bergeron
2018-02-01porting upstream changesMicaël Bergeron
2018-02-01port of 594e6a0a625^..f74c90f68c6Micaël Bergeron
2017-12-07Support uploads for groupsJarka Kadlecova
2017-12-03Fix specs failures, and use factory with `:ci_job_artifact, :archive`Kamil Trzcinski
2017-12-03Rename artifacts_* to legacy_artifacts_*Kamil Trzcinski
2017-12-03Fix legacy migration testZeger-Jan van de Weg
2017-12-03JobArtifactsUploader does not inherrit from ArtifactsUploaderZeger-Jan van de Weg
2017-12-03Fix most test failuresZeger-Jan van de Weg
2017-12-03Fix creation of job_artifact_uploaderKamil Trzcinski
2017-12-03Rename Artifact to JobArtifact, split metadata outZeger-Jan van de Weg
2017-12-03Create Ci::ArtifactsZeger-Jan van de Weg
2017-11-28Changes to Attachments Migration for EE and Geo compatibilityGabriel Mazetto
2017-11-21FileUploader should check for hashed_storage?(:attachments) to use disk_pathGabriel Mazetto
2017-10-30Use the Hashed Storage compatible layer to store AttachmentsGabriel Mazetto
2017-09-19Do not perform hard check (presence of file on storage)Kamil Trzcinski
2017-08-11Make sure uploads for personal snippets are correctly renderedBob Van Landuyt
2017-08-01Rename more path_with_namespace -> full_path or disk_pathGabriel Mazetto
2017-07-20Merge branch '33359-pers-snippet-files-location' into 'security-9-3'Sean McGivern
2017-07-18Move system-uploads to `-/system`Bob Van Landuyt
2017-06-13Fix filename method of GitlabUploader to return always real filenameKamil Trzcinski
2017-06-12Merge branch 'sh-fix-refactor-uploader-work-dir' into 'master'Kamil Trzciński
2017-06-08Make the uploader use the updated folderBob Van Landuyt
2017-06-08Bring in security changes from the 9.2.5 releaseDJ Mountney
2017-06-07Merge branch '12910-snippets-description' into 'master'Phil Hughes
2017-06-07Support uploads for newly created personal snippetsJarka Kadlecova
2017-06-06Set artifact working directory to be in the destination store to prevent unne...Stan Hu
2017-06-05Fix LFS timeouts when trying to save large filesStan Hu
2017-06-01Add missing specsKamil Trzcinski
2017-06-01Fix data inconsistency issue for old artifacts by moving them to a currently ...Kamil Trzcinski
2017-05-31Support descriptions for snippetsJarka Kadlecova
2017-05-02Support uploaders for personal snippets commentsJarka Kadlecova
2017-04-10Periodically clean up temporary upload files to recover storage spaceblackst0ne
2017-03-06Handle relative and absolute Upload paths in the UploadersRobert Speicher
2017-03-06Add `RecordsUploads` module to record Upload records via callbacksRobert Speicher
2017-02-25Minor refactoring of UploadersRobert Speicher
2017-02-23Enable Style/MutableConstantDouwe Maan
2017-02-15Merge branch 'svg-xss-fix' into 'security' Robert Speicher
2017-01-03Copy, don't move uploaded avatar filesJacob Vosmaer
2016-12-15Add Gitlab::Middleware::MultipartJacob Vosmaer