aboutsummaryrefslogtreecommitdiffstats
path: root/services/migrations/git.go
Commit message (Collapse)AuthorAgeFilesLines
* refactor: decouple context from migration structs (#33399)TheFox0x72025-02-071-6/+2
| | | | | | | Use context as much as possible. --------- Co-authored-by: wxiaoguang <wxiaoguang@gmail.com>
* Implement FSFE REUSE for golang files (#21840)flynnnnnnnnnn2022-11-271-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>
* format with gofumpt (#18184)65432022-01-201-3/+1
| | | | | | | | | | | * gofumpt -w -l . * gofumpt -w -l -extra . * Add linter * manual fix * change make fmt
* Move migrations into services and base into modules/migration (#17663)Lunny Xiao2021-11-161-0/+51
* Move migrtions into services and base into modules/migration * Fix imports * Fix lint