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
v29.go Status-API (#1332) 2017-04-21 19:32:31 +08:00
v30.go
v31.go
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
v39.go
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
v55.go Use gitea forked macaron (#7933) 2019-08-23 12:40:29 -04:00
v56.go
v57.go
v58.go
v59.go
v60.go
v61.go
v62.go
v63.go
v64.go
v65.go
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
v72.go
v73.go
v74.go
v75.go
v76.go
v77.go
v78.go
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
v83.go
v84.go
v85.go
v86.go
v87.go
v88.go
v89.go
v90.go
v91.go
v92.go
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