forgejo/modules/setting
Lunny Xiao b223d36195
Rework repository archive (#14723)
* 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>
2021-06-23 17:12:38 -04:00
..
attachment.go
cache.go
cors.go
cron.go
cron_test.go
database.go
database_sqlite.go
database_test.go
git.go
indexer.go Clean-up the settings hierarchy for issue_indexer queue (#16001) 2021-06-16 18:19:20 -04:00
indexer_test.go
lfs.go Add asymmetric JWT signing (#16010) 2021-06-17 23:56:46 +02:00
log.go
mailer.go
markup.go Add sanitizer rules per renderer (#16110) 2021-06-23 17:09:51 -04:00
migrations.go
mime_type_map.go
oauth2_client.go
picture.go
project.go
queue.go Clean-up the settings hierarchy for issue_indexer queue (#16001) 2021-06-16 18:19:20 -04:00
repository.go Rework repository archive (#14723) 2021-06-23 17:12:38 -04:00
service.go
session.go
setting.go Use data path instead of config path (#16227) 2021-06-23 16:56:25 +02:00
setting_test.go
storage.go Rework repository archive (#14723) 2021-06-23 17:12:38 -04:00
storage_test.go
task.go
webhook.go