summaryrefslogtreecommitdiffstats
path: root/cmd/doctor.go
Commit message (Expand)AuthorAgeFilesLines
* Don't buffer doctor logger (#19982)Gusted2022-06-161-1/+1
* [doctor] update the help with fix capabilities (#19762)silentcodeg2022-05-201-2/+2
* format with gofumpt (#18184)65432022-01-201-1/+0
* Propagate context and ensure git commands run in request context (#17868)zeripath2022-01-191-2/+1
* Improve install code to avoid low-level mistakes. (#17779)wxiaoguang2021-12-011-1/+1
* A better go code formatter, and now `make fmt` can run in Windows (#17684)wxiaoguang2021-11-171-2/+1
* Fix bug on admin subcommand (#17533)Lunny Xiao2021-11-071-2/+8
* Rename db Engines related functions (#17481)Lunny Xiao2021-10-301-2/+2
* Move db related basic functions to models/db (#17075)Lunny Xiao2021-09-191-4/+4
* Fix storage Iterate bug and Add storage doctor to delete garbage attachments ...Lunny Xiao2021-09-061-1/+0
* Refactor doctor (#12264)zeripath2020-12-021-521/+35
* Add command to recreate tables (#12407)zeripath2020-09-061-0/+63
* Initial support for push options (#12169)John Olheiser2020-08-231-0/+31
* Re-attempt to delete temporary upload if the file is locked by another proces...zeripath2020-08-111-1/+2
* Decrease the num_stars when deleting a repo (#11954)赵智超2020-07-071-0/+10
* Add migration to set IsArchived false if it is null (#11853)zeripath2020-06-111-0/+16
* Doctor check & fix db consistency (#11111)65432020-05-291-2/+85
* Return error for authorized_keys and mergebase problems (#10990)zeripath2020-04-081-1/+4
* Mulitple Gitea Doctor improvements (#10943)zeripath2020-04-061-45/+312
* Implement basic app.ini and path checks to doctor cmd (#10064)guillep2k2020-01-301-15/+112
* Add a new command doctor to check if some wrong configurations on gitea insta...Lunny Xiao2020-01-111-0/+130