summaryrefslogtreecommitdiffstats
path: root/models/task.go
Commit message (Expand)AuthorAgeFilesLines
* Move some files into models' sub packages (#20262)Lunny Xiao2022-08-251-264/+0
* Fix typos related to ErrTaskDoesNotExist error (#20118)Petr Vaněk2022-06-241-2/+2
* Move almost all functions' parameter db.Engine to context.Context (#19748)Lunny Xiao2022-05-201-9/+5
* Only check for non-finished migrating task (#19601)Gusted2022-05-041-6/+6
* Don't fetch Mirror when it's migrating (#19588)Gusted2022-05-031-0/+8
* Use a more general (and faster) method to sanitize URLs with credentials (#19...wxiaoguang2022-03-311-1/+1
* Move repository model into models/repo (#17933)Lunny Xiao2021-12-101-8/+9
* Move user related model into models/user (#17781)Lunny Xiao2021-11-241-10/+11
* Remove NewSession method from db.Engine interface (#17577)Lunny Xiao2021-11-211-10/+2
* Move migrations into services and base into modules/migration (#17663)Lunny Xiao2021-11-161-1/+1
* DBContext is just a Context (#17100)zeripath2021-09-231-9/+9
* Move db related basic functions to models/db (#17075)Lunny Xiao2021-09-191-11/+16
* Add an abstract json layout to make it's easier to change json library (#16528)Lunny Xiao2021-07-241-4/+1
* Add Status Updates whilst Gitea migrations are occurring (#15076)zeripath2021-06-161-1/+7
* Add push to remote mirror repository (#15157)KN4CK3R2021-06-141-1/+1
* Encrypt migration credentials at rest (#15895)Norwin2021-05-311-1/+41
* chore(models): rewrite code format. (#14754)Bo-Yi Wu2021-03-141-4/+4
* Migrate to use jsoniter instead of encoding/json (#14841)zeripath2021-03-011-1/+3
* Dump github/gitlab/gitea repository data to a local directory and restore to ...Lunny Xiao2020-12-271-4/+0
* Store task errors following migrations and display them (#13246)zeripath2020-10-231-0/+21
* [API] Migration: Change ServiceType String (#12672)65432020-09-101-2/+3
* Move create/fork repository from models to modules/repository (#9489)Lunny Xiao2020-01-121-48/+5
* Fix wrong original git service type on a migrated repository (#9693)Lunny Xiao2020-01-101-6/+7
* Hide given credentials for migrated repos. (#9097)Jordan2019-11-201-1/+1
* Move migrating repository from frontend to backend (#6200)Lunny Xiao2019-10-131-0/+240