Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | PEP8 | 2011-11-17 | 1 | -11/+13 | |
| | |||||
* | Wip on AuthUser handler tests | 2011-11-16 | 4 | -5/+72 | |
| | | | | Also "python way" with Design by contract | ||||
* | Fix 411 with PUT request | 2011-11-16 | 2 | -2/+12 | |
| | | | | with data as None, requests module didn't add specific header | ||||
* | API change: Added gravatar_id in User model | 2011-11-15 | 5 | -12/+32 | |
| | | | | Also fix some bugs, update test and PEP8 | ||||
* | Complete anonymous User handler test | 2011-11-14 | 2 | -6/+149 | |
| | |||||
* | Added user and limit in all User handler methods | 2011-11-14 | 1 | -5/+5 | |
| | |||||
* | Fix converter bug | 2011-11-14 | 2 | -4/+7 | |
| | |||||
* | Added handler base test | 2011-11-13 | 2 | -1/+57 | |
| | |||||
* | Added limit to querys that return several items | 2011-11-13 | 1 | -9/+16 | |
| | | | | In user handler | ||||
* | Fix limit bug | 2011-11-13 | 2 | -2/+4 | |
| | |||||
* | Fix bug. Instance converter in handler base | 2011-11-13 | 1 | -2/+2 | |
| | |||||
* | Explicit > implicit | 2011-11-13 | 1 | -23/+63 | |
| | | | | user arg in all anonymous user handler methods | ||||
* | Testing on fire (handlers, user_handler) | 2011-11-13 | 7 | -8/+163 | |
| | | | | Also fix bugs, pep8 | ||||
* | PEP8 and renaming | 2011-11-12 | 4 | -2/+6 | |
| | |||||
* | Added converters test | 2011-11-12 | 4 | -101/+92 | |
| | |||||
* | Catch unauthorized requests. Bad credentials | 2011-11-12 | 2 | -2/+4 | |
| | |||||
* | Added core_test and fix some bugs / pep8 | 2011-11-12 | 4 | -17/+139 | |
| | | | | Readme to Markdown | ||||
* | Init test enviroment | 2011-11-10 | 6 | -1/+160 | |
| | | | | Also rename user handler module to 'users' | ||||
* | Merged create_gist() into current HEAD of copitux/develop | 2011-11-09 | 26 | -2240/+892 | |
|\ | |||||
| * | Fixing bugs. Crazy night :S | 2011-11-09 | 6 | -29/+33 | |
| | | |||||
| * | Support for proxys in _bool handler | 2011-11-09 | 1 | -1/+14 | |
| | | | | | | | | Proxys: _put, _delete | ||||
| * | Added support for extra args to get_resources | 2011-11-09 | 2 | -4/+9 | |
| | | | | | | | | Paginate coupled? :S | ||||
| * | Added User/AuthUser handler | 2011-11-09 | 2 | -81/+205 | |
| | | |||||
| * | Prefix handlers | 2011-11-08 | 1 | -11/+21 | |
| | | | | | | | | Also give the possibility of inject converter in requests | ||||
| * | Added post_resource to handler | 2011-11-08 | 1 | -0/+7 | |
| | | |||||
| * | Abstract and decouple converters | 2011-11-08 | 3 | -63/+126 | |
| | | |||||
| * | Fix clean | 2011-11-08 | 1 | -1/+0 | |
| | | |||||
| * | Fix typo | 2011-11-07 | 1 | -1/+1 | |
| | | |||||
| * | Modelizer class. json<->model parser | 2011-11-06 | 8 | -296/+236 | |
| | | | | | | | | Also reorganize code | ||||
| * | Cleaning files from origin repo | 2011-11-06 | 14 | -1745/+5 | |
| | | |||||
| * | Doc and refactorize | 2011-11-06 | 2 | -12/+59 | |
| | | |||||
| * | Handlers and paginate resources | 2011-11-05 | 1 | -27/+50 | |
| | | |||||
| * | Fix litle bugs and args to request | 2011-11-05 | 2 | -7/+33 | |
| | | |||||
| * | Refactor base to handler design | 2011-11-04 | 7 | -200/+116 | |
| | | |||||
| * | Complete AuthUser handler | 2011-11-01 | 3 | -1/+22 | |
| | | |||||
| * | Add get_bool request | 2011-11-01 | 1 | -0/+4 | |
| | | |||||
| * | Fix bug generate_url | 2011-11-01 | 1 | -1/+1 | |
| | | |||||
| * | Fix names. Added raw request | 2011-11-01 | 4 | -9/+27 | |
| | | | | | | | | Think about return user handler more elegant | ||||
| * | Fix bug. PEP8 | 2011-11-01 | 1 | -3/+4 | |
| | | |||||
| * | Fix bug. Import own exceptions | 2011-11-01 | 1 | -0/+1 | |
| | | |||||
| * | Decouple Handlers and Models | 2011-11-01 | 11 | -163/+244 | |
| | | | | | | | | Handler User complete | ||||
| * | Wip on handlers | 2011-10-31 | 9 | -89/+163 | |
| | | |||||
* | | Added the create_gist() method | 2011-11-07 | 1 | -0/+8 | |
| | | |||||
* | | _post_resource | 2011-11-07 | 1 | -0/+5 | |
|/ | |||||
* | Fix typo in rate_limit | 2011-10-29 | 1 | -2/+2 | |
| | |||||
* | Wip on gists | 2011-10-28 | 1 | -1/+17 | |
| | |||||
* | Fix/update typo. avatar_url in User | 2011-10-28 | 1 | -1/+1 | |
| | |||||
* | awake too late | 2011-10-19 | 2 | -16/+76 | |
| | |||||
* | generators! | 2011-10-19 | 1 | -11/+60 | |
| | |||||
* | elegant paging limits and generators! | 2011-10-19 | 1 | -2/+2 | |
| |