You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gitea/models/activities
Lunny Xiao e4c4629465
Move RepoTransfer from models to models/repo sub package (#32506)
`RepoTransfer` now is at models, but if we want to move it into `repo`
model, it will depend on `Team`. So this PR also makes repo model depend
on org model to make it possible. Just refactor, no code change.

- [x] Move `DeleteOrganization` from `models/organization` to service
layer
- [x] Move `AccessibleTeamReposEnv` to `models/repo`
- [x] Move `RepoTransfer` from `models` to `models/repo`
- [x] Merge `getUserTeamIDs` and `GetUserTeamIDs`, Merge `GetUserTeams`
and `getUserTeams`.
- [x] Remove `Team`'s `Repos []*repo_model.Repository` to avoid dependency recycle.
2 months ago
..
action.go Move RepoTransfer from models to models/repo sub package (#32506) 2 months ago
action_list.go Move GetFeeds to service layer (#32526) 3 months ago
action_test.go Move GetFeeds to service layer (#32526) 3 months ago
main_test.go make writing main test easier (#27270) 1 year ago
notification.go Perf: add extra index to notification table (#32395) 3 months ago
notification_list.go Refactor more filterslice (#30370) 11 months ago
notification_test.go Use db.Find instead of writing methods for every object (#28084) 1 year ago
repo_activity.go Repo Activity: count new issues that were closed (#31776) 5 months ago
statistic.go Rename project board -> column to make the UI less confusing (#30170) 9 months ago
user_heatmap.go Move GetFeeds to service layer (#32526) 3 months ago
user_heatmap_test.go Enable tenv and testifylint rules (#32852) 2 months ago