File tree
12 files changed
+236
-127
lines changedFilter options
- api/swagger-spec
- cmd/cli/commands
- clone
- initialization
- pkg
- client/dblabapi
- types
- services/cloning
- srv
12 files changed
+236
-127
lines changedapi/swagger-spec/dblab_server_swagger.yaml
Copy file name to clipboardExpand all lines: api/swagger-spec/dblab_server_swagger.yaml+5-1Lines changed: 5 additions & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
97 | 97 |
|
98 | 98 |
|
99 | 99 |
|
100 |
| - |
| 100 | + |
101 | 101 |
|
102 | 102 |
|
103 | 103 |
|
| ||
172 | 172 |
|
173 | 173 |
|
174 | 174 |
|
| 175 | + |
| 176 | + |
| 177 | + |
| 178 | + |
175 | 179 |
|
176 | 180 |
|
177 | 181 |
|
|
cmd/cli/commands/clone/actions.go
Copy file name to clipboardExpand all lines: cmd/cli/commands/clone/actions.go+8-4Lines changed: 8 additions & 4 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
12 | 12 |
|
13 | 13 |
|
14 | 14 |
|
15 |
| - |
| 15 | + |
16 | 16 |
|
17 | 17 |
|
18 | 18 |
|
| ||
48 | 48 |
|
49 | 49 |
|
50 | 50 |
|
51 |
| - |
| 51 | + |
52 | 52 |
|
53 | 53 |
|
54 | 54 |
|
55 |
| - |
| 55 | + |
56 | 56 |
|
57 | 57 |
|
58 | 58 |
|
59 | 59 |
|
60 | 60 |
|
| 61 | + |
| 62 | + |
| 63 | + |
| 64 | + |
61 | 65 |
|
62 | 66 |
|
63 | 67 |
|
| ||
113 | 117 |
|
114 | 118 |
|
115 | 119 |
|
116 |
| - |
| 120 | + |
117 | 121 |
|
118 | 122 |
|
119 | 123 |
|
|
cmd/cli/commands/clone/command_list.go
Copy file name to clipboardExpand all lines: cmd/cli/commands/clone/command_list.go+4Lines changed: 4 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
47 | 47 |
|
48 | 48 |
|
49 | 49 |
|
| 50 | + |
| 51 | + |
| 52 | + |
| 53 | + |
50 | 54 |
|
51 | 55 |
|
52 | 56 |
|
|
cmd/cli/commands/initialization/command_list.go
Copy file name to clipboardExpand all lines: cmd/cli/commands/initialization/command_list.go+1-1Lines 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 |
|
|
pkg/client/dblabapi/clone.go
Copy file name to clipboardExpand all lines: pkg/client/dblabapi/clone.go+7-25Lines changed: 7 additions & 25 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
14 | 14 |
|
15 | 15 |
|
16 | 16 |
|
| 17 | + |
17 | 18 |
|
18 | 19 |
|
19 | 20 |
|
| ||
67 | 68 |
|
68 | 69 |
|
69 | 70 |
|
70 |
| - |
71 |
| - |
72 |
| - |
73 |
| - |
74 |
| - |
75 |
| - |
76 |
| - |
77 |
| - |
78 |
| - |
79 |
| - |
80 |
| - |
81 |
| - |
82 |
| - |
83 |
| - |
84 | 71 |
|
85 |
| - |
| 72 | + |
86 | 73 |
|
87 | 74 |
|
88 | 75 |
|
89 | 76 |
|
90 |
| - |
| 77 | + |
91 | 78 |
|
92 | 79 |
|
93 | 80 |
|
| ||
161 | 148 |
|
162 | 149 |
|
163 | 150 |
|
164 |
| - |
| 151 | + |
165 | 152 |
|
166 | 153 |
|
167 | 154 |
|
168 | 155 |
|
169 |
| - |
| 156 | + |
170 | 157 |
|
171 | 158 |
|
172 | 159 |
|
| ||
190 | 177 |
|
191 | 178 |
|
192 | 179 |
|
193 |
| - |
194 |
| - |
195 |
| - |
196 |
| - |
197 |
| - |
198 | 180 |
|
199 |
| - |
| 181 | + |
200 | 182 |
|
201 | 183 |
|
202 | 184 |
|
203 | 185 |
|
204 |
| - |
| 186 | + |
205 | 187 |
|
206 | 188 |
|
207 | 189 |
|
|
pkg/client/dblabapi/clone_test.go
Copy file name to clipboardExpand all lines: pkg/client/dblabapi/clone_test.go+11-10Lines changed: 11 additions & 10 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
13 | 13 |
|
14 | 14 |
|
15 | 15 |
|
| 16 | + |
16 | 17 |
|
17 | 18 |
|
18 | 19 |
|
| ||
122 | 123 |
|
123 | 124 |
|
124 | 125 |
|
125 |
| - |
| 126 | + |
126 | 127 |
|
127 | 128 |
|
128 | 129 |
|
| ||
156 | 157 |
|
157 | 158 |
|
158 | 159 |
|
159 |
| - |
| 160 | + |
160 | 161 |
|
161 | 162 |
|
162 | 163 |
|
163 |
| - |
| 164 | + |
164 | 165 |
|
165 | 166 |
|
166 | 167 |
|
| ||
198 | 199 |
|
199 | 200 |
|
200 | 201 |
|
201 |
| - |
| 202 | + |
202 | 203 |
|
203 | 204 |
|
204 | 205 |
|
| ||
226 | 227 |
|
227 | 228 |
|
228 | 229 |
|
229 |
| - |
| 230 | + |
230 | 231 |
|
231 | 232 |
|
232 | 233 |
|
233 |
| - |
| 234 | + |
234 | 235 |
|
235 | 236 |
|
236 | 237 |
|
| ||
258 | 259 |
|
259 | 260 |
|
260 | 261 |
|
261 |
| - |
| 262 | + |
262 | 263 |
|
263 | 264 |
|
264 | 265 |
|
| ||
365 | 366 |
|
366 | 367 |
|
367 | 368 |
|
368 |
| - |
| 369 | + |
369 | 370 |
|
370 | 371 |
|
371 | 372 |
|
| ||
392 | 393 |
|
393 | 394 |
|
394 | 395 |
|
395 |
| - |
| 396 | + |
396 | 397 |
|
397 | 398 |
|
398 | 399 |
|
| ||
429 | 430 |
|
430 | 431 |
|
431 | 432 |
|
432 |
| - |
| 433 | + |
433 | 434 |
|
434 | 435 |
|
435 | 436 |
|
|
pkg/client/dblabapi/types/clone.go
Copy file name to clipboard+31Lines changed: 31 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
| 1 | + |
| 2 | + |
| 3 | + |
| 4 | + |
| 5 | + |
| 6 | + |
| 7 | + |
| 8 | + |
| 9 | + |
| 10 | + |
| 11 | + |
| 12 | + |
| 13 | + |
| 14 | + |
| 15 | + |
| 16 | + |
| 17 | + |
| 18 | + |
| 19 | + |
| 20 | + |
| 21 | + |
| 22 | + |
| 23 | + |
| 24 | + |
| 25 | + |
| 26 | + |
| 27 | + |
| 28 | + |
| 29 | + |
| 30 | + |
| 31 | + |
pkg/services/cloning/cloning.go
Copy file name to clipboardExpand all lines: pkg/services/cloning/cloning.go+3-2Lines changed: 3 additions & 2 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
11 | 11 |
|
12 | 12 |
|
13 | 13 |
|
| 14 | + |
14 | 15 |
|
15 | 16 |
|
16 | 17 |
|
| ||
43 | 44 |
|
44 | 45 |
|
45 | 46 |
|
46 |
| - |
| 47 | + |
47 | 48 |
|
48 | 49 |
|
49 |
| - |
| 50 | + |
50 | 51 |
|
51 | 52 |
|
52 | 53 |
|
|
0 commit comments