summaryrefslogtreecommitdiffstats
path: root/models/migrations
Commit message (Expand)AuthorAgeFilesLines
* Add index for access_token (#21908)Jason Song2022-11-232-0/+19
* Move migration test fixtures to the correct directories (#21901)zeripath2022-11-2320-0/+0
* Add package registry cleanup rules (#21658)KN4CK3R2022-11-202-0/+31
* Init git module before database migration (#21764)wxiaoguang2022-11-101-0/+9
* Fix tests on migrations (#21705)Lunny Xiao2022-11-082-1/+16
* Add Webhook authorization header (#20926)oliverpool2022-11-036-0/+300
* Alter package_version.metadata_json to LONGTEXT (#21667)KN4CK3R2022-11-032-0/+28
* Split migrations folder (#21549)Lunny Xiao2022-11-02186-1440/+1630
* Add index for hook_task table (#21545)Lunny Xiao2022-10-282-0/+21
* Replace all instances of fmt.Errorf(%v) with fmt.Errorf(%w) (#21551)delvh2022-10-2445-77/+77
* Record OAuth client type at registration (#21316)M Hickford2022-10-244-0/+68
* Refactor git command arguments and make all arguments to be safe to be used (...wxiaoguang2022-10-232-10/+12
* Update milestone counters when issue is deleted (#21459)Ashley Nelson2022-10-226-0/+158
* Add team member invite by email (#20307)KN4CK3R2022-10-192-0/+28
* Add system setting table with cache and also add cache supports for user sett...Lunny Xiao2022-10-172-0/+66
* Add generic set type (#21408)KN4CK3R2022-10-121-2/+3
* Set SemverCompatible to false for Conan packages (#21275)KN4CK3R2022-10-072-0/+17
* Add another index for Action table on postgres (#21033)zeripath2022-09-031-2/+9
* Kd/ci playwright go test (#20123)Kyle D2022-09-022-3/+3
* Increase Content field size of gpg_key and public_key to MEDIUMTEXT (#20896)zeripath2022-08-223-2/+36
* Fix migration file name (#20843)Lunny Xiao2022-08-182-2/+1
* Add badge capabilities to users (#20607)techknowlogick2022-08-182-0/+31
* Refactor legacy git init (#20376)wxiaoguang2022-08-091-4/+2
* Fix v220 migration to be compatible for MSSQL 2008 r2 (#20702)Lunny Xiao2022-08-081-10/+9
* WebAuthn CredentialID field needs to be increased in size (#20530)zeripath2022-07-307-0/+353
* Add Docker /v2/_catalog endpoint (#20469)KN4CK3R2022-07-282-0/+31
* Fix commit status icon when in subdirectory (#20285)silverwind2022-07-151-0/+1
* Implement sync push mirror on commit (#19411)Chongyi Zheng2022-07-082-0/+32
* Refix indices on actions table (#20158)zeripath2022-07-014-50/+56
* Use neutral language in comments and docs (#20135)Gusted2022-06-251-1/+1
* Add more linters to improve code readability (#19989)Wim2022-06-203-3/+3
* Alter hook_task TEXT fields to LONGTEXT (#20038)Wim2022-06-192-0/+28
* Simplify and fix migration 216 (#20035)zeripath2022-06-191-21/+0
* Improve action table indices (#19472)zeripath2022-06-182-0/+69
* Remove legacy git code (ver < 2.0), fine tune markup tests (#19930)wxiaoguang2022-06-161-1/+5
* Move issues related files into models/issues (#19931)Lunny Xiao2022-06-131-1/+1
* fix: some typos (#19956)yutotnh2022-06-131-2/+2
* Fix data-race problems in git module (quick patch) (#19934)wxiaoguang2022-06-111-1/+1
* Refactor git module, make Gitea use internal git config (#19732)wxiaoguang2022-06-101-3/+2
* Fix typo (#19889)Gusted2022-06-041-1/+1
* Fix order by parameter (#19849)Lunny Xiao2022-06-044-18/+26
* Delete related PullAutoMerge and ReviewState on User/Repo Deletion (#19649)65432022-05-081-1/+1
* Allow to mark files in a PR as viewed (#19007)delvh2022-05-072-0/+27
* Auto merge pull requests when all checks succeeded via API (#9307)kolaente2022-05-082-0/+25
* Add "Allow edits from maintainer" feature (#18002)qwerty2872022-04-282-0/+21
* Fix two typos (#19504)Lunny Xiao2022-04-261-1/+1
* Remove legacy `unknwon/com` package (#19298)wxiaoguang2022-04-021-1/+1
* Refactor legacy `unknwon/com` package, improve golangci lint (#19284)wxiaoguang2022-04-011-2/+1
* Remove `git.Command.Run` and `git.Command.RunInDir*` (#19280)wxiaoguang2022-04-012-6/+6
* Use a more general (and faster) method to sanitize URLs with credentials (#19...wxiaoguang2022-03-311-1/+1