gitea/modules/migrations
zeripath fb5af37b3e
Add Close() method to gogitRepository (#8901) (#8958)
Backport #8901 - Adjusted slightly for 1.9

In investigating #7947 it has become clear that the storage component of go-git repositories needs closing.

This PR adds this Close function and adds the Close functions as necessary.

In TransferOwnership the ctx.Repo.GitRepo is closed if it is open to help prevent the risk of multiple open files.

Fixes #7947
2019-11-13 18:51:33 +00:00
..
base Add Close() method to gogitRepository (#8901) (#8958) 2019-11-13 18:51:33 +00:00
error.go Improve migrations to support migrating milestones/labels/issues/comments/pullrequests (#6290) 2019-05-07 09:12:51 +08:00
git.go improve github downloader on migrations (#7049) 2019-05-30 16:26:57 -04:00
gitea.go Add Close() method to gogitRepository (#8901) (#8958) 2019-11-13 18:51:33 +00:00
gitea_test.go Improve migrations to support migrating milestones/labels/issues/comments/pullrequests (#6290) 2019-05-07 09:12:51 +08:00
github.go Use batch insert on migrating repository to make the process faster (#7050) 2019-06-29 21:38:22 +08:00
github_test.go Update Github Migration Test (#8946) 2019-11-13 12:33:33 +08:00
main_test.go Improve migrations to support migrating milestones/labels/issues/comments/pullrequests (#6290) 2019-05-07 09:12:51 +08:00
migrate.go Add Close() method to gogitRepository (#8901) (#8958) 2019-11-13 18:51:33 +00:00