aboutsummaryrefslogtreecommitdiffstats
path: root/models/migrations
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Remove most path-based golangci exclusions (#24214)silverwind2023-04-193-8/+8
* Add migration to fix external unit access mode of owner/admin team (#24117)yp053272023-04-152-0/+51
* Fix admin team access mode value in team_unit table (#24012)yp053272023-04-132-0/+49
* Fix owner team access mode value in team_unit table (#23675)yp053272023-04-032-0/+49
* Display image size for multiarch container images (#23821)KN4CK3R2023-04-022-0/+137
* Improve indices for `action` table (#23532)Zettat1232023-03-242-0/+47
* Drop migration for ForeignReference (#23605)Jason Song2023-03-231-15/+2
* Display the version of runner in the runner list (#23490)sillyguodong2023-03-192-0/+16
* Do not store user projects as organization projects (#23353)yp053272023-03-172-0/+52
* Fix missed migration in #22235 (#23482)Lunny Xiao2023-03-152-0/+18
* Remove wrongly added column on migration test fixtures (#23456)Lunny Xiao2023-03-141-5/+0
* Add user webhooks (#21563)KN4CK3R2023-03-102-0/+76
* Refactor `setting.Database.UseXXX` to methods (#23354)Jason Song2023-03-0715-41/+41
* Require approval to run actions for fork pull request (#22803)Jason Song2023-02-242-0/+26
* Use minio/sha256-simd for accelerated SHA256 (#23052)zeripath2023-02-222-2/+2
* Add comment marking the end of database migrations in `1.19.0` (#22975)Yarden Shoham2023-02-201-0/+2
* Refactor the setting to make unit test easier (#22405)Lunny Xiao2023-02-201-3/+3
* Migration v244.go should be v243.go (#22988)zeripath2023-02-191-0/+0
* Scoped labels (#22585)Brecht Van Lommel2023-02-183-0/+23
* Increase Content field size of gpg_key_import to MEDIUMTEXT (#22897)zeripath2023-02-162-0/+28
* Fix migration issue. (#22867)Nathaniel Sabanski2023-02-111-1/+1
* Preview images for Issue cards in Project Board view (#22112)Nathaniel Sabanski2023-02-112-0/+19
* Implement actions (#21937)Jason Song2023-01-312-0/+178