Commit f9c37e8
committed
feat(Common/SCM): Add DTO for updating SCM group properties
Added `SourceControlGroupUpdateDTO` struct to the `Common` crate to support updating source control group properties without modifying resources. This DTO:
- Defines serializable fields for provider handle, group ID, and label
- Uses PascalCase serialization to align with gRPC conventions in `Vine`
- Enables partial updates of SCM groups (e.g., changing labels/visibility)
This completes the core DTO set for SCM operations following recent additions (`SourceControlGroupUpdateDTO` joins provider creation DTOs). The struct will be used in `Mountain`'s SCM handlers and transmitted via gRPC to `Cocoon` for extension communication, advancing the implemented SCM workflow.1 parent e1d80e4 commit f9c37e8
1 file changed
Lines changed: 20 additions & 0 deletions
Lines changed: 20 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 | + | |
0 commit comments