| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 14 days | refactor: use generic helper for mount/unmount handlers | chrislusf | 1 | -41/+27 | |
| Reduce code duplication by using a generic makePostHandler function that abstracts the common logic of handling POST requests, decoding JSON, calling a manager function, and encoding the JSON response. | |||||
| 14 days | fix: use StatusInternalServerError for mount/unmount errors | chrislusf | 1 | -2/+2 | |
| Errors from manager.Mount and manager.Unmount can be due to internal server issues (filesystem errors, process start failures) not just bad client requests. | |||||
| 14 days | Optimization: Reduce unnecessary logic of seaweedfs-mount | 泽淼 周 | 1 | -21/+0 | |
| 14 days | feat: Separated weed mount lifecycle into a dedicated service and rewired ↵ | 泽淼 周 | 1 | -0/+153 | |
| the CSI components to call it. | |||||
