mirror of https://github.com/go-gitea/gitea.git
You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
* Add breaking change check in doctor - This patch introduces a new kind of doctor type, breaking. This file is made to register checks that helps with detecting when a breaking change might impact a Gitea instance. - For now the only check here(and the reason of creating this) is to check if all users in the database has a valid email address, which might not be the case after https://github.com/go-gitea/gitea/pull/17688. This _simply_ uses the validation function to detect and report these cases. - Helps admins with detecting #19897. - I have no clue which priority should be and IsDefault is true, because when breaking change happen and we have a doctor check for it, we can say "run `gitea doctor` to help you with this and maybe you find other errors 😉". * Makes no sense tbh * Fix copyright * Update modules/doctor/breaking.go Co-authored-by: Lunny Xiao <xiaolunwen@gmail.com> Co-authored-by: techknowlogick <matti@mdranta.net> Co-authored-by: Lunny Xiao <xiaolunwen@gmail.com> Co-authored-by: techknowlogick <techknowlogick@gitea.io> |
3 years ago | |
---|---|---|
.. | ||
authorizedkeys.go | 3 years ago | |
breaking.go | 3 years ago | |
checkOldArchives.go | 3 years ago | |
dbconsistency.go | 3 years ago | |
dbversion.go | 3 years ago | |
doctor.go | 3 years ago | |
fix16961.go | 3 years ago | |
fix16961_test.go | 3 years ago | |
mergebase.go | 3 years ago | |
misc.go | 3 years ago | |
paths.go | 3 years ago | |
storage.go | 3 years ago | |
usertype.go | 3 years ago |