File tree Expand file tree Collapse file tree 1 file changed +16
-0
lines changed Expand file tree Collapse file tree 1 file changed +16
-0
lines changed Original file line number Diff line number Diff line change 30
30
- [x] Implement to_dict() method
31
31
- [x] Implement from_dict() method
32
32
- [x] Add tests for serialization
33
+ - [x] Add metadata handling
34
+ - [x] Create ConfigMetadata class
35
+ - [x] Add tests for ConfigMetadata
36
+ - [x] Integrate with PathData
37
+
38
+ ### ConfigMetadata
39
+ - [x] Implement ConfigMetadata class
40
+ - [x] Add metadata attributes
41
+ - [x] Implement constructor with type hints
42
+ - [x] Add basic validation for attributes
43
+ - [x] Add serialization support
44
+ - [x] Implement to_dict() method
45
+ - [x] Implement from_dict() static method
46
+ - [x] Add tests for serialization/deserialization
33
47
34
48
### HelmValuesConfig Refactoring
35
49
- [ ] Remove PlainTextBackend references
82
96
- [x] Add unit tests
83
97
- [x] Value class tests
84
98
- [x] PathData class tests
99
+ - [x] ConfigMetadata tests
85
100
- [ ] HelmValuesConfig tests
86
101
- [ ] Backend tests
87
102
- [ ] Command tests
110
125
- [ ] Update API documentation
111
126
- [ ] Document Value class
112
127
- [ ] Document PathData class
128
+ - [ ] Document ConfigMetadata class
113
129
- [ ] Update HelmValuesConfig docs
114
130
- [ ] Add usage examples
115
131
- [ ] Basic usage examples
You can’t perform that action at this time.
0 commit comments