Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove most path-based golangci exclusions (#24214) | silverwind | 2023-04-19 | 1 | -2/+2 |
| | | | | | They are non-obvious and do not survive refactor. Will replace with `//nolint` comments after CI results are in. | ||||
* | Implement FSFE REUSE for golang files (#21840) | flynnnnnnnnnn | 2022-11-27 | 1 | -2/+1 |
| | | | | | | | | | Change all license headers to comply with REUSE specification. Fix #16132 Co-authored-by: flynnnnnnnnnn <flynnnnnnnnnn@github> Co-authored-by: John Olheiser <john.olheiser@gmail.com> | ||||
* | Split migrations folder (#21549) | Lunny Xiao | 2022-11-02 | 1 | -0/+67 |
There are too many files in `models/migrations` folder so that I split them into sub folders. |