Commit e499cc4
authored
improvement(webhooks): lifecycle management with external providers, remove save configuration (#2831)
* fix(webhooks): lifecycle code accuracy
* remove save configuration button
* remove useless instruction
* address greptile comments
* fix lint
* on undeploy cleanup webhooks1 parent 5e44357 commit e499cc4
File tree
19 files changed
+1584
-1485
lines changed- apps/sim
- app
- api
- v1/admin/workflows/[id]/deploy
- webhooks
- [id]
- workflows/[id]
- deploy
- state
- workspace/[workspaceId]/w/[workflowId]/components/panel/components
- deploy/components/deploy-modal
- editor/components/sub-block
- components
- trigger-save
- blocks
- lib/webhooks
- socket/database
- triggers
- grain
- hubspot
- lemlist
- twilio_voice
19 files changed
+1584
-1485
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
| 4 | + | |
| 5 | + | |
4 | 6 | | |
5 | 7 | | |
6 | 8 | | |
| |||
80 | 82 | | |
81 | 83 | | |
82 | 84 | | |
| 85 | + | |
83 | 86 | | |
84 | 87 | | |
85 | 88 | | |
86 | | - | |
| 89 | + | |
87 | 90 | | |
88 | 91 | | |
89 | 92 | | |
| |||
92 | 95 | | |
93 | 96 | | |
94 | 97 | | |
| 98 | + | |
| 99 | + | |
| 100 | + | |
| 101 | + | |
| 102 | + | |
| 103 | + | |
| 104 | + | |
95 | 105 | | |
96 | 106 | | |
97 | 107 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
10 | 15 | | |
11 | 16 | | |
12 | 17 | | |
| |||
177 | 182 | | |
178 | 183 | | |
179 | 184 | | |
| 185 | + | |
| 186 | + | |
| 187 | + | |
| 188 | + | |
| 189 | + | |
| 190 | + | |
| 191 | + | |
| 192 | + | |
| 193 | + | |
| 194 | + | |
| 195 | + | |
| 196 | + | |
| 197 | + | |
| 198 | + | |
| 199 | + | |
| 200 | + | |
| 201 | + | |
| 202 | + | |
| 203 | + | |
| 204 | + | |
| 205 | + | |
| 206 | + | |
| 207 | + | |
| 208 | + | |
| 209 | + | |
| 210 | + | |
| 211 | + | |
| 212 | + | |
| 213 | + | |
| 214 | + | |
| 215 | + | |
| 216 | + | |
| 217 | + | |
| 218 | + | |
| 219 | + | |
| 220 | + | |
| 221 | + | |
| 222 | + | |
| 223 | + | |
| 224 | + | |
180 | 225 | | |
181 | 226 | | |
182 | 227 | | |
| |||
188 | 233 | | |
189 | 234 | | |
190 | 235 | | |
191 | | - | |
| 236 | + | |
192 | 237 | | |
193 | | - | |
| 238 | + | |
194 | 239 | | |
195 | 240 | | |
196 | 241 | | |
197 | 242 | | |
198 | 243 | | |
199 | 244 | | |
200 | | - | |
| 245 | + | |
201 | 246 | | |
202 | 247 | | |
203 | 248 | | |
| |||
0 commit comments