summaryrefslogtreecommitdiffstats
path: root/models/migrations/migrations.go
Commit message (Expand)AuthorAgeFilesLines
* Init git module before database migration (#21764) (#21765)wxiaoguang2022-11-101-0/+8
* Replace all instances of fmt.Errorf(%v) with fmt.Errorf(%w) (#21551)delvh2022-10-241-13/+13
* Record OAuth client type at registration (#21316)M Hickford2022-10-241-0/+2
* Update milestone counters when issue is deleted (#21459)Ashley Nelson2022-10-221-0/+2
* Add team member invite by email (#20307)KN4CK3R2022-10-191-0/+2
* Add system setting table with cache and also add cache supports for user sett...Lunny Xiao2022-10-171-0/+2
* Set SemverCompatible to false for Conan packages (#21275)KN4CK3R2022-10-071-0/+2
* Increase Content field size of gpg_key and public_key to MEDIUMTEXT (#20896)zeripath2022-08-221-1/+6
* Fix migration file name (#20843)Lunny Xiao2022-08-181-2/+1
* Add badge capabilities to users (#20607)techknowlogick2022-08-181-0/+3
* WebAuthn CredentialID field needs to be increased in size (#20530)zeripath2022-07-301-0/+6
* Add Docker /v2/_catalog endpoint (#20469)KN4CK3R2022-07-281-0/+2
* Implement sync push mirror on commit (#19411)Chongyi Zheng2022-07-081-0/+2
* Refix indices on actions table (#20158)zeripath2022-07-011-2/+7
* Alter hook_task TEXT fields to LONGTEXT (#20038)Wim2022-06-191-0/+2
* Improve action table indices (#19472)zeripath2022-06-181-0/+2
* fix: some typos (#19956)yutotnh2022-06-131-2/+2
* Allow to mark files in a PR as viewed (#19007)delvh2022-05-071-0/+2
* Auto merge pull requests when all checks succeeded via API (#9307)kolaente2022-05-081-0/+2
* Add "Allow edits from maintainer" feature (#18002)qwerty2872022-04-281-0/+3
* Fix two typos (#19504)Lunny Xiao2022-04-261-1/+1
* Add Package Registry (#16510)KN4CK3R2022-03-301-0/+2
* nit fix (#19116)65432022-03-171-0/+3
* Store the foreign ID of issues during migration (#18446)Aravinth Manivannan2022-03-171-0/+2
* Fix page and missing return on unadopted repos API (#18848)qwerty2872022-02-271-1/+0
* Attempt to fix the webauthn migration again - part 3 (#18770)zeripath2022-02-161-3/+5
* Increase the size of the webauthn_credential credential_id field (#18739)zeripath2022-02-131-0/+2
* No longer show the db-downgrade SQL in production (#18653)wxiaoguang2022-02-071-3/+6
* Webauthn nits (#18284)zeripath2022-01-151-0/+2
* Support webauthn (#17957)Lunny Xiao2022-01-141-0/+2
* Team permission allow different unit has different permission (#17811)Lunny Xiao2022-01-051-1/+2
* Increase Salt randomness (#18179)Gusted2022-01-041-0/+2
* Add support for ssh commit signing (#17743)Wim2021-12-191-0/+2
* Support sorting for project board issuses (#17152)Anbraten2021-12-081-0/+2
* Add user settings key/value DB table (#16834)techknowlogick2021-11-221-0/+2
* Fix offBy1 errors (#17606)Gusted2021-11-141-1/+8
* Refactor update checker to use AppState (#17387)wxiaoguang2021-10-211-1/+3
* Sync gitea app path for git hooks and authorized keys when starting (#17335)wxiaoguang2021-10-211-0/+2
* Add simple update checker to Gitea (#17212)techknowlogick2021-10-161-0/+2
* Save and view issue/comment content history (#16909)wxiaoguang2021-10-101-0/+2
* Add a simple way to rename branch like gh (#15870)a10121127962021-10-081-0/+2
* Kanban colored boards (#16647)Romain2021-09-291-0/+2
* Fix typo skipping a migration (#17130)delvh2021-09-231-1/+1
* Fix commit status index problem (#17061)Lunny Xiao2021-09-231-0/+2
* Support unprotected file patterns (#16395)Jimmy Praet2021-09-111-0/+2
* Add repo_id for attachment (#16958)Lunny Xiao2021-09-081-0/+2
* Add primary_key to issue_index (#16813)zeripath2021-08-251-0/+2
* Add information for migrate failure (#16803)Lunny Xiao2021-08-241-1/+1
* Alter issue/comment table TEXT fields to LONGTEXT (#16765)wxiaoguang2021-08-221-0/+2
* Recreate Tables should Recreate indexes on MySQL (#16718)zeripath2021-08-191-0/+15