Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update go dev dependencies (#22064) | silverwind | 2022-12-08 | 1 | -1/+1 |
| | | | | | `golangci-lint` [deprecated](https://github.com/golangci/golangci-lint/issues/1841) a bunch of linters, removed them. | ||||
* | Implement FSFE REUSE for golang files (#21840) | flynnnnnnnnnn | 2022-11-27 | 6 | -12/+6 |
| | | | | | | | | | 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 | 6 | -0/+335 |
There are too many files in `models/migrations` folder so that I split them into sub folders. |