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/models/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.
2 years ago
..
base Improve test logger (#24235) 2 years ago
fixtures Remove wrongly added column on migration test fixtures (#23456) 2 years ago
v1_6 Update go dev dependencies (#22064) 2 years ago
v1_7 Update go dev dependencies (#22064) 2 years ago
v1_8 Update go dev dependencies (#22064) 2 years ago
v1_9 Update go dev dependencies (#22064) 2 years ago
v1_10 Add API management for issue/pull and comment attachments (#21783) 2 years ago
v1_11 Implement FSFE REUSE for golang files (#21840) 2 years ago
v1_12 Refactor `setting.Database.UseXXX` to methods (#23354) 2 years ago
v1_13 Remove most path-based golangci exclusions (#24214) 2 years ago
v1_14 Remove most path-based golangci exclusions (#24214) 2 years ago
v1_15 Refactor `setting.Database.UseXXX` to methods (#23354) 2 years ago
v1_16 Refactor `setting.Database.UseXXX` to methods (#23354) 2 years ago
v1_17 Drop migration for ForeignReference (#23605) 2 years ago
v1_18 Refactor `setting.Database.UseXXX` to methods (#23354) 2 years ago
v1_19 Refactor `setting.Database.UseXXX` to methods (#23354) 2 years ago
v1_20 Add migration to fix external unit access mode of owner/admin team (#24117) 2 years ago
migrations.go Add migration to fix external unit access mode of owner/admin team (#24117) 2 years ago