Commit 4cb0501
committed
fix: address PR #224 review feedback
- NotConnected → NotConnectedWrite in all write-requiring handlers
- NewNotConnectedMsg constructor for custom hints (cmd_features.go)
- Timeout returns ValidationError instead of plain fmt.Errorf
- Standardize RawUnitBackend on model.ID
- Registry panic prefix corrected to 'registry:'
- Full qualified names in AlreadyExists/NotFound messages
- Import/export mapping: distinguish not-found from backend errors
- Published REST: propagate backend errors, include qualified names
- Clarify unhandled statement error message in registry dispatch
- Registry.Validate returns ValidationError instead of plain fmt.Errorf
- Split MockBackend into 13 domain-specific files
- Introduce EntityAccessRuleParams struct for AddEntityAccessRule
- Move mpr type extraction TODO to project tracker1 parent 5d24fe2 commit 4cb0501
File tree
34 files changed
+1594
-1486
lines changed- mdl
- backend
- mock
- mpr
- errors
- executor
34 files changed
+1594
-1486
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | | - | |
| 7 | + | |
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
22 | | - | |
| 22 | + | |
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
| |||
0 commit comments