Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | PEP8 | 2011-11-17 | 1 | -11/+13 | |
* | Wip on AuthUser handler tests | 2011-11-16 | 4 | -5/+72 | |
* | Fix 411 with PUT request | 2011-11-16 | 2 | -2/+12 | |
* | API change: Added gravatar_id in User model | 2011-11-15 | 5 | -12/+32 | |
* | 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 | |
* | 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 | |
* | Testing on fire (handlers, user_handler) | 2011-11-13 | 7 | -8/+163 | |
* | 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 | 5 | -49/+156 | |
* | Updated readme | 2011-11-10 | 1 | -17/+13 | |
* | Init test enviroment | 2011-11-10 | 7 | -6/+64 | |
* | Some details | 2011-11-10 | 3 | -11/+6 | |
* | Merge pull request #2 from akaihola/gists | 2011-11-09 | 4 | -5/+144 | |
|\ | |||||
| * | Updated example in README.rst to work with current version | 2011-11-09 | 1 | -7/+12 | |
| * | Merged create_gist() into current HEAD of copitux/develop | 2011-11-09 | 30 | -2243/+1001 | |
| |\ | |/ |/| | |||||
* | | Fixing bugs. Crazy night :S | 2011-11-09 | 6 | -29/+33 | |
* | | Support for proxys in _bool handler | 2011-11-09 | 1 | -1/+14 | |
* | | Added support for extra args to get_resources | 2011-11-09 | 2 | -4/+9 | |
* | | Added User/AuthUser handler | 2011-11-09 | 2 | -81/+205 | |
* | | Prefix handlers | 2011-11-08 | 1 | -11/+21 | |
* | | 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 | |
* | | Cleaning files from origin repo | 2011-11-06 | 16 | -1748/+10 | |
* | | Doc and refactorize | 2011-11-06 | 2 | -12/+59 | |
* | | Added gitignore, it doesn't matter | 2011-11-06 | 1 | -0/+2 | |
* | | 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 | |
* | | Fix bug. PEP8 | 2011-11-01 | 1 | -3/+4 | |
* | | Fix bug. Import own exceptions | 2011-11-01 | 1 | -0/+1 | |
* | | Merge branch 'handlers' into develop | 2011-11-01 | 13 | -281/+433 | |
|\ \ | |||||
| * | | Decouple Handlers and Models | 2011-11-01 | 11 | -163/+244 | |
| * | | Wip on handlers | 2011-10-31 | 9 | -89/+163 | |
* | | | Testing post gist | 2011-10-29 | 1 | -0/+3 | |
|/ / | |||||
| * | Added create_gist() example to readme | 2011-11-07 | 1 | -0/+3 |