Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Improve models | 2012-02-04 | 3 | -20/+47 | ||
| | | | | | | Now the models maps itself from json encoded Then we can inherit it and change behaviour to use polymorphism into resources ;) | |||||
* | Fix parse_args | 2012-02-03 | 1 | -2/+4 | ||
| | ||||||
* | Fix imports to new environment | 2012-02-03 | 22 | -27/+51 | ||
| | | | | Absolute imports as PEP8 tells | |||||
* | Pypi environment by setuptools | 2012-02-03 | 8 | -24/+73 | ||
| | ||||||
* | Complete new redesign trying to code less coupled | 2012-02-03 | 20 | -6/+463 | ||
| | | | | | | | | | | | | | | | | | | | | and I think that I'm getting it :P Log from another repo (rebase hell if I'd try) ------------------------------------------------- d64647909aa3ddde6532994f3bd895e297dd1c1d +Model mapper prototype 53fa5c47c14ebf405ac11af0b21b3bc4f1251558 Complete client 0af9075da9fddd14f0c04cb3ad5a74f33a6dcaf7 Fix exceptions typo eae8232b4235451bac344f0114895dcf159d3af5 +ResouceFactory (renamed from uris) 14c66bea1bf0a68fd540d1b73a8c25aa69c854ce WIP on Uri Factory 8012908b795d598510a7e4d288f40b324e751aab Fix client instance 3e97153664365146ac558ada22bb9d3fc1a3189d Fast night services prototype 785a0bdc2ddd815d911255ba7e91c5d71cc82a74 fix typo 84f03a039fb2413f2e156d3ec0bd226e65bcae31 WIP on client f53076153d96b492f23e01f91debe8fafbc4cfe0 Trying wrapping requests library for our needs 52ea9f888048853760990053211c9e0c4440b810 Initial commit | |||||
* | Reset project | 2012-02-03 | 33 | -2681/+0 | ||
| | ||||||
* | Update setup.py | 2012-01-17 | 1 | -1/+1 | ||
| | ||||||
* | Merge branch 'develop' | 2011-12-03 | 27 | -314/+1637 | ||
|\ | ||||||
| * | Complete AuthGist handler | 2011-12-03 | 2 | -5/+151 | ||
| | | ||||||
| * | Added owner filter | 2011-12-03 | 1 | -1/+1 | ||
| | | ||||||
| * | Gist public handler completed | 2011-11-30 | 3 | -5/+87 | ||
| | | ||||||
| * | Fix mime_header to return None if needed | 2011-11-30 | 2 | -1/+6 | ||
| | | ||||||
| * | Fix get_converter to delete converter in kwargs | 2011-11-30 | 2 | -7/+9 | ||
| | | | | | | | | | | It doesn't matter if converter is populate in kwargs to requests but it's more elegant and simplify tests | |||||
| * | GistComment model | 2011-11-29 | 2 | -1/+18 | ||
| | | ||||||
| * | 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 | ||
| | | |