Download a folder from repository
Compare changes
+ 5
− 0
This is based from the Community contribution MR from @kiameisomabes: https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/20604.
Add links to download a folder from repository in different formats (zip
, tar.gz
, tar.bz2
, or tar
).
Add GetArchiveRequest
to git-archive params.
Modifies Git::Repository#archive_metadata
to append path
to ArchivePrefix
so it'll not hit the cache of repository archive when it already exists.
gitlab-ee MR is created as ee_compat_check
fails: https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/10533.
GITALY_SERVER_VERSION
when version required gets released.GITLAB_WORKHORSE_VERSION
when version required gets released.gitaly-proto
gem when version required gets released.Closes #24704 (closed)