aboutsummaryrefslogtreecommitdiffstats
path: root/cmd/dump.go
Commit message (Expand)AuthorAgeFilesLines
* Merge setting.InitXXX into one function with options (#24389)Lunny Xiao2023-05-041-2/+1
* Add --quiet option to gitea dump (#22969)Fredrik Eriksson2023-04-101-1/+17
* Check LFS/Packages settings in dump and doctor command (#23631)Zettat1232023-03-231-0/+4
* add path prefix to ObjectStorage.Iterator (#23332)FuXiaoHei2023-03-131-3/+3
* Refactor `setting.Database.UseXXX` to methods (#23354)Jason Song2023-03-071-1/+1
* Close the temp file when dumping database to make the temp file can be delete...wxiaoguang2023-03-021-0/+1
* Refactor the setting to make unit test easier (#22405)Lunny Xiao2023-02-201-9/+11
* Improve utils of slices (#22379)Jason Song2023-01-111-10/+1
* Implement FSFE REUSE for golang files (#21840)flynnnnnnnnnn2022-11-271-2/+1
* dump: Add option to skip index dirs (#21501)Johan Van de Wauw2022-10-241-0/+9
* Add Tar ZSTD support (#20493)Gusted2022-07-271-1/+1
* Dump should only copy regular files and symlink regular files (#20015)v1.18.0-devwxiaoguang2022-06-181-3/+18
* Allow package dump skipping (#19506)KN4CK3R2022-04-261-23/+35
* When dumping trim the standard suffices instead of a random suffix (#19440)zeripath2022-04-201-2/+7
* format with gofumpt (#18184)65432022-01-201-1/+1
* Simplify parameter types (#18006)Gusted2021-12-201-2/+2
* Fix outType on gitea dump (#18000)Gusted2021-12-171-2/+5
* Improve install code to avoid low-level mistakes. (#17779)wxiaoguang2021-12-011-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
* refactor: move from io/ioutil to io and os package (#17109)Eng Zer Jun2021-09-221-2/+1
* Move db related basic functions to models/db (#17075)Lunny Xiao2021-09-191-3/+3
* Add an abstract json layout to make it's easier to change json library (#16528)Lunny Xiao2021-07-241-2/+1
* Fix various documentation, user-facing, and source comment typos (#16367)luzpaz2021-07-081-1/+1
* dump: Add option to skip LFS/attachment files (#15407)Johan Van de Wauw2021-04-121-2/+14
* Migrate to use jsoniter instead of encoding/json (#14841)zeripath2021-03-011-1/+2
* Exclude the current dump file from the dump (#14606)zeripath2021-02-081-42/+24
* Move macaron to chi (#14293)Lunny Xiao2021-01-261-1/+1
* Handle and propagate errors when checking if paths are Dirs, Files or Exist (...zeripath2020-11-271-5/+14
* Add default storage configurations (#12813)Lunny Xiao2020-09-291-5/+40
* gitea dump: include version & Check InstallLock (#12760)65432020-09-071-0/+4
* Re-attempt to delete temporary upload if the file is locked by another proces...zeripath2020-08-111-2/+7
* Dump: add output format tar and output to stdout (#10376)PhilippHomann2020-06-051-57/+212
* cmd: dump: check value of skip-repository flag (#11254)Kyle Evans2020-05-031-1/+1
* cmd: dump: add an -L/--skip-log option (#11253)Kyle Evans2020-04-301-1/+10
* fix dump non-exist log directory (#9818)Lunny Xiao2020-01-161-2/+4
* Fixed errors logging in dump.go (#9218)Rychu2019-12-171-26/+32
* Move database settings from models to setting (#7806)Lunny Xiao2019-08-241-3/+2
* Use gitea forked macaron (#7933)Tamal Saha2019-08-231-2/+2
* Change verbose flag in dump command to avoid colliding with global version fl...John Olheiser2019-05-011-1/+1
* Make CustomPath, CustomConf and AppWorkPath configurable at build (#6631)zeripath2019-04-291-8/+0
* Include custom configuration file in dump (#6516)mrsdizzie2019-04-051-0/+8
* support custom file name in `gitea dump` command (#6474)glaszig2019-04-011-1/+6
* Add flag to skip repository dumping (#5695)Zsombor2019-01-131-14/+22
* General refactor of the cmd package (#3328)Morgan Bazalgette2018-01-121-8/+8
* Set session and indexers' data files rel to AppDataPath (#2192)Guillaume Dube2017-11-031-4/+1
* Set TMPDIR enviroment variable for dump command (#1915)Jonas Östanbäck2017-06-081-0/+5
* refactor: show command help message. (#1486)Bo-Yi Wu2017-04-121-0/+1
* bug fix for dump when data directoryis not exist (#1025)Lunny Xiao2017-03-021-10/+13
* remove unused fixme on dump command (#1065)Lunny Xiao2017-02-261-1/+1