0
0
mirror of https://github.com/go-gitea/gitea.git synced 2024-11-29 12:35:08 +01:00
gitea/modules/migrations
zeripath 714ab71ddc
Ensure that all migration requests are cancellable (#12669)
* Ensure that all migration requests are cancellable

Signed-off-by: Andrew Thornton <art27@cantab.net>

* Use WithContext as RequestWithContext is go 1.14

Signed-off-by: Andrew Thornton <art27@cantab.net>

Co-authored-by: techknowlogick <techknowlogick@gitea.io>
2020-09-02 13:49:25 -04:00
..
base Ensure that all migration requests are cancellable (#12669) 2020-09-02 13:49:25 -04:00
error.go
git.go Git migration UX (#12619) 2020-08-28 09:36:37 +08:00
gitea_test.go Ensure that all migration requests are cancellable (#12669) 2020-09-02 13:49:25 -04:00
gitea.go Git migration UX (#12619) 2020-08-28 09:36:37 +08:00
github_test.go Ensure that all migration requests are cancellable (#12669) 2020-09-02 13:49:25 -04:00
github.go Ensure that all migration requests are cancellable (#12669) 2020-09-02 13:49:25 -04:00
gitlab_test.go Ensure that all migration requests are cancellable (#12669) 2020-09-02 13:49:25 -04:00
gitlab.go Ensure that all migration requests are cancellable (#12669) 2020-09-02 13:49:25 -04:00
main_test.go
migrate.go Ensure that all migration requests are cancellable (#12669) 2020-09-02 13:49:25 -04:00
update.go