summaryrefslogtreecommitdiff
path: root/warlock
Commit message (Expand)AuthorAgeFilesLines
* Add description to exception messagesiccha.sethi2013-09-061-4/+6
* Add python3 supportbaserock/morphChuck Short2013-07-232-4/+5
* Trigger DeprecationWarning in Model.changesBrian Waldon2013-04-261-1/+4
* Add license headers to source filesBrian Waldon2013-01-314-0/+56
* Rename Model method validator to validateBrian Waldon2013-01-211-5/+5
* Adding documentation of Model methodsBrian Waldon2013-01-211-22/+27
* Made validator inheritable by base classes.Rob2013-01-212-16/+8
* Break up core pieces into separate modulesRob2012-12-224-106/+125
* Use jsonpatch to provide a JSON patch documentBrian Waldon2012-11-261-0/+7
* Allow delattr and del operationsBrian Waldon2012-11-261-1/+12
* Add helful text to ExceptionsBrian Waldon2012-11-191-7/+8
* switch to a dict-based objecttermie2012-10-081-12/+46
* Add 'changes' attribute to modelsBrian Waldon2012-07-291-0/+7
* Refactor attribute access methodsBrian Waldon2012-07-271-7/+7
* Add items method to modelBrian Waldon2012-07-271-0/+3
* Enable dict-style access to modelsBrian Waldon2012-07-271-0/+6
* Add iteritems method to modelBrian Waldon2012-07-131-0/+3
* Cast schema name to stringBrian Waldon2012-06-071-1/+1
* Use jsonschema for operation validationBrian Waldon2012-06-022-6/+35
* Settling on warlock.model_factoryBrian Waldon2012-06-012-4/+15
* Add basic test and implement minimal logicBrian Waldon2012-06-012-0/+22
* Project bootstrappingBrian Waldon2012-06-011-0/+0