aboutsummaryrefslogtreecommitdiffstats
path: root/modules/doctor/dbconsistency.go
Commit message (Expand)AuthorAgeFilesLines
* Refactor `setting.Database.UseXXX` to methods (#23354)Jason Song2023-03-071-1/+1
* Implement FSFE REUSE for golang files (#21840)flynnnnnnnnnn2022-11-271-2/+1
* Add `context.Context` to more methods (#21546)KN4CK3R2022-11-191-11/+11
* Prevent dangling user redirects (#21856)Gusted2022-11-181-0/+3
* Move some files into models' sub packages (#20262)Lunny Xiao2022-08-251-5/+5
* Backtick table name in generic orphan check (#20019)Gusted2022-06-191-2/+2
* Add dbconsistency checks for Stopwatches (#20010)zeripath2022-06-181-0/+6
* Move issues related files into models/issues (#19931)Lunny Xiao2022-06-131-14/+15
* [doctor] pq: syntax error at or near "." quote user table name (#19765)silentcodeg2022-05-201-2/+2
* Add doctor orphan check for orphaned pull requests without an existing base r...silentcodeg2022-05-181-0/+3
* Delete user related oauth stuff on user deletion too (#19677)65432022-05-111-0/+9
* [doctor] Add check/fix for bogus action rows (#19656)singuliere2022-05-101-0/+9
* 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