Commit b9921c0
committed
feat(update_manager): add path field to update status API response
Add the local filesystem path to AppDeploy.get_update_status().
This propagates to all deployer types (git_repo, web, zip, python)
via super().get_update_status().
Clients that need to interact with managed repos on disk currently
must parse moonraker.conf as a workaround since the API omits this
required config field.1 parent 9e6eeea commit b9921c0
1 file changed
+2
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
325 | 325 | | |
326 | 326 | | |
327 | 327 | | |
328 | | - | |
| 328 | + | |
| 329 | + | |
329 | 330 | | |
330 | 331 | | |
331 | 332 | | |
| |||
0 commit comments