aboutsummaryrefslogtreecommitdiffstats
path: root/services/org/org.go
Commit message (Expand)AuthorAgeFilesLines
* Delete repos of org when purge delete user (#27273)JakobDev2023-10-191-7/+9
* Replace more db.DefaultContext (#27628)Lunny Xiao2023-10-151-2/+2
* Refactor rename user and rename organization (#24052)Lunny Xiao2023-05-211-5/+12
* Implement FSFE REUSE for golang files (#21840)flynnnnnnnnnn2022-11-271-2/+1
* Allow detect whether it's in a database transaction for a context.Context (#2...Lunny Xiao2022-11-121-1/+1
* Replace all instances of fmt.Errorf(%v) with fmt.Errorf(%w) (#21551)delvh2022-10-241-5/+5
* Move almost all functions' parameter db.Engine to context.Context (#19748)Lunny Xiao2022-05-201-1/+1
* Add Package Registry (#16510)KN4CK3R2022-03-301-0/+8
* Move organization related structs into sub package (#18518)Lunny Xiao2022-03-291-2/+3
* Move repository model into models/repo (#17933)Lunny Xiao2021-12-101-1/+2
* Move user related model into models/user (#17781)Lunny Xiao2021-11-241-1/+2
* Use a standalone struct name for Organization (#17632)Lunny Xiao2021-11-191-6/+2
* Move user/org deletion to services (#17673)KN4CK3R2021-11-191-0/+61