1
0
mirror of https://github.com/go-gitea/gitea.git synced 2024-08-24 21:34:36 -04:00
gitea/models/migrations
Lunny Xiao f2a3abc683
Move migrating repository from frontend to backend (#6200)
* move migrating to backend

* add loading image when migrating and fix tests

* fix format

* fix lint

* add redis task queue support and improve docs

* add redis vendor

* fix vet

* add database migrations and fix app.ini sample

* add comments for task section on app.ini.sample

* Update models/migrations/v84.go

Co-Authored-By: lunny <xiaolunwen@gmail.com>

* Update models/repo.go

Co-Authored-By: lunny <xiaolunwen@gmail.com>

* move migrating to backend

* add loading image when migrating and fix tests

* fix fmt

* add redis task queue support and improve docs

* fix fixtures

* fix fixtures

* fix duplicate function on index.js

* fix tests

* rename repository statuses

* check if repository is being create when SSH request

* fix lint

* fix template

* some improvements

* fix template

* unified migrate options

* fix lint

* fix loading page

* refactor

* When gitea restart, don't restart the running tasks because we may have servel gitea instances, that may break the migration

* fix js

* Update models/repo.go

Co-Authored-By: guillep2k <18600385+guillep2k@users.noreply.github.com>

* Update docs/content/doc/advanced/config-cheat-sheet.en-us.md

Co-Authored-By: guillep2k <18600385+guillep2k@users.noreply.github.com>

* fix tests

* rename ErrTaskIsNotExist to ErrTaskDoesNotExist

* delete release after add one on tests to make it run happy

* fix tests

* fix tests

* improve codes

* fix lint

* fix lint

* fix migrations
2019-10-13 21:23:14 +08:00
..
migrations.go Move migrating repository from frontend to backend (#6200) 2019-10-13 21:23:14 +08:00
v13.go Use gitea forked macaron (#7933) 2019-08-23 12:40:29 -04:00
v14.go
v15.go
v16.go
v17.go
v18.go
v19.go Move database settings from models to setting (#7806) 2019-08-24 11:24:45 +02:00
v20.go
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
v24.go
v25.go
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
v30.go
v31.go Fix error log when loading issues caused by a xorm bug (#7271) 2019-06-23 18:22:43 +03:00
v32.go
v33.go Move database settings from models to setting (#7806) 2019-08-24 11:24:45 +02:00
v34.go
v35.go
v36.go
v37.go
v38.go Fix error log when loading issues caused by a xorm bug (#7271) 2019-06-23 18:22:43 +03:00
v39.go move code.gitea.io/git to code.gitea.io/gitea/modules/git (#6364) 2019-03-27 17:33:00 +08:00
v40.go
v41.go
v45.go Move database settings from models to setting (#7806) 2019-08-24 11:24:45 +02:00
v46.go
v47.go
v48.go
v49.go
v50.go Move database settings from models to setting (#7806) 2019-08-24 11:24:45 +02:00
v51.go
v52.go
v53.go
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
v57.go Display ui time with customize time location (#7792) 2019-08-15 22:46:21 +08:00
v58.go
v59.go
v60.go
v61.go Better logging (#6038) (#6095) 2019-04-02 08:48:31 +01:00
v62.go
v63.go
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
v67.go Move database settings from models to setting (#7806) 2019-08-24 11:24:45 +02:00
v68.go
v69.go
v70.go
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
v74.go
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
v78.go Fix dropTableColumns sqlite implementation (#7710) 2019-08-05 22:49:49 +01:00
v79.go
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 move code.gitea.io/git to code.gitea.io/gitea/modules/git (#6364) 2019-03-27 17:33:00 +08: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