This repository was archived by the owner on Nov 18, 2025. It is now read-only.
Commit 7189b87
committed
MINOR: add project webhooks (#827)
* add project webhooks
* use only one serializer
* add test
* add document.deletion hook, better tests for webhooks
* add project_id to project.creation webhook
* remove breakpoint
* send all webhooks from views
* add contect to webhook payload serializer
* add context to webhook payload serializer
* add folder webhooks
* wip: add folder webhooks
* add invitation webhooks
* no more unmocked http calls in tests
* add visa webhooks
* fix typo
* send webhook id in payload
* add bcf comment test1 parent 28d97f8 commit 7189b87
File tree
12 files changed
+954
-113
lines changed- docs
- src
- api
- model
- test
- api
- model
12 files changed
+954
-113
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
474 | 474 | | |
475 | 475 | | |
476 | 476 | | |
| 477 | + | |
477 | 478 | | |
| 479 | + | |
478 | 480 | | |
| 481 | + | |
| 482 | + | |
479 | 483 | | |
480 | 484 | | |
| 485 | + | |
481 | 486 | | |
| 487 | + | |
482 | 488 | | |
483 | 489 | | |
484 | 490 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
960 | 960 | | |
961 | 961 | | |
962 | 962 | | |
963 | | - | |
| 963 | + | |
964 | 964 | | |
965 | 965 | | |
966 | 966 | | |
| |||
0 commit comments