A focused Docker Compose management web application.
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

fix: wrong method for actions

Brooke 2c15a36c 3acb5285

+23 -4
+2 -2
packages/node/src/api/mod.rs
··· 71 71 .push( 72 72 Router::with_path("/project/{project}") 73 73 .push(Router::with_path("logs").get(logs_subscribe)) 74 - .push(Router::with_path("restart").get(actions::restart_project)) 74 + .push(Router::with_path("restart").post(actions::restart_project)) 75 75 .push( 76 76 Router::with_path("service/{service}") 77 - .push(Router::with_path("restart").get(actions::restart_service)), 77 + .push(Router::with_path("restart").post(actions::restart_service)), 78 78 ), 79 79 ), 80 80 ),
+1
packages/node/src/core/action.rs
··· 66 66 } 67 67 68 68 /// Restarts the given project and optionally, a specific service within that project. 69 + #[wrap_err("Failed to restart project/service")] 69 70 pub async fn restart( 70 71 &self, 71 72 project: String,
+18
yaak/yaak.ev_7QBn5FeDXN.yaml
··· 1 + type: environment 2 + model: environment 3 + id: ev_7QBn5FeDXN 4 + workspaceId: wk_EsNSpdfnEe 5 + createdAt: 2026-03-15T16:51:57.171193056 6 + updatedAt: 2026-03-15T18:55:43.833367414 7 + name: Service Environment 8 + public: true 9 + base: false 10 + parentModel: folder 11 + parentId: fl_UMakVYPEat 12 + variables: 13 + - enabled: true 14 + name: SERVICE_NAME 15 + value: metube 16 + id: UuS2fFEvfr 17 + color: null 18 + sortPriority: 0.0
+1 -1
yaak/yaak.ev_DZAo6ZTEst.yaml
··· 3 3 id: ev_DZAo6ZTEst 4 4 workspaceId: wk_EsNSpdfnEe 5 5 createdAt: 2026-03-15T16:49:11.055521888 6 - updatedAt: 2026-03-15T16:49:19.725713695 6 + updatedAt: 2026-03-15T18:57:02.452389858 7 7 name: Project Environment 8 8 public: true 9 9 base: false
+1 -1
yaak/yaak.rq_3RuPQeaDzX.yaml
··· 2 2 model: http_request 3 3 id: rq_3RuPQeaDzX 4 4 createdAt: 2026-03-13T15:22:24.676720221 5 - updatedAt: 2026-03-15T16:50:35.474649577 5 + updatedAt: 2026-03-15T18:56:47.529514586 6 6 workspaceId: wk_EsNSpdfnEe 7 7 folderId: fl_6yTxas67yQ 8 8 authentication: {}