Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-12-12 | changed some values in new style eipconfig | kali | |
2012-10-02 | refactored jsonconfig, included jsonschema validation | kali | |
and type casting. | |||
2012-09-25 | make test for provider pass | kali | |
2012-09-24 | add schema to JSONLeapConfig classes | kali | |
and a jsonvalidate function too, that calls to jsonchemea.validate(self, data) with self.schema We're using the specs to both purposes now: * providing a type casting system for our config options (work in progress for the type casting) * json schema validation | |||
2012-08-29 | spec creation moved to JSONLeapConfig __metaclass__ | kali | |
now we expect spec to be a dict for all the JSONLeapConfig instances. |