mirror of
https://codeberg.org/forgejo/forgejo.git
synced 2025-11-15 05:34:32 +00:00
Our trace logging is far from perfect and is difficult to follow. This PR: * Add trace logging for process manager add and remove. * Fixes an errant read file for git refs in getMergeCommit * Brings in the pullrequest `String` and `ColorFormat` methods introduced in #22568 * Adds a lot more logging in to testPR etc. Ref #22578 --------- Signed-off-by: Andrew Thornton <art27@cantab.net> Co-authored-by: Lunny Xiao <xiaolunwen@gmail.com> Co-authored-by: delvh <dev.lh@web.de> Co-authored-by: 6543 <6543@obermui.de> Co-authored-by: techknowlogick <techknowlogick@gitea.io> |
||
|---|---|---|
| .. | ||
| buffer.go | ||
| buffer_test.go | ||
| colors.go | ||
| colors_router.go | ||
| conn.go | ||
| conn_test.go | ||
| console.go | ||
| console_other.go | ||
| console_test.go | ||
| console_windows.go | ||
| errors.go | ||
| event.go | ||
| file.go | ||
| file_test.go | ||
| flags.go | ||
| groutinelabel.go | ||
| groutinelabel_test.go | ||
| level.go | ||
| level_test.go | ||
| log.go | ||
| log_test.go | ||
| logger.go | ||
| multichannel.go | ||
| provider.go | ||
| smtp.go | ||
| smtp_test.go | ||
| stack.go | ||
| writer.go | ||
| writer_test.go | ||