gogs/internal/db
Joe Chen d0a4a3401c
refactor(db): migrate avatar methods off `user.go` ()
2022-10-23 20:54:16 +08:00
..
errors
migrations db: refactor "action" table to use GORM () 2022-06-25 18:07:39 +08:00
schemadoc schemadoc: print table indexes () 2022-06-05 18:08:59 +08:00
testdata/backup refactor(db): migrate `Follow` off `user.go` () 2022-10-23 16:17:53 +08:00
access_tokens.go auth: enable authentication by token from password () 2022-10-22 21:25:36 +08:00
access_tokens_test.go db: refactor "action" table to use GORM () 2022-06-25 18:07:39 +08:00
actions.go refactor(db): move some methods off `user.go` () 2022-10-22 20:01:38 +08:00
actions_test.go db: refactor "action" table to use GORM () 2022-06-25 18:07:39 +08:00
admin.go
attachment.go
backup.go db: refactor "action" table to use GORM () 2022-06-25 18:07:39 +08:00
backup_test.go refactor(db): migrate `Follow` off `user.go` () 2022-10-23 16:17:53 +08:00
comment.go db: refactor "action" table to use GORM () 2022-06-25 18:07:39 +08:00
db.go refactor(db): migrate `Follow` off `user.go` () 2022-10-23 16:17:53 +08:00
error.go
follows.go refactor(db): migrate `Follow` off `user.go` () 2022-10-23 16:17:53 +08:00
follows_test.go refactor(db): migrate `Follow` off `user.go` () 2022-10-23 16:17:53 +08:00
issue.go db: refactor "action" table to use GORM () 2022-06-25 18:07:39 +08:00
issue_label.go
issue_mail.go refactor(db): rename `User.Passwd` to `User.Password` () 2022-10-22 14:56:25 +08:00
lfs.go db: refactor "action" table to use GORM () 2022-06-25 18:07:39 +08:00
lfs_test.go db: refactor "action" table to use GORM () 2022-06-25 18:07:39 +08:00
login_source_files.go db: refactor "action" table to use GORM () 2022-06-25 18:07:39 +08:00
login_source_files_test.go db: refactor "action" table to use GORM () 2022-06-25 18:07:39 +08:00
login_sources.go db: refactor "action" table to use GORM () 2022-06-25 18:07:39 +08:00
login_sources_test.go db: refactor "action" table to use GORM () 2022-06-25 18:07:39 +08:00
main_test.go refactor(db): migrate `Follow` off `user.go` () 2022-10-23 16:17:53 +08:00
milestone.go db: refactor "action" table to use GORM () 2022-06-25 18:07:39 +08:00
mirror.go db: refactor "action" table to use GORM () 2022-06-25 18:07:39 +08:00
mirror_test.go
mocks.go db: add tests for authentication through login sources () 2022-06-12 10:34:12 +08:00
mocks_test.go db: refactor "action" table to use GORM () 2022-06-25 18:07:39 +08:00
models.go refactor(db): migrate `Follow` off `user.go` () 2022-10-23 16:17:53 +08:00
org.go refactor(db): move some methods off `user.go` () 2022-10-22 20:01:38 +08:00
org_team.go
perms.go db: refactor "action" table to use GORM () 2022-06-25 18:07:39 +08:00
perms_test.go db: refactor "action" table to use GORM () 2022-06-25 18:07:39 +08:00
pull.go refactor(db): migrate password methods off `user.go` () 2022-10-23 19:15:14 +08:00
release.go db: refactor "action" table to use GORM () 2022-06-25 18:07:39 +08:00
repo.go refactor(db): migrate avatar methods off `user.go` () 2022-10-23 20:54:16 +08:00
repo_branch.go db: use `context` and go-mockgen for `PermsStore` () 2022-06-08 19:26:20 +08:00
repo_collaboration.go
repo_editor.go refactor(db): migrate password methods off `user.go` () 2022-10-23 19:15:14 +08:00
repo_editor_test.go
repo_tag.go
repo_test.go
repos.go db: refactor "action" table to use GORM () 2022-06-25 18:07:39 +08:00
repos_test.go db: refactor "action" table to use GORM () 2022-06-25 18:07:39 +08:00
ssh_key.go db: use `context` and go-mockgen for `PermsStore` () 2022-06-08 19:26:20 +08:00
ssh_key_test.go
two_factor.go db: refactor "action" table to use GORM () 2022-06-25 18:07:39 +08:00
two_factors.go db: use `context` and go-mockgen for `TwoFactorsStore` () 2022-06-11 11:54:11 +08:00
two_factors_test.go db: refactor "action" table to use GORM () 2022-06-25 18:07:39 +08:00
update.go db: refactor "action" table to use GORM () 2022-06-25 18:07:39 +08:00
user.go refactor(db): migrate avatar methods off `user.go` () 2022-10-23 20:54:16 +08:00
user_cache.go refactor(db): move `User.HasForkedRepository` to `users.HasForkedRepository` () 2022-10-09 22:55:32 +08:00
user_mail.go refactor(db): move some methods from `user.go` to `users.go` () 2022-10-22 14:41:40 +08:00
users.go refactor(db): migrate avatar methods off `user.go` () 2022-10-23 20:54:16 +08:00
users_test.go refactor(db): migrate avatar methods off `user.go` () 2022-10-23 20:54:16 +08:00
watches.go db: refactor "action" table to use GORM () 2022-06-25 18:07:39 +08:00
watches_test.go db: refactor "action" table to use GORM () 2022-06-25 18:07:39 +08:00
webhook.go refactor: replace `ioutil.ReadAll` with `io.ReadAll` () 2022-10-22 21:34:53 +08:00
webhook_dingtalk.go
webhook_discord.go
webhook_slack.go
wiki.go refactor(db): migrate password methods off `user.go` () 2022-10-23 19:15:14 +08:00