Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | pep8 | 2011-11-29 | 2 | -7/+15 | ||
| | | ||||||
| * | MimeType mixin | 2011-11-28 | 3 | -2/+56 | ||
| | | ||||||
| * | Diff between 'my' and 'get' | 2011-11-27 | 2 | -8/+80 | ||
| | | ||||||
| * | Inject handler hook | 2011-11-27 | 2 | -1/+7 | ||
| | | ||||||
| * | Complete AuthUser handler test | 2011-11-17 | 4 | -24/+167 | ||
| | | | | | | | | Update code putting tests in green | |||||
| * | Del authors on code. Delegate it to AUTHORS ;) | 2011-11-17 | 14 | -217/+4 | ||
| | | ||||||
| * | 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 | 5 | -49/+156 | ||
| | | | | | | | | Readme to Markdown | |||||
| * | Updated readme | 2011-11-10 | 1 | -17/+13 | ||
| | | ||||||
| * | Init test enviroment | 2011-11-10 | 7 | -6/+64 | ||
| | | | | | | | | Also rename user handler module to 'users' | |||||
| * | Some details | 2011-11-10 | 3 | -11/+6 | ||
| | | ||||||
| * | Merge pull request #2 from akaihola/gists | 2011-11-09 | 4 | -5/+144 | ||
| |\ | | | | | | | Gist handler and init tests | |||||
| | * | 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 | ||
| | | | | | | | | | | | | 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 | 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 | ||
| | | | | | | | | | | | | Think about return user handler more elegant | |||||
| * | | Fix bug. PEP8 | 2011-11-01 | 1 | -3/+4 | ||
| | | |