aboutsummaryrefslogtreecommitdiffstats
path: root/models/migrations
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add Package Registry (#16510)KN4CK3R2022-03-302-0/+96
* Make git.OpenRepository accept Context (#19260)65432022-03-302-2/+2
* nit fix (#19116)65432022-03-171-0/+3
* Store the foreign ID of issues during migration (#18446)Aravinth Manivannan2022-03-172-0/+28
* Update the webauthn_credential_id_sequence in Postgres (#19048)zeripath2022-03-101-0/+6
* Fix page and missing return on unadopted repos API (#18848)qwerty2872022-02-271-1/+0
* Fix migration v210 (#18892)Lunny Xiao2022-02-251-4/+10
* migrations: add test for importing pull requests in gitea uploader (#18752)singuliere2022-02-251-0/+5
* Lock gofumpt to v0.3.0 and run it (#18866)silverwind2022-02-232-1/+2
* Attempt to fix the webauthn migration again - part 3 (#18770)zeripath2022-02-169-250/+189