aboutsummaryrefslogtreecommitdiffstats
path: root/models/migrations/migrations.go
Commit message (Expand)AuthorAgeFilesLines
* Allow force push to protected branches (#28086)Henry Goodman2024-07-051-0/+2
* Prevent simultaneous editing of comments and issues (#31053)metiftikci2024-05-271-0/+4
* Rename migration package name for 1.22-rc1 (#30730)wxiaoguang2024-04-271-7/+8
* Fix wrong table name (#30557)Lunny Xiao2024-04-231-0/+2
* Allow everyone to read or write a wiki by a repo unit setting (#30495)wxiaoguang2024-04-171-0/+2
* Fix commitstatus summary (#30431)Lunny Xiao2024-04-141-0/+2
* Add commit status summary table to reduce query from commit status table (#30...Lunny Xiao2024-04-121-0/+3
* Add unique index for project_issue to prevent duplicate data (#30190)Lunny Xiao2024-04-021-0/+5
* Fix migration v292 (#30153)v1.22.0-rc0Lunny Xiao2024-03-281-0/+2
* Add default board to new projects, remove uncategorized pseudo-board (#29874)Denys Konovalov2024-03-271-0/+2
* Do some performance optimize for issues list and view issue/pull (#29515)Lunny Xiao2024-03-121-0/+2
* Store webhook event in database (#29145)oliverpool2024-03-071-0/+2
* Make wiki default branch name changable (#29603)wxiaoguang2024-03-061-0/+2
* Add user blocking (#29028)KN4CK3R2024-03-041-0/+2
* Add admin API route for managing user's badges (#23106)techknowlogick2024-03-011-0/+2
* Add support for sha256 repositories (#23894)Adam Majer2024-01-191-0/+2
* Fix incorrect action duration time when rerun the job before executed once (#...yp053272024-01-191-0/+2
* Add missing migration (#28827)Lunny Xiao2024-01-171-0/+2
* Add combined index for issue_user.uid and issue_id (#28080)sebastian-sauer2023-12-141-0/+2
* Add Index to pull_auto_merge.doer_id (#27811)JakobDev2023-10-301-0/+2
* Enhanced auth token / remember me (#27606)KN4CK3R2023-10-141-0/+2
* Rename the default themes to gitea-light, gitea-dark, gitea-auto (#27419)silverwind2023-10-061-0/+6
* Add Index to `action.user_id` (#27403)JakobDev2023-10-031-0/+2
* Add Index to `comment.dependent_issue_id` (#27325)JakobDev2023-09-281-0/+2
* Add index to `issue_user.issue_id` (#27154)JakobDev2023-09-211-0/+2
* Add `RemoteAddress` to mirrors (#26952)KN4CK3R2023-09-161-0/+2
* Add a new column schedule_id for action_run to track (#26975)Lunny Xiao2023-09-081-0/+2
* Artifacts retention and auto clean up (#26131)FuXiaoHei2023-09-061-0/+2
* chore(actions): support cron schedule task (#26655)Lunny Xiao2023-08-241-0/+2
* Add optimistic lock to ActionRun table (#26563)Jason Song2023-08-211-0/+2
* Allow to archive labels (#26478)puni98692023-08-141-0/+2
* Fix stderr usages (#26477)wxiaoguang2023-08-131-3/+1
* Fix typo in metadata (#26207)KN4CK3R2023-07-301-0/+2
* Drop the correct deleted branch table (#26028)yp053272023-07-261-0/+2
* Implement auto-cancellation of concurrent jobs if the event is push (#25716)Bo-Yi Wu2023-07-251-0/+2
* Reduce unnecessary DB queries for Actions tasks (#25199)sillyguodong2023-07-241-0/+2
* Remove commit status running and warning to align GitHub (#25839)caicandong2023-07-211-0/+2
* Actions Artifacts support uploading multiple files and directories (#24874)FuXiaoHei2023-07-211-0/+2
* Sync branches into databases (#22743)Lunny Xiao2023-06-291-0/+2
* Split lfs size from repository size (#22900)a10121127962023-06-281-0/+2
* Support `pull_request_target` event (#25229)Zettat1232023-06-261-1/+2
* Support configuration variables on Gitea Actions (#24724)sillyguodong2023-06-201-0/+3
* Add missing `v` in migrations.go (#25252)yp053272023-06-141-2/+2
* Fix description of drop custom_labels migration (#25243)sillyguodong2023-06-141-2/+2
* Support changing labels of Actions runner without re-registration (#24806)sillyguodong2023-06-131-0/+6
* Redesign Scoped Access Tokens (#24767)Jack Hay2023-06-041-0/+2
* Add the ability to pin Issues (#24406)JakobDev2023-05-251-0/+2
* Implement actions artifacts (#22738)FuXiaoHei2023-05-191-0/+2
* Add Debian package registry (#24426)KN4CK3R2023-05-021-0/+2
* Revert "Add Debian package registry" (#24412)Yarden Shoham2023-04-281-2/+0