aboutsummaryrefslogtreecommitdiffstats
path: root/models/repo_transfer.go
Commit message (Expand)AuthorAgeFilesLines
* Next round of `db.DefaultContext` refactor (#27089)JakobDev2023-09-161-7/+7
* Fix unclear `IsRepositoryExist` logic (#24374)wxiaoguang2023-04-281-2/+2
* Always reuse transaction (#22362)Jason Song2023-01-081-1/+1
* Rename almost all Ctx functions (#22071)Lunny Xiao2022-12-101-51/+43
* refactor some functions to support ctx as first parameter (#21878)Lunny Xiao2022-12-031-3/+3
* 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-3/+3
* Replace all instances of fmt.Errorf(%v) with fmt.Errorf(%w) (#21551)delvh2022-10-241-24/+24
* Move some files into models' sub packages (#20262)Lunny Xiao2022-08-251-2/+2
* Move issues related files into models/issues (#19931)Lunny Xiao2022-06-131-1/+2
* Move almost all functions' parameter db.Engine to context.Context (#19748)Lunny Xiao2022-05-201-9/+9
* Move access and repo permission to models/perm/access (#19350)Lunny Xiao2022-05-111-3/+4
* Move organization related structs into sub package (#18518)Lunny Xiao2022-03-291-8/+9
* Some repository refactors (#17950)Lunny Xiao2021-12-121-16/+21
* Move repository model into models/repo (#17933)Lunny Xiao2021-12-101-22/+25
* Move user related model into models/user (#17781)Lunny Xiao2021-11-241-9/+10
* Remove NewSession method from db.Engine interface (#17577)Lunny Xiao2021-11-211-14/+18
* Use a standalone struct name for Organization (#17632)Lunny Xiao2021-11-191-3/+4
* Nicely handle missing user in collaborations (#17049)zeripath2021-09-271-0/+9
* Move login related structs and functions to models/login (#17093)Lunny Xiao2021-09-241-1/+1
* DBContext is just a Context (#17100)zeripath2021-09-231-4/+4
* Move db related basic functions to models/db (#17075)Lunny Xiao2021-09-191-5/+10
* [API] generalize list header (#16551)65432021-08-121-2/+2
* Retry rename on lock induced failures (#16435)zeripath2021-07-151-4/+4
* Fix Migration 176 yet again (#15131)zeripath2021-03-231-3/+3
* Fix the v176 migration (#15110)zeripath2021-03-221-1/+1
* chore(models): rewrite code format. (#14754)Bo-Yi Wu2021-03-141-2/+1
* Never add labels not from this repository or organisation and remove org labe...zeripath2021-03-121-0/+27
* When transfering repository and database transaction failed, rollback the ren...Lunny Xiao2021-03-051-1/+37
* Repository transfer has to be confirmed, if user can not create repo for new ...65432021-03-011-0/+335