- Notifications
You must be signed in to change notification settings - Fork928
Commit88451a1
committed
Only return UUID from EnqueueNotificationMessage
Changes made to dbgen are to avoid this panic:$ ./coderd/database/generate.shgeneratepanic: unknown return type: *dst.SelectorExprgoroutine 1 [running]:main.orderAndStubDatabaseFunctions({0x1400001ea80, 0x3c}, {0x102d019e0, 0x1}, {0x102d0bc75, 0xb}, 0x102df7b20) /Users/danny/Code/coder/coder/scripts/dbgen/main.go:367 +0x2588main.run() /Users/danny/Code/coder/coder/scripts/dbgen/main.go:56 +0x118main.main() /Users/danny/Code/coder/coder/scripts/dbgen/main.go:42 +0x1cexit status 2Signed-off-by: Danny Kopping <danny@coder.com>1 parent5ff29c0 commit88451a1
File tree
9 files changed
+36
-39
lines changed- coderd
- database
- dbauthz
- dbmem
- dbmetrics
- queries
- notifications
- scripts/dbgen
9 files changed
+36
-39
lines changedLines changed: 2 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1143 | 1143 |
| |
1144 | 1144 |
| |
1145 | 1145 |
| |
1146 |
| - | |
| 1146 | + | |
1147 | 1147 |
| |
1148 |
| - | |
| 1148 | + | |
1149 | 1149 |
| |
1150 | 1150 |
| |
1151 | 1151 |
| |
|
Lines changed: 4 additions & 4 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1817 | 1817 |
| |
1818 | 1818 |
| |
1819 | 1819 |
| |
1820 |
| - | |
| 1820 | + | |
1821 | 1821 |
| |
1822 | 1822 |
| |
1823 |
| - | |
| 1823 | + | |
1824 | 1824 |
| |
1825 | 1825 |
| |
1826 | 1826 |
| |
| |||
1829 | 1829 |
| |
1830 | 1830 |
| |
1831 | 1831 |
| |
1832 |
| - | |
| 1832 | + | |
1833 | 1833 |
| |
1834 | 1834 |
| |
1835 | 1835 |
| |
| |||
1847 | 1847 |
| |
1848 | 1848 |
| |
1849 | 1849 |
| |
1850 |
| - | |
| 1850 | + | |
1851 | 1851 |
| |
1852 | 1852 |
| |
1853 | 1853 |
| |
|
Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more aboutcustomizing how changed files appear on GitHub.
Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more aboutcustomizing how changed files appear on GitHub.
Lines changed: 5 additions & 21 deletions
Some generated files are not rendered by default. Learn more aboutcustomizing how changed files appear on GitHub.
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
19 | 19 |
| |
20 | 20 |
| |
21 | 21 |
| |
22 |
| - | |
| 22 | + | |
23 | 23 |
| |
24 | 24 |
| |
25 | 25 |
| |
|
Lines changed: 3 additions & 3 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
219 | 219 |
| |
220 | 220 |
| |
221 | 221 |
| |
222 |
| - | |
| 222 | + | |
223 | 223 |
| |
224 | 224 |
| |
225 | 225 |
| |
226 |
| - | |
| 226 | + | |
227 | 227 |
| |
228 | 228 |
| |
229 | 229 |
| |
230 |
| - | |
| 230 | + | |
231 | 231 |
| |
232 | 232 |
| |
233 | 233 |
| |
|
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
18 | 18 |
| |
19 | 19 |
| |
20 | 20 |
| |
21 |
| - | |
| 21 | + | |
22 | 22 |
| |
23 | 23 |
| |
24 | 24 |
| |
|
Lines changed: 18 additions & 5 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
342 | 342 |
| |
343 | 343 |
| |
344 | 344 |
| |
345 |
| - | |
346 |
| - | |
347 |
| - | |
| 345 | + | |
| 346 | + | |
| 347 | + | |
| 348 | + | |
| 349 | + | |
| 350 | + | |
| 351 | + | |
| 352 | + | |
| 353 | + | |
| 354 | + | |
| 355 | + | |
| 356 | + | |
| 357 | + | |
| 358 | + | |
348 | 359 |
| |
349 |
| - | |
| 360 | + | |
350 | 361 |
| |
351 | 362 |
| |
352 | 363 |
| |
| |||
359 | 370 |
| |
360 | 371 |
| |
361 | 372 |
| |
| 373 | + | |
| 374 | + | |
362 | 375 |
| |
363 |
| - | |
| 376 | + | |
364 | 377 |
| |
365 | 378 |
| |
366 | 379 |
| |
|
0 commit comments
Comments
(0)