aboutsummaryrefslogtreecommitdiffstats
path: root/models/migrations
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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