1
1
mirror of https://github.com/go-gitea/gitea synced 2024-06-01 17:05:48 +00:00
gitea/models/migrations
zeripath 3497efac4a
Add Close() method to gogitRepository (#8901) (#8956)
Backport #8901 

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 13:54:04 +00:00
..
migrations.go Fix bug on pull requests when transfer head repository (#8564) (#8569) 2019-10-19 08:29:35 +01:00
v13.go Use gitea forked macaron (#7933) 2019-08-23 12:40:29 -04:00
v14.go Fix typos in models/ and modules/ (#1248) 2017-03-15 08:52:01 +08:00
v15.go Rewrite migrations to not depend on future code changes (#2604) 2017-10-08 19:08:18 +08:00
v16.go Rewrite migrations to not depend on future code changes (#2604) 2017-10-08 19:08:18 +08:00
v17.go Protected branches system (#339) 2017-02-21 23:02:10 +08:00
v18.go Take back control of hooks (#1006) 2017-02-23 11:40:44 +08:00
v19.go Move database settings from models to setting (#7806) 2019-08-24 11:24:45 +02:00
v20.go fix avatar update bug (#1729) 2017-05-16 08:36:09 +08:00
v21.go Use gitea forked macaron (#7933) 2019-08-23 12:40:29 -04:00
v22.go Move database settings from models to setting (#7806) 2019-08-24 11:24:45 +02:00
v23.go Run "make fmt" with go-1.6 (#1333) 2017-03-21 08:55:00 +08:00
v24.go fix gpg wrong column types 2017-03-20 02:55:07 +01:00
v25.go Show user OpenID URIs in their profile (#1314) 2017-03-20 09:31:08 +01:00
v26.go Move database settings from models to setting (#7806) 2019-08-24 11:24:45 +02:00
v27.go Move database settings from models to setting (#7806) 2019-08-24 11:24:45 +02:00
v28.go move code.gitea.io/git to code.gitea.io/gitea/modules/git (#6364) 2019-03-27 17:33:00 +08:00
v29.go Status-API (#1332) 2017-04-21 19:32:31 +08:00
v30.go Add primary key and index to external login user table (#1656) 2017-05-02 16:41:44 +08:00
v31.go Fix error log when loading issues caused by a xorm bug (#7271) 2019-06-23 18:22:43 +03:00
v32.go Add units to team (#947) 2017-05-18 22:54:24 +08:00
v33.go Move database settings from models to setting (#7806) 2019-08-24 11:24:45 +02:00
v34.go Migration to fix existing owner team units (#1873) 2017-06-05 05:40:25 -05:00
v35.go Fix "Dashboard shows deleted comments" (#1995) 2017-06-25 20:20:29 +02:00
v36.go Fix git hooks update to receive required arguments. Fixes #2090 (#2095) 2017-07-02 21:50:57 +08:00
v37.go Rewrite migrations to not depend on future code changes (#2604) 2017-10-08 19:08:18 +08:00
v38.go Fix error log when loading issues caused by a xorm bug (#7271) 2019-06-23 18:22:43 +03:00
v39.go Add Close() method to gogitRepository (#8901) (#8956) 2019-11-13 13:54:04 +00:00
v40.go Reorder migrations, skip errors if running migration again (#3160) 2017-12-13 16:52:18 +02:00
v41.go Reorder migrations, skip errors if running migration again (#3160) 2017-12-13 16:52:18 +02:00
v45.go Move database settings from models to setting (#7806) 2019-08-24 11:24:45 +02:00
v46.go Fix organization watch migration (#2703) 2017-10-14 20:47:05 +03:00
v47.go Add branch overiew page (#2108) 2017-10-26 08:49:16 +08:00
v48.go Code/repo search (#2582) 2017-10-27 09:10:54 +03:00
v49.go Reorder migrations, skip errors if running migration again (#3160) 2017-12-13 16:52:18 +02:00
v50.go Move database settings from models to setting (#7806) 2019-08-24 11:24:45 +02:00
v51.go Reorder migrations, skip errors if running migration again (#3160) 2017-12-13 16:52:18 +02:00
v52.go Reorder migrations, skip errors if running migration again (#3160) 2017-12-13 16:52:18 +02:00
v53.go Reorder migrations, skip errors if running migration again (#3160) 2017-12-13 16:52:18 +02:00
v54.go Display ui time with customize time location (#7792) 2019-08-15 22:46:21 +08:00
v55.go Use gitea forked macaron (#7933) 2019-08-23 12:40:29 -04:00
v56.go Multiple assignees (#3705) 2018-05-09 19:29:04 +03:00
v57.go Display ui time with customize time location (#7792) 2019-08-15 22:46:21 +08:00
v58.go Add label descriptions (#3662) 2018-03-13 10:03:55 +08:00
v59.go Add protected branch whitelists for merging (#3689) 2018-03-25 13:01:32 +03:00
v60.go Add repository setting to enable/disable health checks (#3607) 2018-03-27 22:13:20 +08:00
v61.go Better logging (#6038) (#6095) 2019-04-02 08:48:31 +01:00
v62.go Do not allow to reuse TOTP passcode (#3878) 2018-05-02 18:02:02 +03:00
v63.go Added user language setting (#3875) 2018-05-05 08:28:30 +08:00
v64.go Display ui time with customize time location (#7792) 2019-08-15 22:46:21 +08:00
v65.go Display ui time with customize time location (#7792) 2019-08-15 22:46:21 +08:00
v66.go LDAP Public SSH Keys synchronization (#1844) 2018-05-24 07:59:02 +03:00
v67.go Move database settings from models to setting (#7806) 2019-08-24 11:24:45 +02:00
v68.go fix topic name length on database (#5493) 2018-12-08 14:27:30 +02:00
v69.go Fix column droping for MSSQL that need new transaction for that (#4440) 2018-07-13 11:20:40 -04:00
v70.go Added dependencies for issues (#2196) (#2531) 2018-07-17 17:23:58 -04:00
v71.go Display ui time with customize time location (#7792) 2019-08-15 22:46:21 +08:00
v72.go Display ui time with customize time location (#7792) 2019-08-15 22:46:21 +08:00
v73.go Force user to change password (#4489) 2018-09-13 15:04:25 +03:00
v74.go Approvals at Branch Protection (#5350) 2018-12-11 19:28:37 +08:00
v75.go Fix error log when loading issues caused by a xorm bug (#7271) 2019-06-23 18:22:43 +03:00
v76.go Display ui time with customize time location (#7792) 2019-08-15 22:46:21 +08:00
v77.go Fix migration for user defined themes (#5682) 2019-01-12 14:43:47 -05:00
v78.go Fix dropTableColumns sqlite implementation (#7710) 2019-08-05 22:49:49 +01:00
v79.go Add option to close issues via commit on a non master branch (#5992) 2019-02-10 21:27:19 +02:00
v80.go Delete releases attachments if release is deleted (#6068) 2019-09-22 12:05:48 +03:00
v81.go Move database settings from models to setting (#7806) 2019-08-24 11:24:45 +02:00
v82.go Add Close() method to gogitRepository (#8901) (#8956) 2019-11-13 13:54:04 +00:00
v83.go Display ui time with customize time location (#7792) 2019-08-15 22:46:21 +08:00
v84.go add .gpg url (match github behaviour) (#6610) 2019-04-14 12:43:56 -04:00
v85.go Display ui time with customize time location (#7792) 2019-08-15 22:46:21 +08:00
v86.go Add GET requests to webhook (#6771) 2019-05-05 14:09:02 -04:00
v87.go Add commit statuses reports on pull request view (#6845) 2019-06-30 08:57:59 +01:00
v88.go Add commit statuses reports on pull request view (#6845) 2019-06-30 08:57:59 +01:00
v89.go Display original author and URL information when showing migrated issues/comments (#7352) 2019-07-08 10:14:12 +08:00
v90.go change length of some repository's columns (#7652) 2019-07-29 11:29:42 +08:00
v91.go Add SQL execution on log and indexes on table repository and comment (#7740) 2019-08-05 17:29:40 +03:00
v92.go Add migration step to remove old repo_indexer_status orphaned records (#7746) 2019-08-06 11:57:55 +03:00
v93.go Add Ability for User to Customize Email Notification Frequency (#7813) 2019-08-29 17:05:42 +03:00
v94.go Refuse merge until all required status checks success (#7481) 2019-09-18 08:39:45 +03:00
v95.go Reference issues from pull requests and other issues (#8137) 2019-09-20 01:45:38 -04:00
v96.go Fix migration v96 to keep issue attachments (#8435) 2019-10-09 17:36:53 +08:00
v97.go Add teams to repo on collaboration page. (#8045) 2019-09-23 23:08:03 +03:00
v98.go Add extra user information when migrating release (#8331) 2019-10-05 14:09:27 +03:00
v99.go Move migrating repository from frontend to backend (#6200) 2019-10-13 21:23:14 +08:00
v100.go Update migrated repositories' issues/comments/prs poster id if user has a github external user saved (#7751) 2019-10-14 09:10:42 +03:00
v101.go Allow more than 255 characters for tokens in external_login_user tabl… (#8585) 2019-10-19 12:54:09 +08:00
v102.go Fix bug on pull requests when transfer head repository (#8564) (#8569) 2019-10-19 08:29:35 +01:00