Commit 254c32b
committed
Use global routes for single-resource operations, keep project-scoped routes for lists/creates
Migrate handlers, frontend endpoints, hooks, pages, and tests to the hybrid
routing scheme where GET/DELETE/action on individual resources use global paths
(e.g. /vms/{id}) while list and create operations remain under /projects/{id}/.1 parent f2ae813 commit 254c32b
39 files changed
Lines changed: 1556 additions & 749 deletions
File tree
- mvirt-api
- src
- grpc
- rest
- store
- tests
- common
- mvirt-ui
- src
- api
- endpoints
- features
- containers
- dashboard
- firewall
- network
- storage
- vms
- hooks/queries
- types
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 | |
|---|---|---|---|
| |||
53 | 53 | | |
54 | 54 | | |
55 | 55 | | |
56 | | - | |
| 56 | + | |
57 | 57 | | |
58 | 58 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
229 | 229 | | |
230 | 230 | | |
231 | 231 | | |
| 232 | + | |
| 233 | + | |
| 234 | + | |
| 235 | + | |
| 236 | + | |
| 237 | + | |
| 238 | + | |
| 239 | + | |
| 240 | + | |
| 241 | + | |
| 242 | + | |
| 243 | + | |
| 244 | + | |
| 245 | + | |
| 246 | + | |
| 247 | + | |
| 248 | + | |
| 249 | + | |
| 250 | + | |
| 251 | + | |
| 252 | + | |
| 253 | + | |
| 254 | + | |
| 255 | + | |
| 256 | + | |
| 257 | + | |
| 258 | + | |
| 259 | + | |
| 260 | + | |
| 261 | + | |
| 262 | + | |
| 263 | + | |
| 264 | + | |
232 | 265 | | |
233 | 266 | | |
234 | 267 | | |
| |||
0 commit comments