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