index
:
forgejo
forgejo
forgejo
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
cmd
/
dump.go
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
fixed duplicate attachments on dump on windows (#28019)
Anudeep Reddy
2023-11-14
1
-1
/
+1
*
clarify aspects of the dump command (#26887)
JonRB
2023-09-03
1
-1
/
+1
*
Refactor to use urfave/cli/v2 (#25959)
wxiaoguang
2023-07-21
1
-31
/
+38
*
Replace `interface{}` with `any` (#25686)
silverwind
2023-07-04
1
-2
/
+2
*
Refactor path & config system (#25330)
wxiaoguang
2023-06-21
1
-1
/
+1
*
Fix all possible setting error related storages and added some tests (#23911)
Lunny Xiao
2023-06-14
1
-3
/
+3
*
Rewrite logger system (#24726)
wxiaoguang
2023-05-22
1
-4
/
+1
*
Merge setting.InitXXX into one function with options (#24389)
Lunny Xiao
2023-05-04
1
-2
/
+1
*
Add --quiet option to gitea dump (#22969)
Fredrik Eriksson
2023-04-10
1
-1
/
+17
*
Check LFS/Packages settings in dump and doctor command (#23631)
Zettat123
2023-03-23
1
-0
/
+4
*
add path prefix to ObjectStorage.Iterator (#23332)
FuXiaoHei
2023-03-13
1
-3
/
+3
*
Refactor `setting.Database.UseXXX` to methods (#23354)
Jason Song
2023-03-07
1
-1
/
+1
*
Close the temp file when dumping database to make the temp file can be delete...
wxiaoguang
2023-03-02
1
-0
/
+1
*
Refactor the setting to make unit test easier (#22405)
Lunny Xiao
2023-02-19
1
-9
/
+11
*
Improve utils of slices (#22379)
Jason Song
2023-01-11
1
-10
/
+1
*
Implement FSFE REUSE for golang files (#21840)
flynnnnnnnnnn
2022-11-27
1
-2
/
+1
*
dump: Add option to skip index dirs (#21501)
Johan Van de Wauw
2022-10-24
1
-0
/
+9
*
Add Tar ZSTD support (#20493)
Gusted
2022-07-27
1
-1
/
+1
*
Dump should only copy regular files and symlink regular files (#20015)
v1.18.0-dev
wxiaoguang
2022-06-18
1
-3
/
+18
*
Allow package dump skipping (#19506)
KN4CK3R
2022-04-26
1
-23
/
+35
*
When dumping trim the standard suffices instead of a random suffix (#19440)
zeripath
2022-04-20
1
-2
/
+7
*
format with gofumpt (#18184)
6543
2022-01-20
1
-1
/
+1
*
Simplify parameter types (#18006)
Gusted
2021-12-20
1
-2
/
+2
*
Fix outType on gitea dump (#18000)
Gusted
2021-12-17
1
-2
/
+5
*
Improve install code to avoid low-level mistakes. (#17779)
wxiaoguang
2021-12-01
1
-1
/
+2
*
Fix bug on admin subcommand (#17533)
Lunny Xiao
2021-11-07
1
-1
/
+4
*
Rename db Engines related functions (#17481)
Lunny Xiao
2021-10-30
1
-1
/
+1
*
refactor: move from io/ioutil to io and os package (#17109)
Eng Zer Jun
2021-09-22
1
-2
/
+1
*
Move db related basic functions to models/db (#17075)
Lunny Xiao
2021-09-19
1
-3
/
+3
*
Add an abstract json layout to make it's easier to change json library (#16528)
Lunny Xiao
2021-07-24
1
-2
/
+1
*
Fix various documentation, user-facing, and source comment typos (#16367)
luzpaz
2021-07-08
1
-1
/
+1
*
dump: Add option to skip LFS/attachment files (#15407)
Johan Van de Wauw
2021-04-12
1
-2
/
+14
*
Migrate to use jsoniter instead of encoding/json (#14841)
zeripath
2021-03-01
1
-1
/
+2
*
Exclude the current dump file from the dump (#14606)
zeripath
2021-02-08
1
-42
/
+24
*
Move macaron to chi (#14293)
Lunny Xiao
2021-01-26
1
-1
/
+1
*
Handle and propagate errors when checking if paths are Dirs, Files or Exist (...
zeripath
2020-11-28
1
-5
/
+14
*
Add default storage configurations (#12813)
Lunny Xiao
2020-09-29
1
-5
/
+40
*
gitea dump: include version & Check InstallLock (#12760)
6543
2020-09-08
1
-0
/
+4
*
Re-attempt to delete temporary upload if the file is locked by another proces...
zeripath
2020-08-11
1
-2
/
+7
*
Dump: add output format tar and output to stdout (#10376)
PhilippHomann
2020-06-05
1
-57
/
+212
*
cmd: dump: check value of skip-repository flag (#11254)
Kyle Evans
2020-05-03
1
-1
/
+1
*
cmd: dump: add an -L/--skip-log option (#11253)
Kyle Evans
2020-05-01
1
-1
/
+10
*
fix dump non-exist log directory (#9818)
Lunny Xiao
2020-01-17
1
-2
/
+4
*
Fixed errors logging in dump.go (#9218)
Rychu
2019-12-17
1
-26
/
+32
*
Move database settings from models to setting (#7806)
Lunny Xiao
2019-08-24
1
-3
/
+2
*
Use gitea forked macaron (#7933)
Tamal Saha
2019-08-23
1
-2
/
+2
*
Change verbose flag in dump command to avoid colliding with global version fl...
John Olheiser
2019-05-01
1
-1
/
+1
*
Make CustomPath, CustomConf and AppWorkPath configurable at build (#6631)
zeripath
2019-04-29
1
-8
/
+0
*
Include custom configuration file in dump (#6516)
mrsdizzie
2019-04-05
1
-0
/
+8
*
support custom file name in `gitea dump` command (#6474)
glaszig
2019-04-01
1
-1
/
+6
[next]