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 (Collapse)Author
2020-03-12Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2019-10-03Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2018-10-03Backport of "Use Geo log to remove files when migrated to object storage"Toon Claes
2018-07-09Fix specsKamil Trzciński
2018-07-09Fix and add specs for testing metadata entryKamil Trzciński
2018-07-09Access metadata directly from Object StorageKamil Trzciński
Previously we would pull the file, now, we just stream-it as needed from Object Storage
2018-07-05Enable frozen string in apps/validators/*.rbgfyoung
Partially addresses #47424.
2018-04-23Resolve "Avatar URLs are wrong when using a CDN path and Object Storage"Micaël Bergeron
2018-02-28Merge remote-tracking branch 'origin/master' into ↵Kamil Trzciński
object-storage-ee-to-ce-backport
2018-02-28Merge commit '7e424eb852716495073881710e8a8851b4a4cd5a' into ↵Kamil Trzciński
object-storage-ee-to-ce-backport
2018-02-28Merge branch '4163-move-uploads-to-object-storage' into 'master'Sean McGivern
Move uploads to object storage Closes #4163 See merge request gitlab-org/gitlab-ee!3867
2018-02-22Fix 500 error when loading an invalid upload URLSean McGivern
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-09-19Do not perform hard check (presence of file on storage)Kamil Trzcinski
Instead perform soft check (the column set to indicate that file does exist)
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
Set artifact working directory to be in the destination store to prevent unnecessary I/O Closes #33274 See merge request !11905
2017-06-08Make the uploader use the updated folderBob Van Landuyt
2017-06-08Bring in security changes from the 9.2.5 releaseDJ Mountney
Ran: - git format-patch v9.2.2..v9.2.5 --stdout > patchfile.patch - git checkout -b 9-2-5-security-patch origin/v9.2.2 - git apply patchfile.patch - git commit - [Got the sha ref for the commit] - git checkout -b upstream-9-2-security master - git cherry-pick <SHA of the patchfile commit> - [Resolved conflicts] - git cherry-pick --continue
2017-06-06Set artifact working directory to be in the destination store to prevent ↵Stan Hu
unnecessary I/O Similar to #33218, build artifacts were being uploaded into a CarrierWave temporary directory in the Rails root directory before moved to their final destination, which could cause a copy across filesystems. This merge request refactors the work in !11866 so that any uploader can just override `work_dir` to change the default implementation. Closes #33274
2017-06-01Add missing specsKamil Trzcinski
2017-06-01Fix data inconsistency issue for old artifacts by moving them to a currently ↵Kamil Trzcinski
used path
2017-05-02Support uploaders for personal snippets commentsJarka Kadlecova
2017-03-06Handle relative and absolute Upload paths in the UploadersRobert Speicher
2017-02-25Minor refactoring of UploadersRobert Speicher
- Moves a duplicate `file_storage?` definition into the common `GitlabUploader` ancestor. - Get the `uploads` base directory from a class method rather than hard-coding it where it's needed. This will be used in a subsequent MR to store Uploads in the database. - Improves the specs for uploaders.
2016-12-15Add Gitlab::Middleware::MultipartJacob Vosmaer