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.
forgejo/services/migrations
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.
1 year ago
..
codebase.go Implement FSFE REUSE for golang files (#21840) 2 years ago
codebase_test.go Implement FSFE REUSE for golang files (#21840) 2 years ago
common.go Implement FSFE REUSE for golang files (#21840) 2 years ago
dump.go Implement FSFE REUSE for golang files (#21840) 2 years ago
error.go Update github.com/google/go-github to v51 (#23946) 1 year ago
git.go Implement FSFE REUSE for golang files (#21840) 2 years ago
gitbucket.go Fix migration from gitbucket (repost) (#22477) 1 year ago
gitea_downloader.go Implement FSFE REUSE for golang files (#21840) 2 years ago
gitea_downloader_test.go Implement FSFE REUSE for golang files (#21840) 2 years ago
gitea_uploader.go Introduce path Clean/Join helper functions (#23495) 1 year ago
gitea_uploader_test.go Improve test logger (#24235) 1 year ago
github.go Update github.com/google/go-github to v51 (#23946) 1 year ago
github_test.go Implement FSFE REUSE for golang files (#21840) 2 years ago
gitlab.go Update golang deps (#22410) 2 years ago
gitlab_test.go Implement FSFE REUSE for golang files (#21840) 2 years ago
gogs.go Implement FSFE REUSE for golang files (#21840) 2 years ago
gogs_test.go Implement FSFE REUSE for golang files (#21840) 2 years ago
http_client.go Implement FSFE REUSE for golang files (#21840) 2 years ago
main_test.go Scoped labels (#22585) 1 year ago
migrate.go Prevent duplicate labels when importing more than 99 (#22591) 1 year ago
migrate_test.go Implement FSFE REUSE for golang files (#21840) 2 years ago
onedev.go Implement FSFE REUSE for golang files (#21840) 2 years ago
onedev_test.go Implement FSFE REUSE for golang files (#21840) 2 years ago
restore.go Implement FSFE REUSE for golang files (#21840) 2 years ago
update.go Implement FSFE REUSE for golang files (#21840) 2 years ago