Commit message (Expand) | Author | Files | Lines | |
---|---|---|---|---|
2012-04-28 | add `updated_at` to `_dates` in Repo resource | 1 | -1/+1 | |
2012-04-26 | `setup.py` modified for finding requirements | 1 | -1/+1 | |
2012-04-26 | add Makefile | 2 | -0/+4 | |
2012-04-26 | separate requirements for users and developers | 2 | -0/+4 | |
2012-04-16 | add myself to AUTHORS and some other docs tweaks | 2 | -5/+8 | |
2012-04-16 | add test_requirements.txt and more test running instructions | 3 | -6/+20 | |
2012-04-16 | add docs and a few little pep8 tweaks | 7 | -5/+91 | |
2012-04-16 | def != class | 1 | -1/+1 | |
2012-04-16 | add some docs I missed | 5 | -9/+29 | |
2012-04-16 | add Git Data API support | 15 | -0/+517 | |
2012-04-04 | :sparkles: Release 0.3 :sparkles:0.3 | 2 | -3/+7 | |
2012-04-03 | Fix bug | 1 | -1/+1 | |
2012-04-03 | Mimetype example in doc | 1 | -0/+10 | |
2012-04-03 | Gists services doc | 4 | -0/+65 | |
2012-04-03 | Fix naming | 5 | -13/+14 | |
2012-04-03 | services.gists.Comment done | 5 | -1/+152 | |
2012-04-03 | services.gists.Gist done | 4 | -3/+221 | |
2012-04-03 | Fix bug: Validating body in requests | 1 | -1/+1 | |
2012-04-03 | "services.gists.Gist" tests and resources | 2 | -0/+130 | |
2012-03-04 | :sparkles: Relase 0.2 :sparkles:0.2 | 1 | -1/+1 | |
2012-03-04 | Fix 422 message | 1 | -2/+1 | |
2012-03-04 | Fix requests with invalid config precedence | 7 | -45/+19 | |
2012-03-04 | Get repository's commits supported with new result | 8 | -33/+60 | |
2012-03-04 | Refactor result. Now it's a package | 11 | -220/+410 | |
2012-03-04 | Wrap result getter into partial. It's cleaner | 1 | -4/+3 | |
2012-03-04 | Encapsulate Link header behaviour | 2 | -22/+44 | |
2012-03-03 | remaining_requests attr to Github and Services | 3 | -0/+14 | |
2012-03-03 | Service repos done | 9 | -3/+225 | |
2012-03-02 | Add Manifest | 2 | -1/+4 | |
2012-03-01 | Fix setup.py install | 2 | -4/+3 | |
2012-03-01 | Update Readme and metadata | 5 | -23/+20 | |
2012-03-01 | Python 2.6 compatibility | 18 | -38/+147 | |
2012-03-01 | Complete services.repos doc | 17 | -79/+289 | |
2012-03-01 | WIP on services.repos doc | 5 | -12/+190 | |
2012-03-01 | Restructure modules and packages in a clean way | 30 | -864/+910 | |
2012-02-29 | Services.repos.Repo doc | 6 | -40/+174 | |
2012-02-29 | Init documentation | 18 | -13/+959 | |
2012-02-22 | Repos.watchers service done | 3 | -1/+109 | |
2012-02-22 | Repos.keys service done | 3 | -1/+110 | |
2012-02-22 | Repos.forks service done | 4 | -1/+55 | |
2012-02-21 | Repos.downloads service done | 4 | -1/+116 | |
2012-02-19 | Add mimetype support to repos.commits service | 1 | -6/+6 | |
2012-02-19 | Support to Mimetypes in some services | 3 | -1/+55 | |
2012-02-19 | Fix test imports | 6 | -10/+12 | |
2012-02-18 | Repos commits added | 4 | -8/+234 | |
2012-02-18 | Support to resources-self-nested into collections | 3 | -3/+19 | |
2012-02-17 | Small refactor to building requests in services | 4 | -52/+35 | |
2012-02-17 | Fix en.typo | 1 | -2/+1 | |
2012-02-17 | Services' renaming: base.Base to base.Service | 6 | -13/+13 | |
2012-02-12 | Repos collaborators added | 3 | -2/+90 |