-
Notifications
You must be signed in to change notification settings - Fork 16
Commit 74ad635
Retrieve workspace directly in link handler when using wildcardSSH feature (#542)
* Retrieve workspace directly in link handler when using wildcardSSH feature
Instead of listing all workspaces matching the filter, get info about
the specific workspace the user is trying to connect to. This lets
jetbrains-gateway:// links to others' workspaces work without needing to
modify the workspace filter parameter.
* changelog update
---------
Co-authored-by: Benjamin Peinhardt <61021968+bcpeinhardt@users.noreply.github.com>
Co-authored-by: Benjamin <benjaminpeinhardt@gmail.com>1 parent 64e66d8 commit 74ad635
File tree
4 files changed
+49
-18
lines changed- src/main/kotlin/com/coder/gateway
- sdk
- v2
- util
4 files changed
+49
-18
lines changedOriginal file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
4 | 4 |
| |
5 | 5 |
| |
6 | 6 |
| |
7 | + | ||
8 | + | ||
9 | + | ||
10 | + | ||
7 | 11 |
| |
8 | 12 |
| |
9 | 13 |
| |
|
Lines changed: 13 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
176 | 176 |
| |
177 | 177 |
| |
178 | 178 |
| |
179 | + | ||
180 | + | ||
181 | + | ||
182 | + | ||
183 | + | ||
184 | + | ||
185 | + | ||
186 | + | ||
187 | + | ||
188 | + | ||
189 | + | ||
190 | + | ||
191 | + | ||
179 | 192 |
| |
180 | 193 |
| |
181 | 194 |
| |
|
Lines changed: 10 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
4 | 4 |
| |
5 | 5 |
| |
6 | 6 |
| |
7 | + | ||
7 | 8 |
| |
8 | 9 |
| |
9 | 10 |
| |
| |||
22 | 23 |
| |
23 | 24 |
| |
24 | 25 |
| |
26 | + | ||
27 | + | ||
28 | + | ||
29 | + | ||
30 | + | ||
31 | + | ||
32 | + | ||
33 | + | ||
34 | + | ||
25 | 35 |
| |
26 | 36 |
| |
27 | 37 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
57 | 57 |
| |
58 | 58 |
| |
59 | 59 |
| |
60 | - | ||
61 | - | ||
62 | - | ||
63 | - | ||
64 | - | ||
60 | + | ||
61 | + | ||
62 | + | ||
63 | + | ||
64 | + | ||
65 | + | ||
66 | + | ||
67 | + | ||
68 | + | ||
69 | + | ||
70 | + | ||
71 | + | ||
72 | + | ||
73 | + | ||
74 | + | ||
75 | + | ||
76 | + | ||
77 | + | ||
78 | + | ||
79 | + | ||
80 | + | ||
65 | 81 |
| |
66 | 82 |
| |
67 | 83 |
| |
| |||
96 | 112 |
| |
97 | 113 |
| |
98 | 114 |
| |
99 | - | ||
100 | - | ||
101 | - | ||
102 | - | ||
103 | - | ||
104 | - | ||
105 | - | ||
106 | - | ||
107 | 115 |
| |
108 | 116 |
| |
109 | 117 |
| |
110 | 118 |
| |
111 | 119 |
| |
112 | 120 |
| |
113 | 121 |
| |
114 | - | ||
115 | - | ||
116 | - | ||
117 | - | ||
118 | - | ||
122 | + | ||
119 | 123 |
| |
120 | 124 |
| |
121 | 125 |
| |
|
0 commit comments