This repository has been archived on 2024-01-04. You can view files and clone it, but cannot push or open issues or pull requests.
forgejo/modules/convert
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
..
convert.go Move organization related structs into sub package (#18518) 2022-03-29 14:29:02 +08:00
git_commit.go Propagate context and ensure git commands run in request context (#17868) 2022-01-19 23:26:57 +00:00
git_commit_test.go
issue.go
issue_comment.go
issue_test.go
main_test.go
notification.go format with gofumpt (#18184) 2022-01-20 18:46:10 +01:00
pull.go Propagate context and ensure git commands run in request context (#17868) 2022-01-19 23:26:57 +00:00
pull_review.go Propagate context and ensure git commands run in request context (#17868) 2022-01-19 23:26:57 +00:00
pull_test.go format with gofumpt (#18184) 2022-01-20 18:46:10 +01:00
release.go
repository.go API: Return primary language and repository language stats API URL (#18396) 2022-01-25 08:33:40 +02:00
status.go format with gofumpt (#18184) 2022-01-20 18:46:10 +01:00
user.go
user_test.go
utils.go
utils_test.go
wiki.go