forgejo_backup/models
Earl Warren 804d49cd1d chore(cleanup): suppress non actionable XORM warnings (#8021)
The following will trigger a XORM warning:

```
	type Repository struct {
		ID     int64    `xorm:"pk autoincr"`
		Topics []string `xorm:"TEXT JSON NOT NULL"`
	}
```

that looks like:

```
  [W] Table repository Column topics db default is '', struct default is
```

it cannot be resolved because:

- SQLite requires a default when there is a NOT NULL
- MySQL forbids a default for TEXT

Reviewed-on: https://codeberg.org/forgejo/forgejo/pulls/8021
Reviewed-by: Gusted <gusted@noreply.codeberg.org>
Co-authored-by: Earl Warren <contact@earl-warren.org>
Co-committed-by: Earl Warren <contact@earl-warren.org>
2025-06-02 14:13:27 +02:00
..
actions chore(cleanup): replaces unnecessary calls to formatting functions by non-formatting equivalents (#7994) 2025-06-02 14:13:27 +02:00
activities chore(cleanup): replaces unnecessary calls to formatting functions by non-formatting equivalents (#7994) 2025-06-02 14:13:27 +02:00
admin chore: branding import path (#7337) 2025-06-02 14:13:08 +02:00
asymkey chore(cleanup): replaces unnecessary calls to formatting functions by non-formatting equivalents (#7994) 2025-06-02 14:13:27 +02:00
auth feat: consider WebAuthn & SSH for instance signing (#7693) 2025-06-02 14:13:20 +02:00
avatars chore: branding import path (#7337) 2025-06-02 14:13:08 +02:00
db chore(cleanup): suppress non actionable XORM warnings (#8021) 2025-06-02 14:13:27 +02:00
dbfs Update module github.com/golangci/golangci-lint/cmd/golangci-lint to v2 (forgejo) (#7367) 2025-06-02 14:13:09 +02:00
fixtures fix: ensure consistent empty repository topics field (#7920) 2025-06-02 14:13:27 +02:00
forgefed chore(cleanup): replaces unnecessary calls to formatting functions by non-formatting equivalents (#7994) 2025-06-02 14:13:27 +02:00
forgejo/semver Update module github.com/golangci/golangci-lint/cmd/golangci-lint to v2 (forgejo) (#7367) 2025-06-02 14:13:09 +02:00
forgejo_migrations fix: ensure consistent empty repository topics field (#7920) 2025-06-02 14:13:27 +02:00
git chore: merge tests.AddFixtures and unittest.OverrideFixtures (#7648) 2025-06-02 14:13:19 +02:00
issues fix: aggregate deleted team as ghost team (#7987) 2025-06-02 14:13:27 +02:00
migrations fix: ensure consistent empty repository topics field (#7920) 2025-06-02 14:13:27 +02:00
moderation feat!: Abusive content reporting (#6977) 2025-06-02 14:13:24 +02:00
organization fix: aggregate deleted team as ghost team (#7987) 2025-06-02 14:13:27 +02:00
packages Swift files can be passed either as file or as form value (#34068) 2025-06-02 14:13:22 +02:00
perm Update module github.com/golangci/golangci-lint/cmd/golangci-lint to v2 (forgejo) (#7367) 2025-06-02 14:13:09 +02:00
project chore(cleanup): replaces unnecessary calls to formatting functions by non-formatting equivalents (#7994) 2025-06-02 14:13:27 +02:00
pull chore: branding import path (#7337) 2025-06-02 14:13:08 +02:00
quota fix: ignore expired artifacts for quota calculation (#7976) 2025-06-02 14:13:27 +02:00
repo fix: ensure consistent empty repository topics field (#7920) 2025-06-02 14:13:27 +02:00
secret chore: branding import path (#7337) 2025-06-02 14:13:08 +02:00
shared/types chore: branding import path (#7337) 2025-06-02 14:13:08 +02:00
system Update module github.com/golangci/golangci-lint/cmd/golangci-lint to v2 (forgejo) (#7367) 2025-06-02 14:13:09 +02:00
unit chore: branding import path (#7337) 2025-06-02 14:13:08 +02:00
unittest chore: replace github.com/go-testfixtures/testfixtures (#7715) 2025-06-02 14:13:20 +02:00
user chore(cleanup): replaces unnecessary calls to formatting functions by non-formatting equivalents (#7994) 2025-06-02 14:13:27 +02:00
webhook fix webhook url (#34186) 2025-06-02 14:13:17 +02:00
error.go chore: branding import path (#7337) 2025-06-02 14:13:08 +02:00
main_test.go chore: branding import path (#7337) 2025-06-02 14:13:08 +02:00
org.go chore: branding import path (#7337) 2025-06-02 14:13:08 +02:00
org_team.go chore: branding import path (#7337) 2025-06-02 14:13:08 +02:00
org_team_test.go Update module github.com/golangci/golangci-lint/cmd/golangci-lint to v2 (forgejo) (#7367) 2025-06-02 14:13:09 +02:00
org_test.go Update module github.com/golangci/golangci-lint/cmd/golangci-lint to v2 (forgejo) (#7367) 2025-06-02 14:13:09 +02:00
repo.go chore: branding import path (#7337) 2025-06-02 14:13:08 +02:00
repo_test.go Update module github.com/golangci/golangci-lint/cmd/golangci-lint to v2 (forgejo) (#7367) 2025-06-02 14:13:09 +02:00
repo_transfer.go chore: branding import path (#7337) 2025-06-02 14:13:08 +02:00
repo_transfer_test.go Update module github.com/golangci/golangci-lint/cmd/golangci-lint to v2 (forgejo) (#7367) 2025-06-02 14:13:09 +02:00