summaryrefslogtreecommitdiffstats
path: root/cmd/dump.go
Commit message (Expand)AuthorAgeFilesLines
* 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
* Cleanup log messagingGabriel Jackson2017-02-021-11/+11
* Update xorm and fix dump command (#692)Lunny Xiao2017-01-231-1/+5
* Add data directory excluding sessions to dump (#587)Manuel Kuhlmann2017-01-121-0/+53
* Update xorm and dependencies vendor for feature to dump to other database (#565)Lunny Xiao2017-01-031-2/+12
* Remove remaining Gogs reference on locales and cmd (#430)Joubert RedRat2016-12-211-10/+11
* Catch os... errorsBwko2016-12-021-3/+5
* fix gofmt error.Bo-Yi Wu2016-11-151-1/+1
* Update import paths from github.com/go-gitea to code.gitea.io (#135)Sandro Santilli2016-11-101-2/+2
* Use cli Flags directly and not some helper funcsMatthias Loibl2016-11-091-7/+16
* Made linter happy in cmd folderThomas Boerger2016-11-041-0/+1
* Change import reference to match gitea instead of gogs (#37)Rémy Boulanouar2016-11-031-2/+2
* codegangsta/cli => urfave/cli (#3546)Kim "BKC" Carlbäcker2016-08-301-1/+1
* Fix #3361: Dumps are created world readable (#3473)Thibault Meyer2016-08-171-0/+4
* gogs dump tempdir flag (#3086)Alex Myasoedov2016-05-231-2/+7
* #3045 fix DEPRECATED Action signature erorrUnknwon2016-05-121-6/+8
* add name of the dump file in last log messagekakwa2015-11-281-1/+1
* Fix dump of log and custom directory in dump cmdkakwa2015-11-281-4/+8
* Using a tmp dir to generate db and repo dumpskakwa2015-11-281-6/+17
* Adding more error handling in dump cmdkakwa2015-11-281-4/+12
* fix api brokenUnknwon2015-11-151-2/+2
* simplify namesUnknwon2015-09-161-2/+2
* cmd: code fix for #905Unknwon2015-02-081-1/+1
* Add option to provide configuration file on command linePeter Smit2015-02-051-0/+4
* Fix #656chai20102014-11-241-1/+1
* Page: Compare 2 commitsUnknwon2014-10-101-0/+1
* Organization level webhooksUnknwon2014-09-071-3/+5
* Fixed #209Unknown2014-05-251-9/+9
* Clean api codeUnknown2014-05-051-5/+8
* command dumpUnknown2014-05-051-6/+18
* Add command dump and move to cmd didUnknown2014-05-011-0/+52