summaryrefslogtreecommitdiffstats
path: root/models/migrations
Commit message (Expand)AuthorAgeFilesLines
* Rename migration package name for 1.22-rc1 (#30730)wxiaoguang2024-04-277-13/+14
* Update misspell to 0.5.1 and add `misspellings.csv` (#30573)silverwind2024-04-271-1/+1
* Fix some bug on migrations (#30647)Lunny Xiao2024-04-242-6/+1
* Fix wrong table name (#30557)Lunny Xiao2024-04-235-6/+18
* Enable more `revive` linter rules (#30608)silverwind2024-04-225-11/+2
* Allow everyone to read or write a wiki by a repo unit setting (#30495)wxiaoguang2024-04-173-1/+20
* Fix commitstatus summary (#30431)Lunny Xiao2024-04-142-0/+18
* Add commit status summary table to reduce query from commit status table (#30...Lunny Xiao2024-04-122-0/+21
* Add unique index for project_issue to prevent duplicate data (#30190)Lunny Xiao2024-04-025-0/+133
* Fix migration v292 (#30153)v1.22.0-rc0Lunny Xiao2024-03-284-83/+117
* Add default board to new projects, remove uncategorized pseudo-board (#29874)Denys Konovalov2024-03-275-0/+180
* Do some performance optimize for issues list and view issue/pull (#29515)Lunny Xiao2024-03-122-0/+16
* Store webhook event in database (#29145)oliverpool2024-03-072-0/+19
* Fix bug hidden on CI and make ci failed if tests failure (#29254)Lunny Xiao2024-03-0718-29/+155
* Make wiki default branch name changable (#29603)wxiaoguang2024-03-062-0/+20
* Add user blocking (#29028)KN4CK3R2024-03-042-0/+28
* Add admin API route for managing user's badges (#23106)techknowlogick2024-03-013-0/+105
* Use `crypto/sha256` (#29386)KN4CK3R2024-02-252-2/+2
* Add support for sha256 repositories (#23894)Adam Majer2024-01-194-0/+179
* Fix incorrect action duration time when rerun the job before executed once (#...yp053272024-01-192-0/+20
* Add missing migration (#28827)Lunny Xiao2024-01-171-0/+2
* Add branch protection setting for ignoring stale approvals (#28498)Jimmy Praet2024-01-151-0/+14
* Fix migration test (#28659)Lunny Xiao2023-12-301-9/+9
* Add combined index for issue_user.uid and issue_id (#28080)sebastian-sauer2023-12-145-0/+98
* handle repository.size column being NULL in migration v263 (#28336)Nate Levesque2023-12-051-1/+6
* Add Index to pull_auto_merge.doer_id (#27811)JakobDev2023-10-302-0/+18
* Enhanced auth token / remember me (#27606)KN4CK3R2023-10-142-0/+23
* Restore warning commit status (#27504)silverwind2023-10-081-3/+0
* Rename the default themes to gitea-light, gitea-dark, gitea-auto (#27419)silverwind2023-10-062-0/+35
* Refactor system setting (#27000)wxiaoguang2023-10-051-41/+1
* Add Index to `action.user_id` (#27403)JakobDev2023-10-032-0/+18
* Add Index to `comment.dependent_issue_id` (#27325)JakobDev2023-09-282-0/+18
* Fix more yaml lint errors (#27284)Lunny Xiao2023-09-264-4/+1
* Add index to `issue_user.issue_id` (#27154)JakobDev2023-09-212-0/+18
* Fix wrong xorm get usage on migration (#27111)Lunny Xiao2023-09-181-19/+14
* Fix wrong migration for email address (#27106)Lunny Xiao2023-09-171-18/+70
* Add `RemoteAddress` to mirrors (#26952)KN4CK3R2023-09-162-0/+134
* Add a new column schedule_id for action_run to track (#26975)Lunny Xiao2023-09-082-0/+17
* Artifacts retention and auto clean up (#26131)FuXiaoHei2023-09-062-0/+38
* Replace deprecated `elliptic.Marshal` (#26800)Chongyi Zheng2023-08-291-2/+5
* chore(actions): support cron schedule task (#26655)Lunny Xiao2023-08-242-0/+47
* Add optimistic lock to ActionRun table (#26563)Jason Song2023-08-212-0/+16
* Allow to archive labels (#26478)puni98692023-08-142-0/+18
* Rename `Sync2` -> `Sync` (#26479)delvh2023-08-13115-176/+176
* Fix stderr usages (#26477)wxiaoguang2023-08-131-3/+1
* Fix typo in metadata (#26207)KN4CK3R2023-07-302-0/+28
* Prevent primary key update on migration (#26192)KN4CK3R2023-07-281-1/+1
* Drop the correct deleted branch table (#26028)yp053272023-07-263-1/+15
* Implement auto-cancellation of concurrent jobs if the event is push (#25716)Bo-Yi Wu2023-07-252-0/+18
* Reduce unnecessary DB queries for Actions tasks (#25199)sillyguodong2023-07-242-0/+25