gogs/internal/db
ᴜɴᴋɴᴡᴏɴ 2eaf1d693a
db: migrate access table to use GORM (#6371)
2020-10-06 15:43:28 +08:00
..
errors action: fix issue reference regexp and error handling (#6352) 2020-09-26 16:23:05 +08:00
migrations migrations: remove old migrations before 0.12.0 (#6270) 2020-08-23 12:51:55 +08:00
schemadoc schemadoc: add go:generate to output database schema (#6310) 2020-09-06 17:02:25 +08:00
testdata/backup db: migrate access table to use GORM (#6371) 2020-10-06 15:43:28 +08:00
access_tokens.go db: migrate to GORM v2 (#6309) 2020-09-06 10:11:08 +08:00
access_tokens_test.go db: migrate to GORM v2 (#6309) 2020-09-06 10:11:08 +08:00
action.go action: fix issue reference regexp and error handling (#6352) 2020-09-26 16:23:05 +08:00
action_test.go action: fix issue reference regexp and error handling (#6352) 2020-09-26 16:23:05 +08:00
admin.go
attachment.go
backup.go schemadoc: add go:generate to output database schema (#6310) 2020-09-06 17:02:25 +08:00
backup_test.go db: migrate access table to use GORM (#6371) 2020-10-06 15:43:28 +08:00
comment.go
db.go db: migrate access table to use GORM (#6371) 2020-10-06 15:43:28 +08:00
db_test.go db: add tests for helper functions (#6084) 2020-04-10 22:51:24 +08:00
error.go db: add tests for users (#6116) 2020-04-18 12:07:30 +08:00
issue.go db: migrate access table to use GORM (#6371) 2020-10-06 15:43:28 +08:00
issue_label.go
issue_mail.go
lfs.go db: migrate to GORM v2 (#6309) 2020-09-06 10:11:08 +08:00
lfs_test.go db: migrate to GORM v2 (#6309) 2020-09-06 10:11:08 +08:00
login_source_files.go auth: decouple types and functions from db (#6320) 2020-09-20 11:19:02 +08:00
login_source_files_test.go db: migrate to GORM v2 (#6309) 2020-09-06 10:11:08 +08:00
login_sources.go auth: decouple types and functions from db (#6320) 2020-09-20 11:19:02 +08:00
login_sources_test.go auth: decouple types and functions from db (#6320) 2020-09-20 11:19:02 +08:00
main_test.go db: migrate to GORM v2 (#6309) 2020-09-06 10:11:08 +08:00
milestone.go
mirror.go
mirror_test.go
mocks.go db: migrate access table to use GORM (#6371) 2020-10-06 15:43:28 +08:00
models.go db: migrate access table to use GORM (#6371) 2020-10-06 15:43:28 +08:00
org.go repo: support unlisted but publicly accessible repositories (#6176) 2020-09-04 03:04:22 +08:00
org_team.go db: migrate access table to use GORM (#6371) 2020-10-06 15:43:28 +08:00
perms.go db: migrate access table to use GORM (#6371) 2020-10-06 15:43:28 +08:00
perms_test.go db: migrate access table to use GORM (#6371) 2020-10-06 15:43:28 +08:00
pull.go
release.go
repo.go db: migrate access table to use GORM (#6371) 2020-10-06 15:43:28 +08:00
repo_branch.go db: migrate access table to use GORM (#6371) 2020-10-06 15:43:28 +08:00
repo_collaboration.go
repo_editor.go db: add tests for two factors (#6099) 2020-04-14 09:41:54 +08:00
repo_editor_test.go test: remove the use of goconvey (#6123) 2020-04-19 04:24:08 +08:00
repo_test.go markup: render SHA links without branch prefix (#6350) 2020-09-29 23:07:16 +08:00
repos.go db: migrate to GORM v2 (#6309) 2020-09-06 10:11:08 +08:00
repos_test.go db: migrate to GORM v2 (#6309) 2020-09-06 10:11:08 +08:00
ssh_key.go db: migrate access table to use GORM (#6371) 2020-10-06 15:43:28 +08:00
ssh_key_test.go test: remove the use of goconvey (#6123) 2020-04-19 04:24:08 +08:00
two_factor.go db: add tests for two factors (#6099) 2020-04-14 09:41:54 +08:00
two_factors.go db: migrate to GORM v2 (#6309) 2020-09-06 10:11:08 +08:00
two_factors_test.go db: migrate to GORM v2 (#6309) 2020-09-06 10:11:08 +08:00
update.go
user.go db: migrate access table to use GORM (#6371) 2020-10-06 15:43:28 +08:00
user_cache.go
user_mail.go db: add tests for users (#6116) 2020-04-18 12:07:30 +08:00
users.go auth: decouple types and functions from db (#6320) 2020-09-20 11:19:02 +08:00
users_test.go auth: decouple types and functions from db (#6320) 2020-09-20 11:19:02 +08:00
webhook.go
webhook_dingtalk.go
webhook_discord.go
webhook_slack.go
wiki.go