aboutsummaryrefslogtreecommitdiffstats
path: root/cmd/migrate_storage.go
Commit message (Expand)AuthorAgeFilesLines
* fix: typo (#27009)MomentQYC2023-09-111-1/+1
* Refactor to use urfave/cli/v2 (#25959)wxiaoguang2023-07-211-23/+26
* Fix all possible setting error related storages and added some tests (#23911)Lunny Xiao2023-06-141-13/+15
* Support migrating storage for actions log via command line (#24679)Jason Song2023-05-121-1/+19
* Make minio package support legacy MD5 checksum (#23768)wxiaoguang2023-03-281-8/+19
* Refactor the setting to make unit test easier (#22405)Lunny Xiao2023-02-201-1/+1
* Implement FSFE REUSE for golang files (#21840)flynnnnnnnnnn2022-11-271-2/+1
* Merge db.Iterate and IterateObjects (#21641)Lunny Xiao2022-10-311-6/+6
* fix hard-coded timeout and error panic in API archive download endpoint (#20925)Peter GardfjÀll2022-08-291-5/+2
* Add migrate repo archiver and packages storage support on command line (#20757)Lunny Xiao2022-08-161-35/+48
* Move some code into models/git (#19879)Lunny Xiao2022-06-121-2/+2
* Some repository refactors (#17950)Lunny Xiao2021-12-121-1/+1
* Move repository model into models/repo (#17933)Lunny Xiao2021-12-101-1/+1
* Improve install code to avoid low-level mistakes. (#17779)wxiaoguang2021-12-011-1/+0
* Move user related model into models/user (#17781)Lunny Xiao2021-11-241-1/+2
* Move attachment into models/repo/ (#17650)Lunny Xiao2021-11-191-1/+2
* Fix bug on admin subcommand (#17533)Lunny Xiao2021-11-071-1/+4
* Rename db Engines related functions (#17481)Lunny Xiao2021-10-301-1/+1
* Move db related basic functions to models/db (#17075)Lunny Xiao2021-09-191-1/+2
* Always emit the configuration path (#17036)zeripath2021-09-131-0/+1
* Fix various documentation, user-facing, and source comment typos (#16367)luzpaz2021-07-081-1/+1
* Add --quiet and --verbose to gitea web to control initial logging (#16260)zeripath2021-06-261-4/+4
* Avatars and Repo avatars support storing in minio (#12516)Lunny Xiao2020-10-141-2/+23
* Provide self-registering storage system (#12978)zeripath2020-10-121-14/+23
* Add default storage configurations (#12813)Lunny Xiao2020-09-291-8/+9
* LFS support to be stored on minio (#12518)Lunny Xiao2020-09-081-31/+43
* Add a storage layer for attachments (#11387)Lunny Xiao2020-08-181-0/+147