gitea/modules
ttys3 e933f31426
Add health check endpoint (#18465)
* chore: add health check endpoint

docs: update document about health check

fix: fix up Sqlite3 ping. current ping will success even if the db file is missing

fix: do not expose privacy information in output field

* refactor: remove HealthChecker struct

* Added `/api/healthz` to install routes.

This was needed for using /api/healthz endpoint in Docker healthchecks,
otherwise, Docker would never become healthy if using healthz endpoint
and users would not be able to complete the installation of Gitea.

* Update modules/cache/cache.go

* fine tune

* Remove unnecessary test code. Now there are 2 routes for installation (and maybe more in future)

Co-authored-by: Lunny Xiao <xiaolunwen@gmail.com>
Co-authored-by: wxiaoguang <wxiaoguang@gmail.com>
Co-authored-by: 6543 <6543@obermui.de>
Co-authored-by: Marcos de Oliveira <marcossantos@furb.br>
2022-05-04 14:56:20 +03:00
..
activitypub
analyze
appstate
auth Remove legacy +build: constraint (#19582) 2022-05-02 23:22:45 +08:00
avatar Remove legacy +build: constraint (#19582) 2022-05-02 23:22:45 +08:00
base
cache Add health check endpoint (#18465) 2022-05-04 14:56:20 +03:00
charset
container
context Only check for non-finished migrating task (#19601) 2022-05-04 12:09:42 +02:00
convert Use for a repo action one database transaction (#19576) 2022-05-03 21:46:28 +02:00
csv
doctor [doctor] authorized-keys: fix displayed check name (#19464) 2022-04-24 20:06:33 +02:00
emoji
eventsource Improve Stopwatch behavior (#18930) 2022-04-25 22:45:22 +02:00
generate
git Use for a repo action one database transaction (#19576) 2022-05-03 21:46:28 +02:00
gitgraph
graceful Remove legacy +build: constraint (#19582) 2022-05-02 23:22:45 +08:00
hcaptcha
highlight
hostmatcher Support hostname:port to pass host matcher's check #19543 (#19543) 2022-04-29 01:39:50 +08:00
httpcache
httplib
indexer Prevent dangling archiver goroutine (#19516) 2022-04-26 19:22:26 -04:00
json
lfs Remove legacy +build: constraint (#19582) 2022-05-02 23:22:45 +08:00
log Only set CanColorStdout / CanColorStderr to true if the stdout/stderr is a terminal (#19581) 2022-05-03 18:03:34 +02:00
markup
metrics
migration Remove legacy +build: constraint (#19582) 2022-05-02 23:22:45 +08:00
nosql
notification more context for models (#19511) 2022-04-28 13:48:48 +02:00
options Remove legacy +build: constraint (#19582) 2022-05-02 23:22:45 +08:00
packages
paginator
password
pprof
private
process
proxy
public Remove legacy +build: constraint (#19582) 2022-05-02 23:22:45 +08:00
queue Fix 64-bit atomic operations on 32-bit machines (#19531) 2022-04-27 10:32:04 -05:00
recaptcha
references
repository fix #19545 (#19563) 2022-04-30 20:50:56 +08:00
secret
session
setting Remove legacy +build: constraint (#19582) 2022-05-02 23:22:45 +08:00
ssh
storage
structs Respect DefaultUserIsRestricted system default when creating new user (#19310) 2022-04-29 15:38:11 -04:00
svg Remove legacy +build: constraint (#19582) 2022-05-02 23:22:45 +08:00
sync Use queue instead of memory queue in webhook send service (#19390) 2022-04-25 20:03:01 +02:00
templates Remove legacy +build: constraint (#19582) 2022-05-02 23:22:45 +08:00
test more context for models (#19511) 2022-04-28 13:48:48 +02:00
timeutil
translation
typesniffer
updatechecker
upload
uri
user
util
validation use IsLoopback (#19477) 2022-04-25 13:55:12 +08:00
web