summaryrefslogtreecommitdiffstats
path: root/models/migrations
Commit message (Expand)AuthorAgeFilesLines
* 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
* Support scoped access tokens (#20908)Chongyi Zheng2023-01-172-0/+24
* Add cron method to gc LFS MetaObjects (#22385)zeripath2023-01-162-0/+32
* Restructure `webhook` module (#22256)delvh2023-01-012-8/+7
* Check primary keys for all tables and drop ForeignReference (#21721)Jason Song2022-12-232-0/+17
* Secrets storage with SecretKey encrypted (#22142)Jason Song2022-12-202-0/+25
* Add API management for issue/pull and comment attachments (#21783)KN4CK3R2022-12-091-6/+6
* Update go dev dependencies (#22064)silverwind2022-12-0837-37/+37
* Update gitea-vet to check FSFE REUSE (#22004)Jason Song2022-12-022-4/+2
* Replace fmt.Sprintf with hex.EncodeToString (#21960)Jason Song2022-11-282-4/+4
* Implement FSFE REUSE for golang files (#21840)flynnnnnnnnnn2022-11-27189-378/+189
* Add index for access_token (#21908)Jason Song2022-11-232-0/+19
* Move migration test fixtures to the correct directories (#21901)zeripath2022-11-2320-0/+0
* Add package registry cleanup rules (#21658)KN4CK3R2022-11-202-0/+31
* Init git module before database migration (#21764)wxiaoguang2022-11-101-0/+9
* Fix tests on migrations (#21705)Lunny Xiao2022-11-082-1/+16
* Add Webhook authorization header (#20926)oliverpool2022-11-036-0/+300
* Alter package_version.metadata_json to LONGTEXT (#21667)KN4CK3R2022-11-032-0/+28
* Split migrations folder (#21549)Lunny Xiao2022-11-02186-1440/+1630
* Add index for hook_task table (#21545)Lunny Xiao2022-10-282-0/+21
* Replace all instances of fmt.Errorf(%v) with fmt.Errorf(%w) (#21551)delvh2022-10-2445-77/+77
* Record OAuth client type at registration (#21316)M Hickford2022-10-244-0/+68
* Refactor git command arguments and make all arguments to be safe to be used (...wxiaoguang2022-10-232-10/+12
* Update milestone counters when issue is deleted (#21459)Ashley Nelson2022-10-226-0/+158
* Add team member invite by email (#20307)KN4CK3R2022-10-192-0/+28
* Add system setting table with cache and also add cache supports for user sett...Lunny Xiao2022-10-172-0/+66
* Add generic set type (#21408)KN4CK3R2022-10-121-2/+3
* Set SemverCompatible to false for Conan packages (#21275)KN4CK3R2022-10-072-0/+17
* Add another index for Action table on postgres (#21033)zeripath2022-09-031-2/+9
* Kd/ci playwright go test (#20123)Kyle D2022-09-022-3/+3
* Increase Content field size of gpg_key and public_key to MEDIUMTEXT (#20896)zeripath2022-08-223-2/+36
* Fix migration file name (#20843)Lunny Xiao2022-08-182-2/+1
* Add badge capabilities to users (#20607)techknowlogick2022-08-182-0/+31
* Refactor legacy git init (#20376)wxiaoguang2022-08-091-4/+2