aboutsummaryrefslogtreecommitdiffstats
path: root/models/asymkey/ssh_key_deploy.go
Commit message (Expand)AuthorAgeFilesLines
* Remove GetByBean method because sometimes it's danger when query condition pa...Lunny Xiao2023-12-071-20/+13
* Use db.Find instead of writing methods for every object (#28084)Lunny Xiao2023-11-241-21/+1
* Final round of `db.DefaultContext` refactor (#27587)JakobDev2023-10-141-8/+8
* Penultimate round of `db.DefaultContext` refactor (#27414)JakobDev2023-10-111-2/+2
* 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-1/+1
* Move some repository related code into sub package (#19711)Lunny Xiao2022-06-061-0/+7
* Fix order by parameter (#19849)Lunny Xiao2022-06-041-1/+1
* Move almost all functions' parameter db.Engine to context.Context (#19748)Lunny Xiao2022-05-201-18/+11
* Fix the bug: deploy key with write access can not push (#19010)wxiaoguang2022-03-221-7/+1
* Move keys to models/asymkey (#17917)Lunny Xiao2021-12-101-0/+252