aboutsummaryrefslogtreecommitdiffstats
path: root/services/org
Commit message (Expand)AuthorAgeFilesLines
* Update misspell to 0.5.1 and add `misspellings.csv` (#30573)silverwind2024-04-271-3/+3
* Delete repos of org when purge delete user (#27273)JakobDev2023-10-192-10/+12
* Replace more db.DefaultContext (#27628)Lunny Xiao2023-10-152-5/+6
* make writing main test easier (#27270)Lunny Xiao2023-09-281-4/+1
* More refactoring of `db.DefaultContext` (#27083)JakobDev2023-09-152-5/+6
* move repository deletion to service layer (#26948)Lunny Xiao2023-09-081-1/+1
* Refactor rename user and rename organization (#24052)Lunny Xiao2023-05-211-5/+12
* Implement FSFE REUSE for golang files (#21840)flynnnnnnnnnn2022-11-275-10/+5
* Allow detect whether it's in a database transaction for a context.Context (#2...Lunny Xiao2022-11-122-2/+2
* Replace all instances of fmt.Errorf(%v) with fmt.Errorf(%w) (#21551)delvh2022-10-241-5/+5
* move invite by mail to services package (#21513)65432022-10-201-0/+23
* Move some files into models' sub packages (#20262)Lunny Xiao2022-08-252-0/+62
* Refactor AssertExistsAndLoadBean to use generics (#20797)Lunny Xiao2022-08-161-3/+3
* Move almost all functions' parameter db.Engine to context.Context (#19748)Lunny Xiao2022-05-201-1/+1
* Use a struct as test options (#19393)Lunny Xiao2022-04-141-1/+3
* Add Package Registry (#16510)KN4CK3R2022-03-301-0/+8
* Move organization related structs into sub package (#18518)Lunny Xiao2022-03-292-9/+11
* Move repository model into models/repo (#17933)Lunny Xiao2021-12-101-1/+2
* Move user related model into models/user (#17781)Lunny Xiao2021-11-242-2/+4
* Use a standalone struct name for Organization (#17632)Lunny Xiao2021-11-192-10/+6
* Move user/org deletion to services (#17673)KN4CK3R2021-11-192-0/+98