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 3030 - [x] Implement to_dict() method
3131 - [x] Implement from_dict() method
3232 - [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
3347
3448### HelmValuesConfig Refactoring
3549- [ ] Remove PlainTextBackend references
8296- [x] Add unit tests
8397 - [x] Value class tests
8498 - [x] PathData class tests
99+ - [x] ConfigMetadata tests
85100 - [ ] HelmValuesConfig tests
86101 - [ ] Backend tests
87102 - [ ] Command tests
110125- [ ] Update API documentation
111126 - [ ] Document Value class
112127 - [ ] Document PathData class
128+ - [ ] Document ConfigMetadata class
113129 - [ ] Update HelmValuesConfig docs
114130- [ ] Add usage examples
115131 - [ ] Basic usage examples
You can’t perform that action at this time.
0 commit comments