Lunny Xiao
|
0649c54275
|
Adjust transaction handling via db.Context (#20031)
|
2022-06-20 14:38:58 +02:00 |
|
Lunny Xiao
|
fd7d83ace6
|
Move almost all functions' parameter db.Engine to context.Context (#19748)
* Move almost all functions' parameter db.Engine to context.Context
* remove some unnecessary wrap functions
|
2022-05-20 22:08:52 +08:00 |
|
zuzuviewer
|
77e9346342
|
Fix duplicate entry error when add team member (#19702)
|
2022-05-14 16:30:19 +03:00 |
|
6543
|
06e4687cec
|
more context for models (#19511)
make more usage of context, to have more db transaction in one session
(make diff of #9307 smaller)
|
2022-04-28 13:48:48 +02:00 |
|
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 |
|