0
0
Fork 0
mirror of https://github.com/go-gitea/gitea synced 2024-12-25 14:54:57 +01:00
gitea/services
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
..
agit
asymkey Use ctx instead of db.DefaultContext in some packages(routers/services/modules) (#19163) 2022-03-22 16:22:54 +01:00
attachment
auth Move organization related structs into sub package (#18518) 2022-03-29 14:29:02 +08:00
comments
context Add ContextUser to http request context (#18798) 2022-03-26 17:04:22 +08:00
cron Show last cron messages on monitor page (#19223) 2022-03-29 02:31:07 +01:00
externalaccount
forms Add config option to disable "Update branch by rebase" (#18745) 2022-03-04 03:30:49 -05:00
gitdiff rm .sample hooks which aren't used (#19101) 2022-03-16 10:33:07 +00:00
issue Move organization related structs into sub package (#18518) 2022-03-29 14:29:02 +08:00
lfs Update HTTP status codes to modern codes (#18063) 2022-03-23 12:54:07 +08:00
mailer Move organization related structs into sub package (#18518) 2022-03-29 14:29:02 +08:00
migrations Update HTTP status codes to modern codes (#18063) 2022-03-23 12:54:07 +08:00
mirror Touch mirrors on even on fail to update (#19217) 2022-03-27 15:40:17 +01:00
org Move organization related structs into sub package (#18518) 2022-03-29 14:29:02 +08:00
pull Use ctx instead of db.DefaultContext in some packages(routers/services/modules) (#19163) 2022-03-22 16:22:54 +01:00
release Use ctx instead of db.DefaultContext in some packages(routers/services/modules) (#19163) 2022-03-22 16:22:54 +01:00
repository Move organization related structs into sub package (#18518) 2022-03-29 14:29:02 +08:00
task
user Move organization related structs into sub package (#18518) 2022-03-29 14:29:02 +08:00
webhook Only send webhook events to active system webhooks and only deliver to active hooks (#19234) 2022-03-28 11:17:21 +08:00
wiki