gitea/models/repo
Lunny Xiao b06b9a056c
Move organization related structs into sub package (#18518)
* Move organization related structs into sub package

* Fix test

* Fix lint

* Move more functions into sub packages

* Fix bug

* Fix test

* Update models/organization/team_repo.go

Co-authored-by: KN4CK3R <admin@oldschoolhack.me>

* Apply suggestions from code review

Co-authored-by: KN4CK3R <admin@oldschoolhack.me>

* Fix fmt

* Follow suggestion from @Gusted

* Fix test

* Fix test

* Fix bug

* Use ctx but db.DefaultContext on routers

* Fix bug

* Fix bug

* fix bug

* Update models/organization/team_user.go

* Fix bug

Co-authored-by: KN4CK3R <admin@oldschoolhack.me>
Co-authored-by: wxiaoguang <wxiaoguang@gmail.com>
2022-03-29 14:29:02 +08:00
..
archiver.go
attachment_test.go
attachment.go
avatar.go
fork_test.go
fork.go
git.go
issue.go
language_stats.go
main_test.go Some repository refactors (#17950) 2021-12-12 23:48:20 +08:00
mirror.go Touch mirrors on even on fail to update (#19217) 2022-03-27 15:40:17 +01:00
pushmirror_test.go Improve mirror iterator (#18928) 2022-02-28 20:41:06 +01:00
pushmirror.go Improve mirror iterator (#18928) 2022-02-28 20:41:06 +01:00
redirect_test.go Some repository refactors (#17950) 2021-12-12 23:48:20 +08:00
redirect.go
repo_indexer.go
repo_list.go
repo_test.go
repo_unit.go Add config option to disable "Update branch by rebase" (#18745) 2022-03-04 03:30:49 -05:00
repo.go Move organization related structs into sub package (#18518) 2022-03-29 14:29:02 +08:00
star_test.go
star.go
topic_test.go
topic.go
update.go
user_repo.go Move organization related structs into sub package (#18518) 2022-03-29 14:29:02 +08:00
watch_test.go
watch.go
wiki_test.go Add separate SSH_USER config option (#17584) 2022-02-07 16:56:45 -05:00
wiki.go