- Notifications
You must be signed in to change notification settings - Fork913
Commit9fe5b71
authored
chore!: fix workspace apps response (#17700)
Fix WorkspaceApp response type to better reflect the schema fromhttps://registry.terraform.io/providers/coder/coder/latest/docs/resources/app.1 parentd146115 commit9fe5b71
File tree
9 files changed
+22
-33
lines changed- codersdk
- site/src
- api
- modules
- resources
- AppLink
- workspaces/WorkspaceAppStatus
- pages/WorkspacePage
- utils
9 files changed
+22
-33
lines changedLines changed: 3 additions & 3 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
60 | 60 |
| |
61 | 61 |
| |
62 | 62 |
| |
63 |
| - | |
| 63 | + | |
64 | 64 |
| |
65 | 65 |
| |
66 | 66 |
| |
67 | 67 |
| |
68 | 68 |
| |
69 | 69 |
| |
70 |
| - | |
| 70 | + | |
71 | 71 |
| |
72 | 72 |
| |
73 | 73 |
| |
| |||
81 | 81 |
| |
82 | 82 |
| |
83 | 83 |
| |
84 |
| - | |
| 84 | + | |
85 | 85 |
| |
86 | 86 |
| |
87 | 87 |
| |
|
Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more aboutcustomizing how changed files appear on GitHub.
Lines changed: 2 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
150 | 150 |
| |
151 | 151 |
| |
152 | 152 |
| |
153 |
| - | |
| 153 | + | |
154 | 154 |
| |
155 |
| - | |
| 155 | + | |
156 | 156 |
| |
157 | 157 |
| |
158 | 158 |
| |
|
Lines changed: 4 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
91 | 91 |
| |
92 | 92 |
| |
93 | 93 |
| |
94 |
| - | |
95 |
| - | |
| 94 | + | |
| 95 | + | |
| 96 | + | |
| 97 | + | |
96 | 98 |
| |
97 | 99 |
| |
98 | 100 |
| |
|
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
31 | 31 |
| |
32 | 32 |
| |
33 | 33 |
| |
34 |
| - | |
| 34 | + | |
35 | 35 |
| |
36 | 36 |
| |
37 | 37 |
| |
|
Lines changed: 6 additions & 17 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
43 | 43 |
| |
44 | 44 |
| |
45 | 45 |
| |
46 |
| - | |
47 | 46 |
| |
48 | 47 |
| |
49 |
| - | |
50 |
| - | |
51 |
| - | |
52 |
| - | |
53 |
| - | |
54 |
| - | |
55 |
| - | |
56 |
| - | |
57 |
| - | |
| 48 | + | |
58 | 49 |
| |
59 | 50 |
| |
60 | 51 |
| |
61 | 52 |
| |
62 | 53 |
| |
63 |
| - | |
| 54 | + | |
64 | 55 |
| |
65 | 56 |
| |
66 | 57 |
| |
| |||
118 | 109 |
| |
119 | 110 |
| |
120 | 111 |
| |
121 |
| - | |
| 112 | + | |
122 | 113 |
| |
123 | 114 |
| |
124 | 115 |
| |
| |||
140 | 131 |
| |
141 | 132 |
| |
142 | 133 |
| |
143 |
| - | |
144 |
| - | |
145 |
| - | |
| 134 | + | |
146 | 135 |
| |
147 | 136 |
| |
148 | 137 |
| |
| |||
156 | 145 |
| |
157 | 146 |
| |
158 | 147 |
| |
159 |
| - | |
| 148 | + | |
160 | 149 |
| |
161 | 150 |
| |
162 | 151 |
| |
| |||
169 | 158 |
| |
170 | 159 |
| |
171 | 160 |
| |
172 |
| - | |
| 161 | + | |
173 | 162 |
| |
174 | 163 |
| |
175 | 164 |
| |
|
Lines changed: 1 addition & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
124 | 124 |
| |
125 | 125 |
| |
126 | 126 |
| |
127 |
| - | |
128 | 127 |
| |
129 | 128 |
| |
130 | 129 |
| |
131 | 130 |
| |
132 |
| - | |
| 131 | + | |
133 | 132 |
| |
134 | 133 |
| |
135 | 134 |
| |
|
Lines changed: 1 addition & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
198 | 198 |
| |
199 | 199 |
| |
200 | 200 |
| |
201 |
| - | |
202 | 201 |
| |
203 | 202 |
| |
204 | 203 |
| |
205 | 204 |
| |
206 |
| - | |
| 205 | + | |
207 | 206 |
| |
208 | 207 |
| |
209 | 208 |
| |
|
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
11 | 11 |
| |
12 | 12 |
| |
13 | 13 |
| |
14 |
| - | |
| 14 | + | |
15 | 15 |
| |
16 | 16 |
| |
17 | 17 |
| |
|
0 commit comments
Comments
(0)