aboutsummaryrefslogtreecommitdiffstats
path: root/modules/doctor/dbconsistency.go
Commit message (Expand)AuthorAgeFilesLines
* Propagate context and ensure git commands run in request context (#17868)zeripath2022-01-191-4/+4
* Quote references to the user table in consistency checks (#18072)zeripath2021-12-221-2/+2
* Move attachment into models/repo/ (#17650)Lunny Xiao2021-11-191-2/+3
* Rename db Engines related functions (#17481)Lunny Xiao2021-10-301-1/+1
* Nicely handle missing user in collaborations (#17049)zeripath2021-09-271-253/+138
* Move db related basic functions to models/db (#17075)Lunny Xiao2021-09-191-3/+4
* Add doctor dbconsistency check for release and attachment (#16978)Lunny Xiao2021-09-141-0/+36
* Delete references if repository gets deleted (#15681)KN4CK3R2021-04-301-9/+46
* Delete protected branch if repository gets removed (#15658)KN4CK3R2021-04-301-8/+26
* Delete Labels & IssueLabels on Repo Delete too (#15039)65432021-03-191-1/+18
* Prevent addition of labels from outside the repository or organisation in iss...zeripath2021-03-191-0/+39
* Fix postgres ID sequences broken by recreate-table (#15015)zeripath2021-03-181-0/+20
* Prevent adding nil label to .AddedLabels or .RemovedLabels (#14623)zeripath2021-02-101-0/+18
* Refactor doctor (#12264)zeripath2020-12-021-0/+127