gitea/modules/migration
silverwind a9108ab6aa
Replace custom Go formatter with `golangci-lint fmt` (#37194)
Use `golangci-lint fmt` to format code, replacing the previous custom
formatter tool. https://github.com/daixiang0/gci is used to order the
imports.

`make fmt` performs ~13% faster while consuming ~57% less cpu while
formatting for me.

`GOFUMPT_PACKAGE` is gone because it's using the builtin package from
golangci-lint.

Co-authored-by: Claude (claude-opus-4-6) <noreply@anthropic.com>
Co-authored-by: wxiaoguang <wxiaoguang@gmail.com>
2026-04-17 17:45:22 +00:00
..
file_format_testdata
schemas
comment.go
downloader.go refactor: decouple context from migration structs (#33399) 2025-02-07 05:37:32 +00:00
error.go
file_format.go Update Go dependencies (#36781) 2026-04-01 11:26:52 +08:00
file_format_test.go Update Go dependencies (#36781) 2026-04-01 11:26:52 +08:00
issue.go
label.go
messenger.go
milestone.go
null_downloader.go refactor: decouple context from migration structs (#33399) 2025-02-07 05:37:32 +00:00
options.go Support migration from AWS CodeCommit (#31981) 2024-09-11 07:49:42 +08:00
pullrequest.go Fix some missed GitHeadRefName when renaming (#35102) 2025-07-17 14:01:11 +00:00
reaction.go
release.go fix: prevent panic when GitLab release has more links than sources (#36295) 2026-01-05 21:48:12 +08:00
repo.go
retry_downloader.go remove context from retry downloader (#33871) 2025-03-14 00:28:57 +00:00
review.go
schemas_bindata.go Replace custom Go formatter with `golangci-lint fmt` (#37194) 2026-04-17 17:45:22 +00:00
schemas_dynamic.go Update Go dependencies (#36781) 2026-04-01 11:26:52 +08:00
uploader.go Use a migration test instead of a wrong test which populated the meta test repositories and fix a migration bug (#36160) 2025-12-17 12:00:07 -08:00