Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| | * | add docs for pull requests | 2012-04-18 | 2 | -0/+34 | ||
| | | | ||||||
| | * | pass body to pull_requests.merge properly | 2012-04-18 | 1 | -3/+5 | ||
| | | | ||||||
| | * | add pull request API | 2012-04-17 | 10 | -3/+540 | ||
| | | | | | | | | | | | | | | | there are a few little issues remaining. Mostly regarding handling meaningful non-20x response codes | |||||
| | * | more specific exception for missing Request classes | 2012-04-17 | 3 | -11/+11 | ||
| | | | ||||||
| | * | let request objects specify custom body validations | 2012-04-17 | 3 | -7/+37 | ||
| |/ | ||||||
* | | New install environment to prod and dev | 2012-04-28 | 5 | -12/+13 | ||
| | | | | | | | | Also fix some docs | |||||
* | | Merged pull request #7 from alejandrogomez | 2012-04-28 | 6 | -2/+10 | ||
|\ \ | ||||||
| * | | add `updated_at` to `_dates` in Repo resource | 2012-04-28 | 1 | -1/+1 | ||
| | | | ||||||
| * | | `setup.py` modified for finding requirements | 2012-04-26 | 1 | -1/+1 | ||
| | | | ||||||
| * | | add Makefile | 2012-04-26 | 2 | -0/+4 | ||
| | | | ||||||
| * | | separate requirements for users and developers | 2012-04-26 | 2 | -0/+4 | ||
| |/ | ||||||
* | | Litle fixs | 2012-04-28 | 10 | -85/+101 | ||
| | | ||||||
* | | Merged pull request #3 from natw/git_data | 2012-04-17 | 22 | -10/+650 | ||
|\ \ | |/ |/| | ||||||
| * | add myself to AUTHORS and some other docs tweaks | 2012-04-16 | 2 | -5/+8 | ||
| | | ||||||
| * | add test_requirements.txt and more test running instructions | 2012-04-16 | 3 | -6/+20 | ||
| | | ||||||
| * | add docs and a few little pep8 tweaks | 2012-04-16 | 7 | -5/+91 | ||
| | | ||||||
| * | def != class | 2012-04-16 | 1 | -1/+1 | ||
| | | ||||||
| * | add some docs I missed | 2012-04-16 | 5 | -9/+29 | ||
| | | ||||||
| * | add Git Data API support | 2012-04-16 | 15 | -0/+517 | ||
|/ | ||||||
* | :sparkles: Release 0.3 :sparkles:0.3 | 2012-04-04 | 2 | -3/+7 | ||
| | | | | | - Gists service completed - Fix bugs | |||||
* | Gists service done | 2012-04-04 | 14 | -13/+588 | ||
|\ | ||||||
| * | Fix bug | 2012-04-03 | 1 | -1/+1 | ||
| | | ||||||
| * | Mimetype example in doc | 2012-04-03 | 1 | -0/+10 | ||
| | | ||||||
| * | Gists services doc | 2012-04-03 | 4 | -0/+65 | ||
| | | ||||||
| * | Fix naming | 2012-04-03 | 5 | -13/+14 | ||
| | | ||||||
| * | services.gists.Comment done | 2012-04-03 | 5 | -1/+152 | ||
| | | ||||||
| * | services.gists.Gist done | 2012-04-03 | 4 | -3/+221 | ||
| | | ||||||
| * | Fix bug: Validating body in requests | 2012-04-03 | 1 | -1/+1 | ||
| | | ||||||
| * | "services.gists.Gist" tests and resources | 2012-04-03 | 2 | -0/+130 | ||
|/ | ||||||
* | :sparkles: Relase 0.2 :sparkles:0.2 | 2012-03-04 | 1 | -1/+1 | ||
| | | | | | | | | | | - Repos service completed - Self-nested resources support - Mimetypes in services - Documentation - Python 2.6 support - Remaining requests counter - Smart and normal results iterators | |||||
* | Fix 422 message | 2012-03-04 | 1 | -2/+1 | ||
| | ||||||
* | Fix requests with invalid config precedence | 2012-03-04 | 7 | -45/+19 | ||
| | ||||||
* | Get repository's commits supported with new result | 2012-03-04 | 8 | -33/+60 | ||
| | ||||||
* | Refactor result. Now it's a package | 2012-03-04 | 11 | -220/+410 | ||
| | | | | | result.smart => Paginate iterator with 'page' behaviour. result.normal => Paginate iterator with 'next' behaviour. | |||||
* | Wrap result getter into partial. It's cleaner | 2012-03-04 | 1 | -4/+3 | ||
| | ||||||
* | Encapsulate Link header behaviour | 2012-03-04 | 2 | -22/+44 | ||
| | ||||||
* | remaining_requests attr to Github and Services | 2012-03-03 | 3 | -0/+14 | ||
| | | | | Updated with each request | |||||
* | Service repos done | 2012-03-03 | 9 | -3/+225 | ||
| | | | | +repos.hooks | |||||
* | Add Manifest | 2012-03-02 | 2 | -1/+4 | ||
| | ||||||
* | Fix setup.py install | 2012-03-01 | 2 | -4/+3 | ||
| | ||||||
* | Update Readme and metadata | 2012-03-01 | 5 | -23/+20 | ||
| | ||||||
* | Python 2.6 compatibility | 2012-03-01 | 18 | -38/+147 | ||
| | ||||||
* | Merge branch 'docs' | 2012-03-01 | 40 | -602/+2116 | ||
|\ | ||||||
| * | Complete services.repos doc | 2012-03-01 | 17 | -79/+289 | ||
| | | | | | | | | Also add Mimetypes doc | |||||
| * | WIP on services.repos doc | 2012-03-01 | 5 | -12/+190 | ||
| | | | | | | | | | | +services.repos.collaborators doc +services.repos.commits doc | |||||
| * | Restructure modules and packages in a clean way | 2012-03-01 | 30 | -864/+910 | ||
| | | | | | | | | The docs has increased lines of code, so I split it | |||||
| * | Services.repos.Repo doc | 2012-02-29 | 6 | -40/+174 | ||
| | | | | | | | | And typos | |||||
| * | Init documentation | 2012-02-29 | 18 | -13/+959 | ||
|/ | | | | | | +core +services.user ~services.repos | |||||
* | Repos.watchers service done | 2012-02-22 | 3 | -1/+109 | ||
| | ||||||
* | Repos.keys service done | 2012-02-22 | 3 | -1/+110 | ||
| |