Commit 6fafbd3
fix: enforce MaxLength(36) for Slack app name and remove debug logging
- Change Goa design MaxLength from 60 to 36 for createSlackApp and
updateSlackApp name fields, matching server-side validation
- Remove debug logging from upload.tsx and assets/impl.go
- Keep improved sniffMimeType error message with content type details
- Remove deprecated comment from schema.sql
- Regenerate SDK
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>1 parent 4eb7eb1 commit 6fafbd3
File tree
19 files changed
+141
-201
lines changed- .speakeasy
- client
- dashboard/src/components
- sdk
- .speakeasy
- src/lib
- server
- database
- design/slack
- gen/http
- slack
- client
- server
- internal
- assets
- database
- thirdparty/slack
- repo
19 files changed
+141
-201
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
13379 | 13379 | | |
13380 | 13380 | | |
13381 | 13381 | | |
13382 | | - | |
| 13382 | + | |
13383 | 13383 | | |
13384 | 13384 | | |
13385 | 13385 | | |
| |||
17924 | 17924 | | |
17925 | 17925 | | |
17926 | 17926 | | |
17927 | | - | |
| 17927 | + | |
17928 | 17928 | | |
17929 | 17929 | | |
17930 | 17930 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
5 | | - | |
6 | | - | |
| 5 | + | |
| 6 | + | |
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
14 | | - | |
15 | | - | |
| 14 | + | |
| 15 | + | |
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
16 | | - | |
17 | | - | |
18 | | - | |
19 | | - | |
20 | | - | |
21 | | - | |
22 | | - | |
23 | | - | |
24 | | - | |
25 | 16 | | |
26 | 17 | | |
27 | 18 | | |
| |||
31 | 22 | | |
32 | 23 | | |
33 | 24 | | |
34 | | - | |
35 | | - | |
36 | 25 | | |
37 | | - | |
38 | | - | |
39 | | - | |
| 26 | + | |
40 | 27 | | |
41 | 28 | | |
42 | 29 | | |
| |||
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
59 | 59 | | |
60 | 60 | | |
61 | 61 | | |
62 | | - | |
| 62 | + | |
63 | 63 | | |
64 | | - | |
| 64 | + | |
65 | 65 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
867 | 867 | | |
868 | 868 | | |
869 | 869 | | |
870 | | - | |
871 | 870 | | |
872 | 871 | | |
873 | 872 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
146 | 146 | | |
147 | 147 | | |
148 | 148 | | |
149 | | - | |
| 149 | + | |
150 | 150 | | |
151 | 151 | | |
152 | 152 | | |
| |||
255 | 255 | | |
256 | 256 | | |
257 | 257 | | |
258 | | - | |
| 258 | + | |
259 | 259 | | |
260 | 260 | | |
261 | 261 | | |
| |||
0 commit comments