forgejo/models
wxiaoguang 4f27c28947
Remove legacy unknwon/com package (#19298)
Follows: #19284
* The `CopyDir` is only used inside test code
* Rewrite `ToSnakeCase` with more test cases
* The `RedisCacher` only put strings into cache, here we use internal `toStr` to replace the legacy `ToStr`
* The `UniqueQueue` can use string as ID directly, no need to call `ToStr`
2022-04-02 00:34:57 +08:00
..
admin
appstate
asymkey
auth
avatars
db
fixtures
foreignreference
issues Move reaction to models/issues/ (#19264) 2022-03-31 17:20:39 +08:00
migrations Remove legacy unknwon/com package (#19298) 2022-04-02 00:34:57 +08:00
organization Fix broken of team create (#19288) 2022-04-01 14:05:31 +08:00
packages
perm
project
repo
unit
unittest Remove legacy unknwon/com package (#19298) 2022-04-02 00:34:57 +08:00
user
webhook
access.go
access_test.go
action.go
action_list.go Move reaction to models/issues/ (#19264) 2022-03-31 17:20:39 +08:00
action_test.go
branches.go
branches_test.go
commit.go
commit_status.go
commit_status_test.go
consistency.go
consistency_test.go
engine_test.go
error.go Move checks for pulls before merge into own function (#19271) 2022-03-31 16:53:08 +02:00
fixture_generation.go
fixture_test.go
helper.go Move reaction to models/issues/ (#19264) 2022-03-31 17:20:39 +08:00
helper_directory.go
helper_environment.go
issue.go Move reaction to models/issues/ (#19264) 2022-03-31 17:20:39 +08:00
issue_assignees.go
issue_assignees_test.go
issue_comment.go Move reaction to models/issues/ (#19264) 2022-03-31 17:20:39 +08:00
issue_comment_list.go Move reaction to models/issues/ (#19264) 2022-03-31 17:20:39 +08:00
issue_comment_test.go
issue_dependency.go
issue_dependency_test.go
issue_label.go
issue_label_test.go
issue_list.go Move reaction to models/issues/ (#19264) 2022-03-31 17:20:39 +08:00
issue_list_test.go
issue_lock.go
issue_milestone.go
issue_milestone_test.go
issue_project.go
issue_stopwatch.go
issue_stopwatch_test.go
issue_test.go
issue_tracked_time.go
issue_tracked_time_test.go
issue_user.go
issue_user_test.go
issue_watch.go
issue_watch_test.go
issue_xref.go
issue_xref_test.go
lfs.go
lfs_lock.go
main_test.go
migrate.go
migrate_test.go Move reaction to models/issues/ (#19264) 2022-03-31 17:20:39 +08:00
notification.go Move reaction to models/issues/ (#19264) 2022-03-31 17:20:39 +08:00
notification_test.go
org.go
org_team.go Performance improvement for add team user when org has more than 1000 repositories (#19227) 2022-04-01 09:53:18 +08:00
org_team_test.go
org_test.go
protected_tag.go
protected_tag_test.go
pull.go Move checks for pulls before merge into own function (#19271) 2022-03-31 16:53:08 +02:00
pull_list.go
pull_test.go Move checks for pulls before merge into own function (#19271) 2022-03-31 16:53:08 +02:00
release.go
repo.go
repo_activity.go
repo_collaboration.go
repo_collaboration_test.go
repo_generate.go
repo_generate_test.go
repo_list.go Move reaction to models/issues/ (#19264) 2022-03-31 17:20:39 +08:00
repo_list_test.go
repo_permission.go Fix broken of team create (#19288) 2022-04-01 14:05:31 +08:00
repo_permission_test.go
repo_test.go
repo_transfer.go
repo_transfer_test.go
review.go Fix broken of team create (#19288) 2022-04-01 14:05:31 +08:00
review_test.go
statistic.go
task.go
token.go
token_test.go
upload.go
user.go Move reaction to models/issues/ (#19264) 2022-03-31 17:20:39 +08:00
user_heatmap.go
user_heatmap_test.go
user_test.go
userlist.go
userlist_test.go