Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add `interface{}` to `any` replacement to `make fmt`, exclude `*.pb.go` (#30461) | silverwind | 2024-04-13 | 1 | -1/+1 |
| | | | | | | | Since https://github.com/go-gitea/gitea/pull/25686, a few `interface{}` have sneaked into the codebase. Add this replacement to `make fmt` to prevent this from happening again. Ideally a linter would do this, but I haven't found any suitable. | ||||
* | Make optional.Option[T] type serializable (#29282) | 6543 | 2024-02-23 | 1 | -0/+46 |
make the generic `Option` type de-/serializable for json and yaml --------- Co-authored-by: KN4CK3R <admin@oldschoolhack.me> |