1
1
mirror of https://github.com/go-gitea/gitea.git synced 2026-04-28 07:01:19 +02:00
gitea/models/migrations/v1_26
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
..
main_test.go Add test for ExtendCommentTreePathLength migration and fix bugs (#35791) 2025-10-31 08:49:26 +08:00
v323.go Add test for ExtendCommentTreePathLength migration and fix bugs (#35791) 2025-10-31 08:49:26 +08:00
v324.go Closed milestones with no issues now show as 100% completed (#36220) 2025-12-20 16:16:20 +00:00
v325_test.go Fix missing repository id when migrating release attachments (#36389) 2026-01-20 10:05:51 -08:00
v325.go Fix missing repository id when migrating release attachments (#36389) 2026-01-20 10:05:51 -08:00
v326_test.go Support legacy run/job index-based URLs and refactor migration 326 (#37008) 2026-04-02 17:23:29 -07:00
v326.go Replace custom Go formatter with golangci-lint fmt (#37194) 2026-04-17 17:45:22 +00:00
v327_test.go Feature: Add per-runner “Disable/Pause” (#36776) 2026-03-16 10:24:36 -07:00
v327.go Feature: Add per-runner “Disable/Pause” (#36776) 2026-03-16 10:24:36 -07:00
v328.go feat: Add configurable permissions for Actions automatic tokens (#36173) 2026-03-21 15:39:47 -07:00
v329_test.go Add user badges (#36752) 2026-03-22 15:49:45 +00:00
v329.go Add user badges (#36752) 2026-03-22 15:49:45 +00:00
v330.go Add webhook name field to improve webhook identification (#37025) (#37040) 2026-04-01 09:56:20 +08:00