0
0
mirror of https://github.com/go-gitea/gitea.git synced 2024-12-13 18:39:56 +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
gitea_test.go Ensure that all migration requests are cancellable (#12669) 2020-09-02 13:49:25 -04:00
gitea.go
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