| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix comment permissions (#28213) (#28217) | Lunny Xiao | 2023-11-26 | 1 | -33/+34 |
* | Replace `interface{}` with `any` (#25686) (#25687) | silverwind | 2023-07-04 | 1 | -1/+1 |
* | New webhook trigger for receiving Pull Request review requests (#24481) | 谈笑风生间 | 2023-05-24 | 2 | -1/+8 |
* | Fix incorrect webhook time and use relative-time to display it (#24477) | yp05327 | 2023-05-03 | 2 | -25/+26 |
* | Add user webhooks (#21563) | KN4CK3R | 2023-03-10 | 3 | -29/+29 |
* | Support system hook API (#14537) | Lunny Xiao | 2023-01-28 | 2 | -76/+81 |
* | Remove old HookEventType (#22358) | Jason Song | 2023-01-06 | 1 | -63/+0 |
* | Restructure `webhook` module (#22256) | delvh | 2023-01-01 | 3 | -110/+51 |
* | Implement FSFE REUSE for golang files (#21840) | flynnnnnnnnnn | 2022-11-27 | 4 | -8/+4 |
* | Ensure that Webhook tasks are not double delivered (#21558) | zeripath | 2022-11-23 | 1 | -3/+19 |
* | Allow detect whether it's in a database transaction for a context.Context (#2... | Lunny Xiao | 2022-11-12 | 1 | -2/+2 |
* | Add Webhook authorization header (#20926) | oliverpool | 2022-11-03 | 1 | -0/+28 |
* | Add index for hook_task table (#21545) | Lunny Xiao | 2022-10-28 | 1 | -7/+7 |
* | Replace all instances of fmt.Errorf(%v) with fmt.Errorf(%w) (#21551) | delvh | 2022-10-24 | 1 | -2/+2 |
* | Decouple HookTask from Repository (#17940) | KN4CK3R | 2022-10-21 | 3 | -67/+59 |
* | Make every not exist error unwrappable to a fs.ErrNotExist (#20891) | zeripath | 2022-10-18 | 1 | -0/+8 |
* | Webhook for Wiki changes (#20219) | Aaron F | 2022-09-04 | 3 | -1/+12 |
* | Refactor AssertExistsAndLoadBean to use generics (#20797) | Lunny Xiao | 2022-08-16 | 1 | -5/+5 |
* | Check webhooks slice length before calling xorm (#20642) | Gabriel Vasile | 2022-08-04 | 1 | -0/+4 |
* | Add more linters to improve code readability (#19989) | Wim | 2022-06-20 | 1 | -1/+1 |
* | Alter hook_task TEXT fields to LONGTEXT (#20038) | Wim | 2022-06-19 | 1 | -3/+3 |
* | Move some repository related code into sub package (#19711) | Lunny Xiao | 2022-06-06 | 1 | -0/+8 |
* | Move almost all functions' parameter db.Engine to context.Context (#19748) | Lunny Xiao | 2022-05-20 | 2 | -24/+12 |
* | Use a struct as test options (#19393) | Lunny Xiao | 2022-04-14 | 1 | -1/+7 |
* | Add Package Registry (#16510) | KN4CK3R | 2022-03-30 | 3 | -0/+10 |
* | Only send webhook events to active system webhooks and only deliver to active... | zeripath | 2022-03-28 | 1 | -4/+9 |
* | Add packagist webhook (#18224) | Dr. Tobias Quathamer | 2022-01-23 | 1 | -0/+1 |
* | Add replay of webhooks. (#18191) | KN4CK3R | 2022-01-05 | 2 | -6/+49 |
* | Remove NewSession method from db.Engine interface (#17577) | Lunny Xiao | 2021-11-21 | 1 | -12/+12 |
* | Decouple unit test, remove intermediate `unittestbridge` package (#17662) | wxiaoguang | 2021-11-16 | 1 | -40/+40 |
* | Decouple unit test code from business code (#17623) | wxiaoguang | 2021-11-12 | 2 | -22/+23 |
* | Move webhook into models/webhook/ (#17579) | Lunny Xiao | 2021-11-10 | 4 | -0/+1206 |