Joe Chen f837ea6346 db: use `context` and go-mockgen for `UsersStore` (#7042) 2 жил өмнө
..
errors 83a89127fd action: fix issue reference regexp and error handling (#6352) 4 жил өмнө
migrations a328e7ccc4 access_token: encrypt access token with SHA256 (#7008) 2 жил өмнө
schemadoc 4cc3000b07 schemadoc: print table indexes (#7012) 2 жил өмнө
testdata a328e7ccc4 access_token: encrypt access token with SHA256 (#7008) 2 жил өмнө
access_tokens.go 0918d8758b db: add back xorm tag for `AccessToken.UserID` (#7032) 2 жил өмнө
access_tokens_test.go 7229dd893f db: use `context` and go-mockgen for `PermsStore` (#7033) 2 жил өмнө
action.go 3c49a6173d mod: bump github.com/gogs/git-module from 1.2.0 to 1.4.0 (#6866) 3 жил өмнө
action_test.go 83a89127fd action: fix issue reference regexp and error handling (#6352) 4 жил өмнө
admin.go 1c09373b4f log: migrate to unknwon.dev/clog/v2 (#5927) 5 жил өмнө
attachment.go 9e9ca66467 refactor: unify error handling in routing layer 5 жил өмнө
backup.go 5f34265db6 ci: run database tests against Postgres, MySQL and SQLite (#6996) 2 жил өмнө
backup_test.go a328e7ccc4 access_token: encrypt access token with SHA256 (#7008) 2 жил өмнө
comment.go deec3516d5 autofix: fix check for empty string (#6804) 3 жил өмнө
db.go a328e7ccc4 access_token: encrypt access token with SHA256 (#7008) 2 жил өмнө
db_test.go 5f34265db6 ci: run database tests against Postgres, MySQL and SQLite (#6996) 2 жил өмнө
error.go 7885f454a4 webhook: revalidate local hostname before each delivery (#6988) 2 жил өмнө
issue.go c4b770f305 chore: fix lint errors (#6951) 2 жил өмнө
issue_label.go deec3516d5 autofix: fix check for empty string (#6804) 3 жил өмнө
issue_mail.go 7950f2d17d conf: overhaul auth and user settings (#5942) 5 жил өмнө
lfs.go 94059f291d db: use `context` and go-mockgen for `LFSStore` (#7038) 2 жил өмнө
lfs_test.go 94059f291d db: use `context` and go-mockgen for `LFSStore` (#7038) 2 жил өмнө
login_source_files.go 3af91d7cfd auth: decouple types and functions from db (#6320) 4 жил өмнө
login_source_files_test.go f837ea6346 db: use `context` and go-mockgen for `UsersStore` (#7042) 2 жил өмнө
login_sources.go 9776bdc9b8 db: use `context` and go-mockgen for login sources (#7041) 2 жил өмнө
login_sources_test.go f837ea6346 db: use `context` and go-mockgen for `UsersStore` (#7042) 2 жил өмнө
main_test.go ccdcb1c45b db: run tests with pure-Go SQLite (#6998) 2 жил өмнө
milestone.go 2d609b8b31 autofix: types of function parameters can be combined (#6800) 3 жил өмнө
mirror.go 3c49a6173d mod: bump github.com/gogs/git-module from 1.2.0 to 1.4.0 (#6866) 3 жил өмнө
mirror_test.go 6437d0180b git: migrate to github.com/gogs/[email protected] (#5958) 5 жил өмнө
mock_gen.go f837ea6346 db: use `context` and go-mockgen for `UsersStore` (#7042) 2 жил өмнө
mocks.go f837ea6346 db: use `context` and go-mockgen for `UsersStore` (#7042) 2 жил өмнө
models.go 9776bdc9b8 db: use `context` and go-mockgen for login sources (#7041) 2 жил өмнө
org.go deec3516d5 autofix: fix check for empty string (#6804) 3 жил өмнө
org_team.go deec3516d5 autofix: fix check for empty string (#6804) 3 жил өмнө
perms.go 7229dd893f db: use `context` and go-mockgen for `PermsStore` (#7033) 2 жил өмнө
perms_test.go 7229dd893f db: use `context` and go-mockgen for `PermsStore` (#7033) 2 жил өмнө
pull.go 69827490e0 pull: ignore PR status check if head repository is missing (#7004) 2 жил өмнө
release.go deec3516d5 autofix: fix check for empty string (#6804) 3 жил өмнө
repo.go 7229dd893f db: use `context` and go-mockgen for `PermsStore` (#7033) 2 жил өмнө
repo_branch.go 7229dd893f db: use `context` and go-mockgen for `PermsStore` (#7033) 2 жил өмнө
repo_collaboration.go 34145c990d lfs: implement HTTP routes (#6035) 5 жил өмнө
repo_editor.go 38aff73251 repo_editor: check both styles of `os.PathSeparator` in all systems (#7005) 2 жил өмнө
repo_editor_test.go 38aff73251 repo_editor: check both styles of `os.PathSeparator` in all systems (#7005) 2 жил өмнө
repo_tag.go d60d9cf985 api: support listing repository tags (#6656) 3 жил өмнө
repo_test.go 9ae80a6173 chore: rename few consts to camel case (#6725) 3 жил өмнө
repos.go 3acc13038d autofix: unused parameter should be replaced by underscore (#6799) 3 жил өмнө
repos_test.go 5f34265db6 ci: run database tests against Postgres, MySQL and SQLite (#6996) 2 жил өмнө
ssh_key.go 7229dd893f db: use `context` and go-mockgen for `PermsStore` (#7033) 2 жил өмнө
ssh_key_test.go c0fd6042fd test: remove the use of goconvey (#6123) 4 жил өмнө
two_factor.go 3acc13038d autofix: unused parameter should be replaced by underscore (#6799) 3 жил өмнө
two_factors.go 3acc13038d autofix: unused parameter should be replaced by underscore (#6799) 3 жил өмнө
two_factors_test.go 5f34265db6 ci: run database tests against Postgres, MySQL and SQLite (#6996) 2 жил өмнө
update.go 6437d0180b git: migrate to github.com/gogs/[email protected] (#5958) 5 жил өмнө
user.go f837ea6346 db: use `context` and go-mockgen for `UsersStore` (#7042) 2 жил өмнө
user_cache.go 01c8df01ec internal: move packages under this directory (#5836) 5 жил өмнө
user_mail.go deec3516d5 autofix: fix check for empty string (#6804) 3 жил өмнө
users.go f837ea6346 db: use `context` and go-mockgen for `UsersStore` (#7042) 2 жил өмнө
users_test.go f837ea6346 db: use `context` and go-mockgen for `UsersStore` (#7042) 2 жил өмнө
webhook.go 7885f454a4 webhook: revalidate local hostname before each delivery (#6988) 2 жил өмнө
webhook_dingtalk.go aeb5e34490 golangci-lint: add `unparam` linter (#6839) 3 жил өмнө
webhook_discord.go aeb5e34490 golangci-lint: add `unparam` linter (#6839) 3 жил өмнө
webhook_slack.go aeb5e34490 golangci-lint: add `unparam` linter (#6839) 3 жил өмнө
wiki.go 3c49a6173d mod: bump github.com/gogs/git-module from 1.2.0 to 1.4.0 (#6866) 3 жил өмнө