index
:
forgejo
forgejo
forgejo
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
models
/
webhook
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add testifylint to lint checks (#4535)
TheFox0x7
2024-07-30
1
-57
/
+58
*
webhook: sourcehut_builds: ask for access_token instead of authorization_header
oliverpool
2024-04-16
1
-0
/
+9
*
webhook: add admin-hooks tests
oliverpool
2024-04-09
1
-9
/
+11
*
[TEST] webhook creation payload ref
oliverpool
2024-04-05
1
-1
/
+1
*
Merge pull request '[TESTS] fail when log.Error is called' (#2657) from olive...
Earl Warren
2024-03-24
1
-0
/
+16
|
\
|
*
fix webhook fixtures
oliverpool
2024-03-24
1
-0
/
+16
*
|
[TESTS] webhook forms creation and edition
oliverpool
2024-03-23
1
-0
/
+7
|
/
*
Store webhook event in database (#29145)
oliverpool
2024-03-11
2
-41
/
+46
*
remove util.OptionalBool and related functions (#29513)
6543
2024-03-06
3
-10
/
+11
*
Refactor deletion (#28610)
delvh
2023-12-25
1
-1
/
+1
*
Remove GetByBean method because sometimes it's danger when query condition pa...
Lunny Xiao
2023-12-07
1
-6
/
+3
*
Fix comment permissions (#28213)
Lunny Xiao
2023-11-25
1
-33
/
+34
*
Use db.Find instead of writing methods for every object (#28084)
Lunny Xiao
2023-11-24
2
-26
/
+5
*
Final round of `db.DefaultContext` refactor (#27587)
JakobDev
2023-10-14
3
-40
/
+40
*
make writing main test easier (#27270)
Lunny Xiao
2023-09-28
1
-2
/
+0
*
Replace `interface{}` with `any` (#25686)
silverwind
2023-07-04
1
-1
/
+1
*
New webhook trigger for receiving Pull Request review requests (#24481)
谈笑风生间
2023-05-25
2
-1
/
+8
*
Fix incorrect webhook time and use relative-time to display it (#24477)
yp05327
2023-05-04
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