| Commit message (Collapse) | Author | Files | Lines | ||
|---|---|---|---|---|---|
| 2012-02-03 | Reset project | 5 | -774/+0 | ||
| 2011-12-03 | Complete AuthGist handler | 1 | -5/+89 | ||
| 2011-12-03 | Added owner filter | 1 | -1/+1 | ||
| 2011-11-30 | Gist public handler completed | 1 | -5/+37 | ||
| 2011-11-30 | Fix mime_header to return None if needed | 1 | -1/+3 | ||
| 2011-11-30 | Fix get_converter to delete converter in kwargs | 1 | -6/+6 | ||
| It doesn't matter if converter is populate in kwargs to requests but it's more elegant and simplify tests | |||||
| 2011-11-29 | pep8 | 1 | -5/+7 | ||
| 2011-11-28 | MimeType mixin | 2 | -1/+33 | ||
| 2011-11-27 | Diff between 'my' and 'get' | 1 | -3/+34 | ||
| 2011-11-27 | Inject handler hook | 2 | -1/+7 | ||
| 2011-11-17 | Complete AuthUser handler test | 1 | -16/+30 | ||
| Update code putting tests in green | |||||
| 2011-11-17 | Del authors on code. Delegate it to AUTHORS ;) | 3 | -6/+0 | ||
| 2011-11-16 | Wip on AuthUser handler tests | 2 | -4/+3 | ||
| Also "python way" with Design by contract | |||||
| 2011-11-14 | Added user and limit in all User handler methods | 1 | -5/+5 | ||
| 2011-11-13 | Added limit to querys that return several items | 1 | -9/+16 | ||
| In user handler | |||||
| 2011-11-13 | Fix limit bug | 1 | -2/+3 | ||
| 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) | 1 | -3/+3 | ||
| Also fix bugs, pep8 | |||||
| 2011-11-12 | Added converters test | 1 | -2/+1 | ||
| 2011-11-12 | Added core_test and fix some bugs / pep8 | 1 | -2/+7 | ||
| Readme to Markdown | |||||
| 2011-11-10 | Init test enviroment | 3 | -0/+5 | ||
| Also rename user handler module to 'users' | |||||
| 2011-11-09 | Fix bugs | 2 | -22/+20 | ||
| 2011-11-09 | Fixing bugs. Crazy night :S | 2 | -22/+20 | ||
| 2011-11-09 | New design. Merge develop branch | 3 | -0/+292 | ||
| 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 | 1 | -1/+1 | ||
| 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 | 1 | -4/+15 | ||
| 2011-11-07 | Fix typo | 1 | -1/+1 | ||
| 2011-11-06 | Modelizer class. json<->model parser | 1 | -49/+13 | ||
| Also reorganize code | |||||
| 2011-11-06 | Cleaning files from origin repo | 2 | -1/+0 | ||
| 2011-11-06 | Doc and refactorize | 1 | -1/+19 | ||
| 2011-11-05 | Handlers and paginate resources | 1 | -27/+50 | ||
| 2011-11-04 | Refactor base to handler design | 2 | -0/+15 | ||
| 2011-11-01 | Complete AuthUser handler | 1 | -0/+12 | ||
| 2011-11-01 | Add get_bool request | 1 | -0/+4 | ||
| 2011-11-01 | Fix names. Added raw request | 2 | -4/+15 | ||
| Think about return user handler more elegant | |||||
| 2011-11-01 | Fix bug. Import own exceptions | 1 | -0/+1 | ||
| 2011-11-01 | Decouple Handlers and Models | 3 | -5/+18 | ||
| Handler User complete | |||||
| 2011-10-31 | Wip on handlers | 3 | -0/+67 | ||
