Commit Graph

320 Commits (e634aa6277a38ecb626f36985809d03f99146be1)

Author SHA1 Message Date
Joe Chen e634aa6277
all: unwrap `database.LoginSourcesStore` interface () 2024-03-17 20:14:54 -04:00
Joe Chen 3a5132b6f7
all: unwrap `database.LFSStore` interface () 2024-03-16 20:32:12 -04:00
Joe Chen 6d77d6204d
all: unwrap `database.ActionsStore` interface () 2024-03-13 22:03:02 -04:00
Joe Chen 8054ffc12f
all: unwrap `database.AccessTokensStore` interface () 2024-02-20 21:47:32 -05:00
Joe Chen 917c14f2ce
internal/database: consistently use `Store` and `s` as receiver () 2024-02-19 20:00:13 -05:00
Joe Chen dfe27ad556
database: use all tables to setup test suite () 2024-02-18 21:26:30 -05:00
Joe Chen 3650b32ec5
chore: rename `internal/db` to `internal/database` () 2024-02-18 19:39:41 -05:00
Joe Chen 25fdeaac49
db: pass context to tests by default ()
[skip ci]
2023-12-17 16:32:28 -05:00
Joe Chen 31a0964e12
dbtest: properly close test connection () 2023-11-12 19:09:50 -05:00
Athanasios Oikonomou c531da02ca
commit: fix `matchUsersWithCommitEmails` ()
Co-authored-by: Joe Chen <jc@unknwon.io>
2023-11-01 11:58:48 -04:00
Joe Chen 069f1ed9a4
db: migrate `admin.go` to `notices.go` with GORM () 2023-08-23 00:15:30 -04:00
dependabot[bot] 0ca017d0a8
mod: bump github.com/go-ldap/ldap/v3 from 3.4.4 to 3.4.5 ()
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
Joe Chen 0721ef2399
refactor(db): migrate off `user_email.go` to `users.go` () 2023-05-14 20:15:47 -04:00
Joe Chen ada1083462
tests(db): fix data race ()
[skip ci]
2023-05-08 23:02:45 -04:00
TheDarkUndoing 5483d97f73
gitutil: strip SSH port from submodule URL when rendering for HTML link ()
Co-authored-by: Joe Chen <jc@unknwon.io>
2023-03-05 20:00:56 +08:00
Joe Chen 3e3d6eda12
chore: update Go versions in CI () 2023-02-19 18:10:34 +08:00
Joe Chen 15d0d6a94b
fix(db): correctly check Git path on case-insensitive file system () 2023-02-18 22:15:13 +08:00
Joe Chen 0f8c71d3b3
fix(migration): skip v20 if column `sha256` already exists () 2023-02-14 22:44:23 +08:00
Joe Chen 8f9895acaf
fix(db): sanitize user full name after find () 2023-02-14 21:46:09 +08:00
Joe Chen b34ee73497
feat(ssh): support dynamic list of algorithms () 2023-02-12 13:10:41 +08:00
Joe Chen 3a28168d41
fix(backup): skip "data" in the custom directory () 2023-02-12 00:14:51 +08:00
Vamsi Atluri ef1fe1bb3b
conf: add new config option for default branch name ()
Co-authored-by: Vamsi Atluri <me@vamc19.dev>
Co-authored-by: Joe Chen <jc@unknwon.io>
2023-02-11 16:37:24 +08:00
Joe Chen 8350daf505
refactor(db): merge relation stores into entity stores () 2023-02-08 13:55:54 +08:00
Joe Chen 133b9d9044
refactor(db): finish migrate methods off `user.go` () 2023-02-07 23:39:00 +08:00
Joe Chen 7ff09cf359
refactor(db): migrate methods off `user.go` () 2023-02-05 16:28:47 +08:00
Zachary Walters 5887bc116f
chore: remove usages of the deprecated `ioutil` ()
Co-authored-by: Joe Chen <jc@unknwon.io>
2023-02-04 13:43:36 +08:00
Joe Chen 6d220540c1
refactor(db): migrate methods off `user.go` () 2023-02-04 13:36:00 +08:00
Joe Chen ed51686240
refactor(db): migrate methods off `user.go` () 2023-02-04 12:22:37 +08:00
Joe Chen cc4d4eacad
refactor(db): migrate methods off `user.go` () 2023-02-04 00:02:34 +08:00
Joe Chen c53a1998c5
all: replace `interface{}` with `any` ()
Co-authored-by: deepsource-autofix[bot] <62050782+deepsource-autofix[bot]@users.noreply.github.com>
2023-02-02 21:25:25 +08:00
Joe Chen 614382fec0
refactor(db): migrate methods off `user.go` () 2023-02-02 21:14:27 +08:00
dependabot[bot] 6133415f6d
mod: bump gorm.io/driver/postgres from 1.4.5 to 1.4.6 ()
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Joe Chen <jc@unknwon.io>
2023-01-07 16:52:04 +08:00
xpume 83335043e2
chore: fix typo in docstring () 2022-12-08 21:58:01 +08:00
Joe Chen ae20d03aec
refactor(db): migrate `UpdateUser` off `user.go` () 2022-11-27 19:36:10 +08:00
Joe Chen 44333afd20
chore: consistently use `errors.Cause` for identifying error types () 2022-11-27 15:53:26 +08:00
Joe Chen 13099a7e4f
refactor(db): add `Users.Update` () 2022-11-27 15:19:44 +08:00
Joe Chen a7dbc970df
fix(db): update `user.updated_unix` upon changing username () 2022-11-25 23:01:41 +08:00
Joe Chen 644a3a9d78
refactor(db): migrate `ChangeUsername` off `user.go` () 2022-11-25 22:40:20 +08:00
Joe Chen 5fb29db2db
refactor(db): migrate methods off and delete deprecated methods from `user.go` () 2022-11-05 23:33:05 +08:00
Joe Chen b5d47b9692
refactor(db): migrate methods off `user.go` () 2022-11-05 18:56:48 +08:00
Joe Chen fd798b4197
refactor(db): migrate methods off `user.go` () 2022-11-05 17:55:05 +08:00
Joe Chen a66c90462d
refactor(db): migrate methods off `user.go` and `org.go` () () 2022-11-05 13:12:53 +08:00
Joe Chen 1905b19ee7
refactor(db): migrate methods off `user.go` () 2022-10-30 23:04:24 +08:00
Joe Chen 131be6e074
refactor(db): migrate helpers off `user_cache.go` () 2022-10-24 23:45:31 +08:00
Joe Chen f6acc4763e
test(db): add missing tests () 2022-10-23 21:53:11 +08:00
Joe Chen 3265abfbc2
refactor(db): migrate perms methods off `user.go` () 2022-10-23 21:22:36 +08:00
Joe Chen d0a4a3401c
refactor(db): migrate avatar methods off `user.go` () 2022-10-23 20:54:16 +08:00
Joe Chen c58c893621
refactor(db): migrate password methods off `user.go` () 2022-10-23 19:15:14 +08:00
Joe Chen ef0388045f
chore: rename file to align with type name ()
[ci skip]
2022-10-23 16:48:45 +08:00
Joe Chen b1fefcbe50
refactor(db): migrate `Follow` off `user.go` () 2022-10-23 16:17:53 +08:00