Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2011-11-16 | Wip on AuthUser handler tests | 4 | -5/+72 | ||
Also "python way" with Design by contract | |||||
2011-11-16 | Fix 411 with PUT request | 2 | -2/+12 | ||
with data as None, requests module didn't add specific header | |||||
2011-11-15 | API change: Added gravatar_id in User model | 5 | -12/+32 | ||
Also fix some bugs, update test and PEP8 | |||||
2011-11-14 | Complete anonymous User handler test | 2 | -6/+149 | ||
2011-11-14 | Added user and limit in all User handler methods | 1 | -5/+5 | ||
2011-11-14 | Fix converter bug | 2 | -4/+7 | ||
2011-11-13 | Added handler base test | 2 | -1/+57 | ||
2011-11-13 | Added limit to querys that return several items | 1 | -9/+16 | ||
In user handler | |||||
2011-11-13 | Fix limit bug | 2 | -2/+4 | ||
2011-11-13 | Fix bug. Instance converter in handler base | 1 | -2/+2 | ||
2011-11-13 | Explicit > implicit | 1 | -23/+63 | ||
user arg in all anonymous user handler methods | |||||
2011-11-13 | Testing on fire (handlers, user_handler) | 7 | -8/+163 | ||
Also fix bugs, pep8 | |||||
2011-11-12 | PEP8 and renaming | 4 | -2/+6 | ||
2011-11-12 | Added converters test | 4 | -101/+92 | ||
2011-11-12 | Catch unauthorized requests. Bad credentials | 2 | -2/+4 | ||
2011-11-12 | Added core_test and fix some bugs / pep8 | 5 | -49/+156 | ||
Readme to Markdown | |||||
2011-11-10 | Updated readme | 1 | -17/+13 | ||
2011-11-10 | Init test enviroment | 7 | -6/+64 | ||
Also rename user handler module to 'users' | |||||
2011-11-10 | Some details | 3 | -11/+6 | ||
2011-11-09 | Updated example in README.rst to work with current version | 1 | -7/+12 | ||
2011-11-09 | Fixing bugs. Crazy night :S | 6 | -29/+33 | ||
2011-11-09 | Support for proxys in _bool handler | 1 | -1/+14 | ||
Proxys: _put, _delete | |||||
2011-11-09 | Added support for extra args to get_resources | 2 | -4/+9 | ||
Paginate coupled? :S | |||||
2011-11-09 | Added User/AuthUser handler | 2 | -81/+205 | ||
2011-11-08 | Prefix handlers | 1 | -11/+21 | ||
Also give the possibility of inject converter in requests | |||||
2011-11-08 | Added post_resource to handler | 1 | -0/+7 | ||
2011-11-08 | Abstract and decouple converters | 3 | -63/+126 | ||
2011-11-08 | Fix clean | 1 | -1/+0 | ||
2011-11-07 | Added create_gist() example to readme | 1 | -0/+3 | ||
2011-11-07 | Added akaihola to authors | 1 | -1/+2 | ||
2011-11-07 | Added the create_gist() method | 1 | -0/+8 | ||
2011-11-07 | _post_resource | 1 | -0/+5 | ||
2011-11-07 | Fix typo | 1 | -1/+1 | ||
2011-11-06 | Modelizer class. json<->model parser | 8 | -296/+236 | ||
Also reorganize code | |||||
2011-11-06 | Cleaning files from origin repo | 16 | -1748/+10 | ||
2011-11-06 | Doc and refactorize | 2 | -12/+59 | ||