forgejo/modules/doctor
Gusted 59fd864fad
Add breaking email restrictions checker in doctor (#19903)
* 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>
2022-06-07 16:51:33 -04:00
..
authorizedkeys.go
breaking.go Add breaking email restrictions checker in doctor (#19903) 2022-06-07 16:51:33 -04:00
checkOldArchives.go
dbconsistency.go
dbversion.go
doctor.go
fix16961.go Fix inconsistency in doctor output (#19836) 2022-05-31 14:49:40 -04:00
fix16961_test.go
mergebase.go Fix inconsistency in doctor output (#19836) 2022-05-31 14:49:40 -04:00
misc.go
paths.go
storage.go
usertype.go