gogs/internal/db
dependabot[bot] 0ca017d0a8
mod: bump github.com/go-ldap/ldap/v3 from 3.4.4 to 3.4.5 (#7476)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Joe Chen <jc@unknwon.io>
2023-06-17 12:17:06 -04:00
..
errors refactor(db): migrate off `user_email.go` to `users.go` (#7452) 2023-05-14 20:15:47 -04:00
migrations fix(migration): skip v20 if column `sha256` already exists (#7354) 2023-02-14 22:44:23 +08:00
schemadoc all: replace `interface{}` with `any` (#7330) 2023-02-02 21:25:25 +08:00
testdata/backup refactor(db): migrate off `user_email.go` to `users.go` (#7452) 2023-05-14 20:15:47 -04:00
access_tokens.go refactor(db): merge relation stores into entity stores (#7341) 2023-02-08 13:55:54 +08:00
access_tokens_test.go all: replace `interface{}` with `any` (#7330) 2023-02-02 21:25:25 +08:00
actions.go refactor(db): merge relation stores into entity stores (#7341) 2023-02-08 13:55:54 +08:00
actions_test.go tests(db): fix data race (#7444) 2023-05-08 23:02:45 -04:00
admin.go log: migrate to unknwon.dev/clog/v2 (#5927) 2020-02-20 02:25:02 +08:00
attachment.go all: replace `interface{}` with `any` (#7330) 2023-02-02 21:25:25 +08:00
backup.go all: replace `interface{}` with `any` (#7330) 2023-02-02 21:25:25 +08:00
backup_test.go refactor(db): migrate off `user_email.go` to `users.go` (#7452) 2023-05-14 20:15:47 -04:00
comment.go all: replace `interface{}` with `any` (#7330) 2023-02-02 21:25:25 +08:00
db.go refactor(db): migrate off `user_email.go` to `users.go` (#7452) 2023-05-14 20:15:47 -04:00
error.go refactor(db): finish migrate methods off `user.go` (#7337) 2023-02-07 23:39:00 +08:00
issue.go mod: bump github.com/go-ldap/ldap/v3 from 3.4.4 to 3.4.5 (#7476) 2023-06-17 12:17:06 -04:00
issue_label.go all: replace `interface{}` with `any` (#7330) 2023-02-02 21:25:25 +08:00
issue_mail.go refactor(db): migrate methods off `user.go` (#7333) 2023-02-04 12:22:37 +08:00
lfs.go refactor(db): merge relation stores into entity stores (#7341) 2023-02-08 13:55:54 +08:00
lfs_test.go all: replace `interface{}` with `any` (#7330) 2023-02-02 21:25:25 +08:00
login_source_files.go refactor(db): merge relation stores into entity stores (#7341) 2023-02-08 13:55:54 +08:00
login_source_files_test.go db: refactor "action" table to use GORM (#7054) 2022-06-25 18:07:39 +08:00
login_sources.go refactor(db): merge relation stores into entity stores (#7341) 2023-02-08 13:55:54 +08:00
login_sources_test.go all: replace `interface{}` with `any` (#7330) 2023-02-02 21:25:25 +08:00
main_test.go all: replace `interface{}` with `any` (#7330) 2023-02-02 21:25:25 +08:00
milestone.go mod: bump github.com/go-ldap/ldap/v3 from 3.4.4 to 3.4.5 (#7476) 2023-06-17 12:17:06 -04:00
mirror.go all: replace `interface{}` with `any` (#7330) 2023-02-02 21:25:25 +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 authentication through login sources (#7049) 2022-06-12 10:34:12 +08:00
mocks_test.go gitutil: strip SSH port from submodule URL when rendering for HTML link (#7383) 2023-03-05 20:00:56 +08:00
models.go refactor(db): migrate off `user_email.go` to `users.go` (#7452) 2023-05-14 20:15:47 -04:00
org.go refactor(db): finish migrate methods off `user.go` (#7337) 2023-02-07 23:39:00 +08:00
org_team.go all: replace `interface{}` with `any` (#7330) 2023-02-02 21:25:25 +08:00
orgs.go refactor(db): merge relation stores into entity stores (#7341) 2023-02-08 13:55:54 +08:00
orgs_test.go refactor(db): merge relation stores into entity stores (#7341) 2023-02-08 13:55:54 +08:00
perms.go refactor(db): merge relation stores into entity stores (#7341) 2023-02-08 13:55:54 +08:00
perms_test.go all: replace `interface{}` with `any` (#7330) 2023-02-02 21:25:25 +08:00
public_keys.go refactor(db): merge relation stores into entity stores (#7341) 2023-02-08 13:55:54 +08:00
public_keys_test.go refactor(db): finish migrate methods off `user.go` (#7337) 2023-02-07 23:39:00 +08:00
pull.go all: replace `interface{}` with `any` (#7330) 2023-02-02 21:25:25 +08:00
release.go all: replace `interface{}` with `any` (#7330) 2023-02-02 21:25:25 +08:00
repo.go fix(db): sanitize user full name after find (#7353) 2023-02-14 21:46:09 +08:00
repo_branch.go all: replace `interface{}` with `any` (#7330) 2023-02-02 21:25:25 +08:00
repo_collaboration.go refactor(db): finish migrate methods off `user.go` (#7337) 2023-02-07 23:39:00 +08:00
repo_editor.go fix(db): correctly check Git path on case-insensitive file system (#7359) 2023-02-18 22:15:13 +08:00
repo_editor_test.go fix(db): correctly check Git path on case-insensitive file system (#7359) 2023-02-18 22:15:13 +08:00
repo_tag.go api: support listing repository tags (#6656) 2021-12-14 20:41:12 +08:00
repo_test.go chore: rename few consts to camel case (#6725) 2022-01-13 11:27:16 +08:00
repos.go refactor(db): merge relation stores into entity stores (#7341) 2023-02-08 13:55:54 +08:00
repos_test.go refactor(db): merge relation stores into entity stores (#7341) 2023-02-08 13:55:54 +08:00
ssh_key.go refactor(db): finish migrate methods off `user.go` (#7337) 2023-02-07 23:39:00 +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: refactor "action" table to use GORM (#7054) 2022-06-25 18:07:39 +08:00
two_factors.go refactor(db): merge relation stores into entity stores (#7341) 2023-02-08 13:55:54 +08:00
two_factors_test.go all: replace `interface{}` with `any` (#7330) 2023-02-02 21:25:25 +08:00
update.go refactor(db): migrate methods off and delete deprecated methods from `user.go` (#7231) 2022-11-05 23:33:05 +08:00
users.go refactor(db): migrate off `user_email.go` to `users.go` (#7452) 2023-05-14 20:15:47 -04:00
users_test.go refactor(db): migrate off `user_email.go` to `users.go` (#7452) 2023-05-14 20:15:47 -04:00
webhook.go all: replace `interface{}` with `any` (#7330) 2023-02-02 21:25:25 +08:00
webhook_dingtalk.go golangci-lint: add `unparam` linter (#6839) 2022-03-13 22:37:00 +08:00
webhook_discord.go golangci-lint: add `unparam` linter (#6839) 2022-03-13 22:37:00 +08:00
webhook_slack.go golangci-lint: add `unparam` linter (#6839) 2022-03-13 22:37:00 +08:00
wiki.go chore: remove usages of the deprecated `ioutil` (#7332) 2023-02-04 13:43:36 +08:00