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.
gitea/modules/log
wxiaoguang 911975059a
Improve test logger (#24235)
Before, there was a `log/buffer.go`, but that design is not general, and
it introduces a lot of irrelevant `Content() (string, error) ` and
`return "", fmt.Errorf("not supported")` .


And the old `log/buffer.go` is difficult to use, developers have to
write a lot of `Contains` and `Sleep` code.


The new `LogChecker` is designed to be a general approach to help to
assert some messages appearing or not appearing in logs.
2 years ago
..
colors.go Improve trace logging for pulls and processes (#22633) 2 years ago
colors_router.go
conn.go Improve test logger (#24235) 2 years ago
conn_test.go
console.go Improve test logger (#24235) 2 years ago
console_other.go
console_test.go
console_windows.go
errors.go
event.go Improve test logger (#24235) 2 years ago
file.go Improve test logger (#24235) 2 years ago
file_test.go
flags.go
groutinelabel.go Update go dev dependencies (#22064) 2 years ago
groutinelabel_test.go
level.go
level_test.go
log.go Remove most path-based golangci exclusions (#24214) 2 years ago
log_test.go
logger.go Remove most path-based golangci exclusions (#24214) 2 years ago
multichannel.go Remove most path-based golangci exclusions (#24214) 2 years ago
provider.go Improve test logger (#24235) 2 years ago
smtp.go Improve test logger (#24235) 2 years ago
smtp_test.go
stack.go
writer.go Remove most path-based golangci exclusions (#24214) 2 years ago
writer_test.go