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-07-20Add latest changes from gitlab-org/gitlab@13-2-stable-eeGitLab Bot
2020-02-07Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2019-10-15Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2018-12-10Fix already initialized constant IDENTIFIER warningSemyon Pupkov
/app/spec/uploaders/personal_file_uploader_spec.rb:3: warning: already initialized constant IDENTIFIER /app/spec/uploaders/namespace_file_uploader_spec.rb:3: warning: previous definition of IDENTIFIER was here
2018-11-12Extract code from Issues::MoveServiceJarka Košanová
Extract code to make it easier reusable - introduce AttributesRewriter and ContentRewriter - support group entites when rewriting content - make Uploader copy_to working for Namespaces
2018-09-11Fix workhorse temp path for namespace uploadsJarka Košanová
2018-08-21Fix NamespaceUploader.base_dir for remote uploadsJarka Kadlecová
2018-06-07Make all uses of `fixture_file_upload` use relative pathsRobert Speicher
2018-03-26remove some lintMicaël Bergeron
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
2017-12-07Support uploads for groupsJarka Kadlecova