gogs/internal/db
ᴜɴᴋɴᴡᴏɴ 9bb218734c
db: use GORM to backup and restore non-legacy tables (#6142)
2020-05-04 16:25:57 +08:00
..
errors db: add tests for repos (#6112) 2020-04-17 10:14:18 +08:00
migrations db: add tests for two factors (#6099) 2020-04-14 09:41:54 +08:00
testdata/backup db: use GORM to backup and restore non-legacy tables (#6142) 2020-05-04 16:25:57 +08:00
access.go db: add tests for permissions (#6088) 2020-04-11 05:39:45 +08:00
access_tokens.go db: use GORM to backup and restore non-legacy tables (#6142) 2020-05-04 16:25:57 +08:00
access_tokens_test.go db: use GORM to backup and restore non-legacy tables (#6142) 2020-05-04 16:25:57 +08:00
action.go refactor: unify error handling in routing layer 2020-03-16 01:22:27 +08:00
admin.go log: migrate to unknwon.dev/clog/v2 (#5927) 2020-02-20 02:25:02 +08:00
attachment.go refactor: unify error handling in routing layer 2020-03-16 01:22:27 +08:00
backup.go db: use GORM to backup and restore non-legacy tables (#6142) 2020-05-04 16:25:57 +08:00
backup_test.go db: use GORM to backup and restore non-legacy tables (#6142) 2020-05-04 16:25:57 +08:00
comment.go workflows: enable golangci-lint (#5998) 2020-03-21 13:39:32 +08:00
db.go db: use GORM to backup and restore non-legacy tables (#6142) 2020-05-04 16:25:57 +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 lfs: implement HTTP routes (#6035) 2020-04-04 21:14:15 +08:00
issue_label.go refactor: unify error handling in routing layer 2020-03-16 01:22:27 +08:00
issue_mail.go conf: overhaul auth and user settings (#5942) 2020-02-27 18:06:38 +08:00
lfs.go db: add tests for permissions (#6088) 2020-04-11 05:39:45 +08:00
lfs_test.go db: add tests for users (#6116) 2020-04-18 12:07:30 +08:00
login_source.go db: remove `db.User.LoginType` field (#6122) 2020-04-19 04:32:53 +08:00
login_source_files.go login_source: migrate to GORM and add tests (#6090) 2020-04-11 20:18:05 +08:00
login_source_files_test.go db: add tests for `loginSourceFiles` (#6102) 2020-04-15 05:52:30 +08:00
login_sources.go db: use GORM to backup and restore non-legacy tables (#6142) 2020-05-04 16:25:57 +08:00
login_sources_test.go db: use GORM to backup and restore non-legacy tables (#6142) 2020-05-04 16:25:57 +08:00
main_test.go db: use GORM to backup and restore non-legacy tables (#6142) 2020-05-04 16:25:57 +08:00
milestone.go refactor: unify error handling in routing layer 2020-03-16 01:22:27 +08:00
mirror.go ci: enable go vet check (#5981) 2020-03-11 00:30:51 +08:00
mirror_test.go git: migrate to github.com/gogs/git-module@v1.0.0 (#5958) 2020-03-08 19:09:31 +08:00
mocks.go db: add tests for users (#6116) 2020-04-18 12:07:30 +08:00
models.go db: use GORM to backup and restore non-legacy tables (#6142) 2020-05-04 16:25:57 +08:00
org.go db: add tests for users (#6116) 2020-04-18 12:07:30 +08:00
org_team.go db: add tests for repos (#6112) 2020-04-17 10:14:18 +08:00
perms.go db: use GORM bulk insert helper (#6100) 2020-04-14 10:03:30 +08:00
perms_test.go db: add tests for users (#6116) 2020-04-18 12:07:30 +08:00
pull.go workflows: enable golangci-lint (#5998) 2020-03-21 13:39:32 +08:00
release.go api: support get releases endpoint (#6026) 2020-03-28 21:56:11 +08:00
repo.go db: add tests for repos (#6112) 2020-04-17 10:14:18 +08:00
repo_branch.go lfs: implement HTTP routes (#6035) 2020-04-04 21:14:15 +08:00
repo_collaboration.go lfs: implement HTTP routes (#6035) 2020-04-04 21:14:15 +08:00
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 test: remove the use of goconvey (#6123) 2020-04-19 04:24:08 +08:00
repos.go db: add tests for users (#6116) 2020-04-18 12:07:30 +08:00
repos_test.go db: use GORM to backup and restore non-legacy tables (#6142) 2020-05-04 16:25:57 +08:00
ssh_key.go lfs: implement HTTP routes (#6035) 2020-04-04 21:14:15 +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: use GORM bulk insert helper (#6100) 2020-04-14 10:03:30 +08:00
two_factors_test.go db: use GORM to backup and restore non-legacy tables (#6142) 2020-05-04 16:25:57 +08:00
update.go git: migrate to github.com/gogs/git-module@v1.0.0 (#5958) 2020-03-08 19:09:31 +08:00
user.go db: remove `db.User.LoginType` field (#6122) 2020-04-19 04:32:53 +08:00
user_cache.go internal: move packages under this directory (#5836) 2019-10-24 01:51:46 -07:00
user_mail.go db: add tests for users (#6116) 2020-04-18 12:07:30 +08:00
users.go db: remove `db.User.LoginType` field (#6122) 2020-04-19 04:32:53 +08:00
users_test.go db: use GORM to backup and restore non-legacy tables (#6142) 2020-05-04 16:25:57 +08:00
webhook.go webhook: overhaul route handlers (#6002) 2020-03-22 22:07:22 +08:00
webhook_dingtalk.go git: migrate to github.com/gogs/git-module@v1.0.0 (#5958) 2020-03-08 19:09:31 +08:00
webhook_discord.go git: migrate to github.com/gogs/git-module@v1.0.0 (#5958) 2020-03-08 19:09:31 +08:00
webhook_slack.go git: migrate to github.com/gogs/git-module@v1.0.0 (#5958) 2020-03-08 19:09:31 +08:00
wiki.go git: migrate to github.com/gogs/git-module@v1.0.0 (#5958) 2020-03-08 19:09:31 +08:00