summaryrefslogtreecommitdiff
path: root/spec/lib/gitlab/import_export/after_export_strategies
Commit message (Collapse)AuthorAgeFilesLines
* Add latest changes from gitlab-org/gitlab@14-0-stable-eev14.0.0-rc42GitLab Bot2021-06-161-6/+16
|
* Add latest changes from gitlab-org/gitlab@13-2-stable-eeGitLab Bot2020-07-202-2/+2
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-03-122-0/+12
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-11-262-0/+4
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-09-191-7/+19
|
* Protect Gitlab::HTTP against DNS rebinding attackDouwe Maan2019-05-301-1/+3
| | | | | | Gitlab::HTTP now resolves the hostname only once, verifies the IP is not blocked, and then uses the same IP to perform the actual request, while passing the original hostname in the `Host` header and SSL SNI field.
* Fix bug when project export to remote url failsFrancisco Javier López2019-04-241-0/+12
|
* refactor code based on feedbackJames Lopez2018-09-071-1/+1
|
* refactor code based on feedbackJames Lopez2018-09-071-1/+1
|
* Refactor code to remove object storage flag from Import/ExportJames Lopez2018-09-063-133/+6
| | | | | | Updated docs, refactor import/export code Fix AvatarUploader path issue Fix project export upload webhook error
* Update Import/Export to use object storage (based on aa feature flag)James Lopez2018-07-063-5/+132
|
* Extend API for exporting a project with direct upload URLFrancisco Javier López2018-03-302-0/+140