gitea/models
Lunny Xiao d710af6669
Remove NewSession method from db.Engine interface (#17577)
* Remove NewSession method from db.Engine interface

* Fix bug

* Some improvements

* Fix bug

* Fix test

* Use XXXBean instead of XXXExample
2021-11-21 23:41:00 +08:00
..
admin Move user/org deletion to services (#17673) 2021-11-19 01:42:27 +08:00
appstate Sync gitea app path for git hooks and authorized keys when starting (#17335) 2021-10-21 17:22:43 +08:00
avatars Multiple Escaping Improvements (#17551) 2021-11-16 18:18:25 +00:00
db Remove NewSession method from db.Engine interface (#17577) 2021-11-21 23:41:00 +08:00
fixtures Allow U2F 2FA without TOTP (#11573) 2021-11-08 23:47:19 +01:00
issues Decouple unit test code from business code (#17623) 2021-11-12 22:36:47 +08:00
login Remove NewSession method from db.Engine interface (#17577) 2021-11-21 23:41:00 +08:00
migrations A better go code formatter, and now `make fmt` can run in Windows (#17684) 2021-11-17 20:34:35 +08:00
repo Move attachment into models/repo/ (#17650) 2021-11-19 21:39:57 +08:00
unit Move unit into models/unit/ (#17576) 2021-11-09 20:57:58 +01:00
unittest A better go code formatter, and now `make fmt` can run in Windows (#17684) 2021-11-17 20:34:35 +08:00
user Remove NewSession method from db.Engine interface (#17577) 2021-11-21 23:41:00 +08:00
webhook Remove NewSession method from db.Engine interface (#17577) 2021-11-21 23:41:00 +08:00
access.go Use a standalone struct name for Organization (#17632) 2021-11-19 19:41:40 +08:00
access_test.go A better go code formatter, and now `make fmt` can run in Windows (#17684) 2021-11-17 20:34:35 +08:00
action.go Use a standalone struct name for Organization (#17632) 2021-11-19 19:41:40 +08:00
action_list.go DBContext is just a Context (#17100) 2021-09-23 23:45:36 +08:00
action_test.go Decouple unit test, remove intermediate `unittestbridge` package (#17662) 2021-11-16 16:53:21 +08:00
branches.go Remove NewSession method from db.Engine interface (#17577) 2021-11-21 23:41:00 +08:00
branches_test.go A better go code formatter, and now `make fmt` can run in Windows (#17684) 2021-11-17 20:34:35 +08:00
commit.go Replace `list.List` with slices (#16311) 2021-08-09 14:08:51 -04:00
commit_status.go Multiple Escaping Improvements (#17551) 2021-11-16 18:18:25 +00:00
commit_status_test.go A better go code formatter, and now `make fmt` can run in Windows (#17684) 2021-11-17 20:34:35 +08:00
consistency.go Move user/org deletion to services (#17673) 2021-11-19 01:42:27 +08:00
consistency_test.go A better go code formatter, and now `make fmt` can run in Windows (#17684) 2021-11-17 20:34:35 +08:00
engine_test.go Decouple unit test code from business code (#17623) 2021-11-12 22:36:47 +08:00
error.go Use `hostmatcher` to replace `matchlist`, improve security (#17605) 2021-11-20 17:34:05 +08:00
external_login_user.go Move login related structs and functions to models/login (#17093) 2021-09-24 19:32:56 +08:00
fixture_generation.go DBContext is just a Context (#17100) 2021-09-23 23:45:36 +08:00
fixture_test.go Decouple unit test code from business code (#17623) 2021-11-12 22:36:47 +08:00
gpg_key.go Move EmailAddress & UserRedirect into models/user/ (#17607) 2021-11-11 15:03:30 +08:00
gpg_key_add.go Handle duplicate keys on GPG key ring (#17242) 2021-10-07 23:10:14 +03:00
gpg_key_commit_verification.go Move EmailAddress & UserRedirect into models/user/ (#17607) 2021-11-11 15:03:30 +08:00
gpg_key_common.go Add option to provide signature for a token to verify key ownership (#14054) 2021-07-13 15:28:07 +02:00
gpg_key_import.go DBContext is just a Context (#17100) 2021-09-23 23:45:36 +08:00
gpg_key_test.go Decouple unit test, remove intermediate `unittestbridge` package (#17662) 2021-11-16 16:53:21 +08:00
gpg_key_verify.go DBContext is just a Context (#17100) 2021-09-23 23:45:36 +08:00
helper.go Create doctor command to fix repo_units broken by dumps from 1.14.3-1.14.6 (#17136) 2021-09-27 16:55:12 +01:00
helper_directory.go refactor: move from io/ioutil to io and os package (#17109) 2021-09-22 13:38:34 +08:00
helper_environment.go chore(models): rewrite code format. (#14754) 2021-03-14 19:52:12 +01:00
issue.go Remove NewSession method from db.Engine interface (#17577) 2021-11-21 23:41:00 +08:00
issue_assignees.go Move attachment into models/repo/ (#17650) 2021-11-19 21:39:57 +08:00
issue_assignees_test.go Remove unnecessary variable assignments (#17695) 2021-11-18 09:33:06 +08:00
issue_comment.go Remove NewSession method from db.Engine interface (#17577) 2021-11-21 23:41:00 +08:00
issue_comment_list.go Move attachment into models/repo/ (#17650) 2021-11-19 21:39:57 +08:00
issue_comment_test.go A better go code formatter, and now `make fmt` can run in Windows (#17684) 2021-11-17 20:34:35 +08:00
issue_dependency.go Remove NewSession method from db.Engine interface (#17577) 2021-11-21 23:41:00 +08:00
issue_dependency_test.go A better go code formatter, and now `make fmt` can run in Windows (#17684) 2021-11-17 20:34:35 +08:00
issue_label.go Remove NewSession method from db.Engine interface (#17577) 2021-11-21 23:41:00 +08:00
issue_label_test.go A better go code formatter, and now `make fmt` can run in Windows (#17684) 2021-11-17 20:34:35 +08:00
issue_list.go Move attachment into models/repo/ (#17650) 2021-11-19 21:39:57 +08:00
issue_list_test.go Decouple unit test, remove intermediate `unittestbridge` package (#17662) 2021-11-16 16:53:21 +08:00
issue_lock.go Move attachment into models/repo/ (#17650) 2021-11-19 21:39:57 +08:00
issue_milestone.go Remove NewSession method from db.Engine interface (#17577) 2021-11-21 23:41:00 +08:00
issue_milestone_test.go Decouple unit test, remove intermediate `unittestbridge` package (#17662) 2021-11-16 16:53:21 +08:00
issue_reaction.go Remove NewSession method from db.Engine interface (#17577) 2021-11-21 23:41:00 +08:00
issue_reaction_test.go Decouple unit test, remove intermediate `unittestbridge` package (#17662) 2021-11-16 16:53:21 +08:00
issue_stopwatch.go Fix close issue but time watcher still running (#17643) 2021-11-21 17:11:48 +08:00
issue_stopwatch_test.go Decouple unit test, remove intermediate `unittestbridge` package (#17662) 2021-11-16 16:53:21 +08:00
issue_test.go A better go code formatter, and now `make fmt` can run in Windows (#17684) 2021-11-17 20:34:35 +08:00
issue_tracked_time.go Move attachment into models/repo/ (#17650) 2021-11-19 21:39:57 +08:00
issue_tracked_time_test.go A better go code formatter, and now `make fmt` can run in Windows (#17684) 2021-11-17 20:34:35 +08:00
issue_user.go DBContext is just a Context (#17100) 2021-09-23 23:45:36 +08:00
issue_user_test.go A better go code formatter, and now `make fmt` can run in Windows (#17684) 2021-11-17 20:34:35 +08:00
issue_watch.go Move login related structs and functions to models/login (#17093) 2021-09-24 19:32:56 +08:00
issue_watch_test.go A better go code formatter, and now `make fmt` can run in Windows (#17684) 2021-11-17 20:34:35 +08:00
issue_xref.go Move attachment into models/repo/ (#17650) 2021-11-19 21:39:57 +08:00
issue_xref_test.go Move attachment into models/repo/ (#17650) 2021-11-19 21:39:57 +08:00
lfs.go Remove NewSession method from db.Engine interface (#17577) 2021-11-21 23:41:00 +08:00
lfs_lock.go Remove NewSession method from db.Engine interface (#17577) 2021-11-21 23:41:00 +08:00
main_test.go Decouple unit test, remove intermediate `unittestbridge` package (#17662) 2021-11-16 16:53:21 +08:00
migrate.go Remove NewSession method from db.Engine interface (#17577) 2021-11-21 23:41:00 +08:00
notification.go Remove NewSession method from db.Engine interface (#17577) 2021-11-21 23:41:00 +08:00
notification_test.go A better go code formatter, and now `make fmt` can run in Windows (#17684) 2021-11-17 20:34:35 +08:00
org.go Remove NewSession method from db.Engine interface (#17577) 2021-11-21 23:41:00 +08:00
org_team.go Remove NewSession method from db.Engine interface (#17577) 2021-11-21 23:41:00 +08:00
org_team_test.go A better go code formatter, and now `make fmt` can run in Windows (#17684) 2021-11-17 20:34:35 +08:00
org_test.go Use a standalone struct name for Organization (#17632) 2021-11-19 19:41:40 +08:00
project.go Remove NewSession method from db.Engine interface (#17577) 2021-11-21 23:41:00 +08:00
project_board.go Remove NewSession method from db.Engine interface (#17577) 2021-11-21 23:41:00 +08:00
project_issue.go Remove NewSession method from db.Engine interface (#17577) 2021-11-21 23:41:00 +08:00
project_test.go Decouple unit test code from business code (#17623) 2021-11-12 22:36:47 +08:00
protected_tag.go DBContext is just a Context (#17100) 2021-09-23 23:45:36 +08:00
protected_tag_test.go Decouple unit test code from business code (#17623) 2021-11-12 22:36:47 +08:00
pull.go Remove NewSession method from db.Engine interface (#17577) 2021-11-21 23:41:00 +08:00
pull_list.go Move login related structs and functions to models/login (#17093) 2021-09-24 19:32:56 +08:00
pull_sign.go Move twofactor to models/login (#17143) 2021-09-25 15:00:12 +02:00
pull_test.go A better go code formatter, and now `make fmt` can run in Windows (#17684) 2021-11-17 20:34:35 +08:00
release.go Move attachment into models/repo/ (#17650) 2021-11-19 21:39:57 +08:00
repo.go Remove NewSession method from db.Engine interface (#17577) 2021-11-21 23:41:00 +08:00
repo_activity.go DBContext is just a Context (#17100) 2021-09-23 23:45:36 +08:00
repo_archiver.go DBContext is just a Context (#17100) 2021-09-23 23:45:36 +08:00
repo_avatar.go Remove NewSession method from db.Engine interface (#17577) 2021-11-21 23:41:00 +08:00
repo_branch.go Move newbranch to standalone package (#9627) 2020-01-14 11:38:04 +08:00
repo_collaboration.go Remove NewSession method from db.Engine interface (#17577) 2021-11-21 23:41:00 +08:00
repo_collaboration_test.go A better go code formatter, and now `make fmt` can run in Windows (#17684) 2021-11-17 20:34:35 +08:00
repo_generate.go Move webhook into models/webhook/ (#17579) 2021-11-10 13:13:16 +08:00
repo_generate_test.go Fixed assert statements. (#16089) 2021-06-07 07:27:09 +02:00
repo_indexer.go A better go code formatter, and now `make fmt` can run in Windows (#17684) 2021-11-17 20:34:35 +08:00
repo_issue.go Move unit into models/unit/ (#17576) 2021-11-09 20:57:58 +01:00
repo_language_stats.go Remove NewSession method from db.Engine interface (#17577) 2021-11-21 23:41:00 +08:00
repo_list.go Remove NewSession method from db.Engine interface (#17577) 2021-11-21 23:41:00 +08:00
repo_list_test.go Decouple unit test, remove intermediate `unittestbridge` package (#17662) 2021-11-16 16:53:21 +08:00
repo_mirror.go DBContext is just a Context (#17100) 2021-09-23 23:45:36 +08:00
repo_permission.go Remove NewSession method from db.Engine interface (#17577) 2021-11-21 23:41:00 +08:00
repo_permission_test.go A better go code formatter, and now `make fmt` can run in Windows (#17684) 2021-11-17 20:34:35 +08:00
repo_pushmirror.go DBContext is just a Context (#17100) 2021-09-23 23:45:36 +08:00
repo_pushmirror_test.go Decouple unit test code from business code (#17623) 2021-11-12 22:36:47 +08:00
repo_redirect.go DBContext is just a Context (#17100) 2021-09-23 23:45:36 +08:00
repo_redirect_test.go A better go code formatter, and now `make fmt` can run in Windows (#17684) 2021-11-17 20:34:35 +08:00
repo_sign.go Move twofactor to models/login (#17143) 2021-09-25 15:00:12 +02:00
repo_test.go Move attachment into models/repo/ (#17650) 2021-11-19 21:39:57 +08:00
repo_transfer.go Remove NewSession method from db.Engine interface (#17577) 2021-11-21 23:41:00 +08:00
repo_transfer_test.go A better go code formatter, and now `make fmt` can run in Windows (#17684) 2021-11-17 20:34:35 +08:00
repo_unit.go Move unit into models/unit/ (#17576) 2021-11-09 20:57:58 +01:00
repo_watch.go Remove NewSession method from db.Engine interface (#17577) 2021-11-21 23:41:00 +08:00
repo_watch_test.go Decouple unit test, remove intermediate `unittestbridge` package (#17662) 2021-11-16 16:53:21 +08:00
review.go Remove NewSession method from db.Engine interface (#17577) 2021-11-21 23:41:00 +08:00
review_test.go A better go code formatter, and now `make fmt` can run in Windows (#17684) 2021-11-17 20:34:35 +08:00
ssh_key.go Remove NewSession method from db.Engine interface (#17577) 2021-11-21 23:41:00 +08:00
ssh_key_authorized_keys.go DBContext is just a Context (#17100) 2021-09-23 23:45:36 +08:00
ssh_key_authorized_principals.go DBContext is just a Context (#17100) 2021-09-23 23:45:36 +08:00
ssh_key_deploy.go Remove NewSession method from db.Engine interface (#17577) 2021-11-21 23:41:00 +08:00
ssh_key_fingerprint.go A better go code formatter, and now `make fmt` can run in Windows (#17684) 2021-11-17 20:34:35 +08:00
ssh_key_parse.go A better go code formatter, and now `make fmt` can run in Windows (#17684) 2021-11-17 20:34:35 +08:00
ssh_key_principals.go Remove NewSession method from db.Engine interface (#17577) 2021-11-21 23:41:00 +08:00
ssh_key_test.go Add support for ed25519_sk and ecdsa_sk SSH keys (#13462) 2021-01-20 20:36:55 +00:00
star.go Remove NewSession method from db.Engine interface (#17577) 2021-11-21 23:41:00 +08:00
star_test.go A better go code formatter, and now `make fmt` can run in Windows (#17684) 2021-11-17 20:34:35 +08:00
statistic.go Move attachment into models/repo/ (#17650) 2021-11-19 21:39:57 +08:00
task.go Remove NewSession method from db.Engine interface (#17577) 2021-11-21 23:41:00 +08:00
token.go Fix problem when database ID is not incremented as expected (#17229) 2021-10-06 15:36:24 -05:00
token_test.go A better go code formatter, and now `make fmt` can run in Windows (#17684) 2021-11-17 20:34:35 +08:00
topic.go Remove NewSession method from db.Engine interface (#17577) 2021-11-21 23:41:00 +08:00
topic_test.go Remove unnecessary variable assignments (#17695) 2021-11-18 09:33:06 +08:00
update.go DBContext is just a Context (#17100) 2021-09-23 23:45:36 +08:00
upload.go Remove NewSession method from db.Engine interface (#17577) 2021-11-21 23:41:00 +08:00
user.go Remove NewSession method from db.Engine interface (#17577) 2021-11-21 23:41:00 +08:00
user_avatar.go Remove NewSession method from db.Engine interface (#17577) 2021-11-21 23:41:00 +08:00
user_email.go Remove NewSession method from db.Engine interface (#17577) 2021-11-21 23:41:00 +08:00
user_email_test.go Remove unnecessary variable assignments (#17695) 2021-11-18 09:33:06 +08:00
user_heatmap.go DBContext is just a Context (#17100) 2021-09-23 23:45:36 +08:00
user_heatmap_test.go Decouple unit test, remove intermediate `unittestbridge` package (#17662) 2021-11-16 16:53:21 +08:00
user_test.go Remove NewSession method from db.Engine interface (#17577) 2021-11-21 23:41:00 +08:00
userlist.go Move twofactor to models/login (#17143) 2021-09-25 15:00:12 +02:00
userlist_test.go Use a standalone struct name for Organization (#17632) 2021-11-19 19:41:40 +08:00
wiki.go Handle and propagate errors when checking if paths are Dirs, Files or Exist (#13186) 2020-11-27 21:42:08 -05:00
wiki_test.go Decouple unit test, remove intermediate `unittestbridge` package (#17662) 2021-11-16 16:53:21 +08:00