aboutsummaryrefslogtreecommitdiffstats
path: root/services/archiver/archiver.go
Commit message (Expand)AuthorAgeFilesLines
* Move repo archiver to models/repo (#17913)Lunny Xiao2021-12-061-279/+0
* Return 400 but not 500 when request archive with wrong format (#17691)Lunny Xiao2021-11-171-1/+17
* Fix bundle creation (#17079)Alexey 〒erentyev2021-09-261-2/+4
* Move db related basic functions to models/db (#17075)Lunny Xiao2021-09-191-3/+4
* Add bundle download for repository (#14538)John Olheiser2021-08-241-7/+18
* Rework repository archive (#14723)Lunny Xiao2021-06-231-232/+162
* Make modules/context.Context a context.Context (#16031)zeripath2021-05-311-2/+2
* Handle and propagate errors when checking if paths are Dirs, Files or Exist (...zeripath2020-11-271-8/+17
* [RFC] Make archival asynchronous (#11296)Kyle Evans2020-11-071-0/+310