| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Improve test logger (#24235) | wxiaoguang | 2023-04-21 | 1 | -5/+0 |
* | Remove most path-based golangci exclusions (#24214) | silverwind | 2023-04-19 | 3 | -8/+8 |
* | Add migration to fix external unit access mode of owner/admin team (#24117) | yp05327 | 2023-04-15 | 2 | -0/+51 |
* | Fix admin team access mode value in team_unit table (#24012) | yp05327 | 2023-04-13 | 2 | -0/+49 |
* | Fix owner team access mode value in team_unit table (#23675) | yp05327 | 2023-04-03 | 2 | -0/+49 |
* | Display image size for multiarch container images (#23821) | KN4CK3R | 2023-04-02 | 2 | -0/+137 |
* | Improve indices for `action` table (#23532) | Zettat123 | 2023-03-24 | 2 | -0/+47 |
* | Drop migration for ForeignReference (#23605) | Jason Song | 2023-03-23 | 1 | -15/+2 |
* | Display the version of runner in the runner list (#23490) | sillyguodong | 2023-03-19 | 2 | -0/+16 |
* | Do not store user projects as organization projects (#23353) | yp05327 | 2023-03-17 | 2 | -0/+52 |
* | Fix missed migration in #22235 (#23482) | Lunny Xiao | 2023-03-15 | 2 | -0/+18 |
* | Remove wrongly added column on migration test fixtures (#23456) | Lunny Xiao | 2023-03-14 | 1 | -5/+0 |
* | Add user webhooks (#21563) | KN4CK3R | 2023-03-10 | 2 | -0/+76 |
* | Refactor `setting.Database.UseXXX` to methods (#23354) | Jason Song | 2023-03-07 | 15 | -41/+41 |
* | Require approval to run actions for fork pull request (#22803) | Jason Song | 2023-02-24 | 2 | -0/+26 |
* | Use minio/sha256-simd for accelerated SHA256 (#23052) | zeripath | 2023-02-22 | 2 | -2/+2 |
* | Add comment marking the end of database migrations in `1.19.0` (#22975) | Yarden Shoham | 2023-02-20 | 1 | -0/+2 |
* | Refactor the setting to make unit test easier (#22405) | Lunny Xiao | 2023-02-20 | 1 | -3/+3 |
* | Migration v244.go should be v243.go (#22988) | zeripath | 2023-02-19 | 1 | -0/+0 |
* | Scoped labels (#22585) | Brecht Van Lommel | 2023-02-18 | 3 | -0/+23 |
* | Increase Content field size of gpg_key_import to MEDIUMTEXT (#22897) | zeripath | 2023-02-16 | 2 | -0/+28 |
* | Fix migration issue. (#22867) | Nathaniel Sabanski | 2023-02-11 | 1 | -1/+1 |
* | Preview images for Issue cards in Project Board view (#22112) | Nathaniel Sabanski | 2023-02-11 | 2 | -0/+19 |
* | Implement actions (#21937) | Jason Song | 2023-01-31 | 2 | -0/+178 |
* | Support scoped access tokens (#20908) | Chongyi Zheng | 2023-01-17 | 2 | -0/+24 |
* | Add cron method to gc LFS MetaObjects (#22385) | zeripath | 2023-01-16 | 2 | -0/+32 |
* | Restructure `webhook` module (#22256) | delvh | 2023-01-01 | 2 | -8/+7 |
* | Check primary keys for all tables and drop ForeignReference (#21721) | Jason Song | 2022-12-23 | 2 | -0/+17 |
* | Secrets storage with SecretKey encrypted (#22142) | Jason Song | 2022-12-20 | 2 | -0/+25 |
* | Add API management for issue/pull and comment attachments (#21783) | KN4CK3R | 2022-12-09 | 1 | -6/+6 |
* | Update go dev dependencies (#22064) | silverwind | 2022-12-08 | 37 | -37/+37 |
* | Update gitea-vet to check FSFE REUSE (#22004) | Jason Song | 2022-12-02 | 2 | -4/+2 |
* | Replace fmt.Sprintf with hex.EncodeToString (#21960) | Jason Song | 2022-11-28 | 2 | -4/+4 |
* | Implement FSFE REUSE for golang files (#21840) | flynnnnnnnnnn | 2022-11-27 | 189 | -378/+189 |
* | Add index for access_token (#21908) | Jason Song | 2022-11-23 | 2 | -0/+19 |
* | Move migration test fixtures to the correct directories (#21901) | zeripath | 2022-11-23 | 20 | -0/+0 |
* | Add package registry cleanup rules (#21658) | KN4CK3R | 2022-11-20 | 2 | -0/+31 |
* | Init git module before database migration (#21764) | wxiaoguang | 2022-11-10 | 1 | -0/+9 |
* | Fix tests on migrations (#21705) | Lunny Xiao | 2022-11-08 | 2 | -1/+16 |
* | Add Webhook authorization header (#20926) | oliverpool | 2022-11-03 | 6 | -0/+300 |
* | Alter package_version.metadata_json to LONGTEXT (#21667) | KN4CK3R | 2022-11-03 | 2 | -0/+28 |
* | Split migrations folder (#21549) | Lunny Xiao | 2022-11-02 | 186 | -1440/+1630 |
* | Add index for hook_task table (#21545) | Lunny Xiao | 2022-10-28 | 2 | -0/+21 |
* | Replace all instances of fmt.Errorf(%v) with fmt.Errorf(%w) (#21551) | delvh | 2022-10-24 | 45 | -77/+77 |
* | Record OAuth client type at registration (#21316) | M Hickford | 2022-10-24 | 4 | -0/+68 |
* | Refactor git command arguments and make all arguments to be safe to be used (... | wxiaoguang | 2022-10-23 | 2 | -10/+12 |
* | Update milestone counters when issue is deleted (#21459) | Ashley Nelson | 2022-10-22 | 6 | -0/+158 |
* | Add team member invite by email (#20307) | KN4CK3R | 2022-10-19 | 2 | -0/+28 |
* | Add system setting table with cache and also add cache supports for user sett... | Lunny Xiao | 2022-10-17 | 2 | -0/+66 |
* | Add generic set type (#21408) | KN4CK3R | 2022-10-12 | 1 | -2/+3 |