summaryrefslogtreecommitdiffstats
path: root/models/migrations
Commit message (Expand)AuthorAgeFilesLines
* handle repository.size column being NULL in migration v263 (#28336) (#28363)Giteabot2023-12-051-1/+6
* Restore warning commit status (#27504) (#27529)Giteabot2023-10-091-3/+0
* Refactor system setting (#27000) (#27452)Giteabot2023-10-051-41/+1
* Add Index to `action.user_id` (#27403) (#27425)Giteabot2023-10-042-0/+18
* Add Index to `comment.dependent_issue_id` (#27325) (#27340)Giteabot2023-09-292-0/+18
* Fix more yaml lint errors (#27284) (#27288)Giteabot2023-09-264-4/+1
* Add index to `issue_user.issue_id` (#27154) (#27158)Giteabot2023-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
* Remove commit status running and warning to align GitHub (#25839)caicandong2023-07-212-0/+28
* Actions Artifacts support uploading multiple files and directories (#24874)FuXiaoHei2023-07-212-0/+21
* Update tool dependencies, lock govulncheck and actionlint (#25655)silverwind2023-07-091-3/+3
* Less naked returns (#25713)65432023-07-074-37/+36
* Replace `interface{}` with `any` (#25686)silverwind2023-07-048-25/+25
* Sync branches into databases (#22743)Lunny Xiao2023-06-292-0/+95
* Split lfs size from repository size (#22900)a10121127962023-06-282-0/+43
* Support `pull_request_target` event (#25229)Zettat1232023-06-262-1/+18
* Refactor path & config system (#25330)wxiaoguang2023-06-211-1/+1
* Support configuration variables on Gitea Actions (#24724)sillyguodong2023-06-202-0/+27
* Add missing `v` in migrations.go (#25252)yp053272023-06-141-2/+2
* Fix description of drop custom_labels migration (#25243)sillyguodong2023-06-142-3/+3
* Fix all possible setting error related storages and added some tests (#23911)Lunny Xiao2023-06-143-6/+6
* Support changing labels of Actions runner without re-registration (#24806)sillyguodong2023-06-133-0/+46
* Redesign Scoped Access Tokens (#24767)Jack Hay2023-06-044-0/+486
* Add the ability to pin Issues (#24406)JakobDev2023-05-252-0/+18
* Rewrite logger system (#24726)wxiaoguang2023-05-211-2/+4
* Implement actions artifacts (#22738)FuXiaoHei2023-05-192-0/+35
* Rewrite queue (#24505)wxiaoguang2023-05-082-185/+3
* Merge setting.InitXXX into one function with options (#24389)Lunny Xiao2023-05-041-1/+1
* Add Debian package registry (#24426)KN4CK3R2023-05-022-0/+25
* Revert "Add Debian package registry" (#24412)Yarden Shoham2023-04-282-25/+0
* Add Debian package registry (#22854)KN4CK3R2023-04-282-0/+25
* Display when a repo was archived (#22664)JakobDev2023-04-262-0/+25
* Enable forbidigo linter (#24278)silverwind2023-04-242-1/+2
* Support upload `outputs` and use `needs` context on Actions (#24230)Jason Song2023-04-222-0/+20
* Improve test logger (#24235)wxiaoguang2023-04-211-5/+0