aboutsummaryrefslogtreecommitdiffstats
path: root/github3/handlers (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Reset projectDavid Medina2012-02-035-774/+0
|
* Merge branch 'develop'David Medina2011-12-033-18/+502
|\
| * Complete AuthGist handlerDavid Medina2011-12-031-5/+89
| |
| * Added owner filterDavid Medina2011-12-031-1/+1
| |
| * Gist public handler completedDavid Medina2011-11-301-5/+37
| |
| * Fix mime_header to return None if neededDavid Medina2011-11-301-1/+3
| |
| * Fix get_converter to delete converter in kwargsDavid Medina2011-11-301-6/+6
| | | | | | | | | | It doesn't matter if converter is populate in kwargs to requests but it's more elegant and simplify tests
| * pep8David Medina2011-11-291-5/+7
| |
| * MimeType mixinDavid Medina2011-11-282-1/+33
| |
| * Diff between 'my' and 'get'David Medina2011-11-271-3/+34
| |
| * Inject handler hookDavid Medina2011-11-272-1/+7
| |
| * Complete AuthUser handler testDavid Medina2011-11-171-16/+30
| | | | | | | | Update code putting tests in green
| * Del authors on code. Delegate it to AUTHORS ;)David Medina2011-11-173-6/+0
| |
| * Wip on AuthUser handler testsDavid Medina2011-11-162-4/+3
| | | | | | | | Also "python way" with Design by contract
| * Added user and limit in all User handler methodsDavid Medina2011-11-141-5/+5
| |
| * Added limit to querys that return several itemsDavid Medina2011-11-131-9/+16
| | | | | | | | In user handler
| * Fix limit bugDavid Medina2011-11-131-2/+3
| |
| * Fix bug. Instance converter in handler baseDavid Medina2011-11-131-2/+2
| |
| * Explicit > implicitDavid Medina2011-11-131-23/+63
| | | | | | | | user arg in all anonymous user handler methods
| * Testing on fire (handlers, user_handler)David Medina2011-11-131-3/+3
| | | | | | | | Also fix bugs, pep8
| * Added converters testDavid Medina2011-11-121-2/+1
| |
| * Added core_test and fix some bugs / pep8David Medina2011-11-121-2/+7
| | | | | | | | Readme to Markdown
| * Init test enviromentDavid Medina2011-11-103-0/+5
| | | | | | | | Also rename user handler module to 'users'
| * Merged create_gist() into current HEAD of copitux/developAntti Kaihola2011-11-091-0/+28
| |
| * Fixing bugs. Crazy night :SDavid Medina2011-11-092-22/+20
| |
| * Support for proxys in _bool handlerDavid Medina2011-11-091-1/+14
| | | | | | | | Proxys: _put, _delete
| * Added support for extra args to get_resourcesDavid Medina2011-11-091-1/+1
| | | | | | | | Paginate coupled? :S
| * Added User/AuthUser handlerDavid Medina2011-11-092-81/+205
| |
| * Prefix handlersDavid Medina2011-11-081-11/+21
| | | | | | | | Also give the possibility of inject converter in requests
| * Added post_resource to handlerDavid Medina2011-11-081-0/+7
| |
| * Abstract and decouple convertersDavid Medina2011-11-081-4/+15
| |
| * Fix typoDavid Medina2011-11-071-1/+1
| |
| * Modelizer class. json<->model parserDavid Medina2011-11-061-49/+13
| | | | | | | | Also reorganize code
| * Cleaning files from origin repoDavid Medina2011-11-062-1/+0
| |
| * Doc and refactorizeDavid Medina2011-11-061-1/+19
| |
| * Handlers and paginate resourcesDavid Medina2011-11-051-27/+50
| |
| * Refactor base to handler designDavid Medina2011-11-042-0/+15
| |
| * Complete AuthUser handlerDavid Medina2011-11-011-0/+12
| |
| * Add get_bool requestDavid Medina2011-11-011-0/+4
| |
| * Fix names. Added raw requestDavid Medina2011-11-012-4/+15
| | | | | | | | Think about return user handler more elegant
| * Fix bug. Import own exceptionsDavid Medina2011-11-011-0/+1
| |
| * Decouple Handlers and ModelsDavid Medina2011-11-013-5/+18
| | | | | | | | Handler User complete
| * Wip on handlersDavid Medina2011-10-313-0/+67
|
* Fix bugsDavid Medina2011-11-092-22/+20
|
* New design. Merge develop branchDavid Medina2011-11-093-0/+292