Commit Graph

2 Commits (de2e96e37b58eebd0cee1def7f07e6e96023c207)

Author SHA1 Message Date
Lunny Xiao 67f135ca5d
Fix archive error when rename repo or user ()
Use repo id instead of full name to generate archive path
Lunny Xiao b223d36195
Rework repository archive ()
* Use storage to store archive files

* Fix backend lint

* Add archiver table on database

* Finish archive download

* Fix test

* Add database migrations

* Add status for archiver

* Fix lint

* Add queue

* Add doctor to check and delete old archives

* Improve archive queue

* Fix tests

* improve archive storage

* Delete repo archives

* Add missing fixture

* fix fixture

* Fix fixture

* Fix test

* Fix archiver cleaning

* Fix bug

* Add docs for repository archive storage

* remove repo-archive configuration

* Fix test

* Fix test

* Fix lint

Co-authored-by: 6543 <6543@obermui.de>
Co-authored-by: techknowlogick <techknowlogick@gitea.io>