gogs/internal/route/repo
Joe Chen 8350daf505
refactor(db): merge relation stores into entity stores (#7341)
2023-02-08 13:55:54 +08:00
..
branch.go db: refactor "action" table to use GORM (#7054) 2022-06-25 18:07:39 +08:00
commit.go refactor(db): migrate methods off `user.go` (#7334) 2023-02-04 13:36:00 +08:00
download.go refactor: unify error handling in routing layer 2020-03-16 01:22:27 +08:00
editor.go chore(db): remove unused field (#7202) 2022-10-23 00:15:43 +08:00
http.go chore: consistently use `errors.Cause` for identifying error types (#7264) 2022-11-27 15:53:26 +08:00
issue.go refactor(db): merge relation stores into entity stores (#7341) 2023-02-08 13:55:54 +08:00
pull.go refactor(db): migrate methods off `user.go` (#7334) 2023-02-04 13:36:00 +08:00
release.go all: replace `interface{}` with `any` (#7330) 2023-02-02 21:25:25 +08:00
repo.go all: replace `interface{}` with `any` (#7330) 2023-02-02 21:25:25 +08:00
setting.go all: replace `interface{}` with `any` (#7330) 2023-02-02 21:25:25 +08:00
tasks.go db: use `context` and go-mockgen for `ReposStore` (#7046) 2022-06-11 12:43:56 +08:00
view.go refactor(db): migrate methods off `user.go` (#7333) 2023-02-04 12:22:37 +08:00
webhook.go all: replace `interface{}` with `any` (#7330) 2023-02-02 21:25:25 +08:00
webhook_test.go all: replace `interface{}` with `any` (#7330) 2023-02-02 21:25:25 +08:00
wiki.go all: replace `interface{}` with `any` (#7330) 2023-02-02 21:25:25 +08:00