Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Merge pull request #13 from dpasqualin/master | Gauvain Pocentek | 2014-01-15 | 1 | -7/+11 | |
|\ | ||||||
| * | Add support for extra parameters when listing all projects (Refs #12) | Diego Giovane Pasqualin | 2014-01-10 | 1 | -7/+11 | |
* | | ProjectMember: constructor should not create a User object | Gauvain Pocentek | 2014-01-16 | 1 | -1/+0 | |
* | | ids can be unicode | Gauvain Pocentek | 2014-01-16 | 1 | -1/+1 | |
|/ | ||||||
* | version bump0.5 | Gauvain Pocentek | 2013-12-26 | 1 | -1/+1 | |
* | support creation of projects for users | Gauvain Pocentek | 2013-12-26 | 1 | -1/+23 | |
* | Merge branch 'ProjectFile' | Gauvain Pocentek | 2013-12-26 | 1 | -1/+41 | |
|\ | ||||||
| * | Project: add methods for create/update/delete files | Gauvain Pocentek | 2013-12-26 | 1 | -1/+41 | |
* | | support projects listing: search, all, owned | Gauvain Pocentek | 2013-12-26 | 1 | -0/+26 | |
* | | system hooks can't be updated | Gauvain Pocentek | 2013-12-26 | 1 | -0/+1 | |
|/ | ||||||
* | Project.archive(): download tarball of the project | Gauvain Pocentek | 2013-12-26 | 1 | -0/+10 | |
* | define new optional attributes for user creation | Gauvain Pocentek | 2013-12-26 | 1 | -1/+2 | |
* | provide constants for access permissions in groups | Gauvain Pocentek | 2013-12-26 | 1 | -0/+6 | |
* | Merge remote-tracking branch 'github-mrts/master' | Gauvain Pocentek | 2013-12-26 | 1 | -13/+32 | |
|\ | ||||||
| * | Add support for project events. | Mart Sõmermaa | 2013-11-19 | 1 | -0/+15 | |
| * | Fix comments. | Mart Sõmermaa | 2013-11-19 | 1 | -13/+17 | |
* | | add a Key() method for User objects | Gauvain Pocentek | 2013-12-26 | 1 | -8/+13 | |
* | | Add SSH key for user | Koen Smets | 2013-11-27 | 1 | -0/+9 | |
|/ | ||||||
* | version bump0.4 | Gauvain Pocentek | 2013-09-26 | 1 | -1/+1 | |
* | Add support for Gitlab 6.1 group members | Gauvain Pocentek | 2013-09-26 | 1 | -1/+15 | |
* | minor syntax/pep8 updates | Gauvain Pocentek | 2013-09-15 | 1 | -73/+60 | |
* | Implement Gitlab 6.1 new methods | Gauvain Pocentek | 2013-09-14 | 1 | -0/+37 | |
* | ProjectMergeRequest: fix Note() method | Gauvain Pocentek | 2013-09-14 | 1 | -1/+1 | |
* | Allow to get a project commit (GitLab 6.1) | Gauvain Pocentek | 2013-09-14 | 1 | -1/+0 | |
* | Fix strings encoding (Closes #6) | Gauvain Pocentek | 2013-09-14 | 1 | -2/+7 | |
* | version bump0.3 | Gauvain Pocentek | 2013-08-27 | 1 | -1/+1 | |
* | Merge branch 'header-private-token' of https://github.com/dekimsey/python-git... | Gauvain Pocentek | 2013-08-27 | 1 | -44/+40 | |
|\ | ||||||
| * | Use PRIVATE-TOKEN header for passing the auth token | Daniel Kimsey | 2013-07-02 | 1 | -27/+28 | |
* | | Add ssl_verify option to Gitlab object. Defauls to True | Andrew Austin | 2013-08-26 | 1 | -9/+10 | |
* | | Correct url for merge requests API. | Erik Weatherwax | 2013-08-14 | 1 | -1/+1 | |
* | | version bump0.2 | Gauvain Pocentek | 2013-08-08 | 1 | -1/+1 | |
* | | drop some debug statements | Gauvain Pocentek | 2013-07-10 | 1 | -3/+0 | |
* | | Merge remote-tracking branch 'samcday/teams' into team-api | Daniel Kimsey | 2013-07-02 | 1 | -4/+17 | |
|\ \ | ||||||
| * | | Basic team support. | samcday | 2013-05-09 | 1 | -0/+42 | |
* | | | Addded API for team access. | Daniel Kimsey | 2013-07-02 | 1 | -0/+39 | |
| |/ |/| | ||||||
* | | improve pretty_print() | Gauvain Pocentek | 2013-06-29 | 1 | -0/+12 | |
* | | rework the script code organization | Gauvain Pocentek | 2013-06-29 | 1 | -0/+6 | |
* | | gitlab: make the current-user option work | Gauvain Pocentek | 2013-06-22 | 1 | -0/+6 | |
* | | ProjectBranch: commit is an other object | Gauvain Pocentek | 2013-06-22 | 1 | -0/+1 | |
* | | gitlab: be less verbose by default | Gauvain Pocentek | 2013-06-22 | 1 | -0/+22 | |
* | | pretty_print: use - instead of _ | Gauvain Pocentek | 2013-06-22 | 1 | -5/+6 | |
* | | id attr might not available | Gauvain Pocentek | 2013-06-22 | 1 | -1/+4 | |
* | | python 3 support | Gauvain Pocentek | 2013-05-19 | 1 | -4/+4 | |
* | | return explicit error message on 404 | Gauvain Pocentek | 2013-05-19 | 1 | -0/+2 | |
* | | minor syntax change: canGetList => canList | Gauvain Pocentek | 2013-05-18 | 1 | -4/+4 | |
* | | setup a list of mandatory attributes for list and get methods | Gauvain Pocentek | 2013-05-18 | 1 | -0/+47 | |
* | | provide a ProjectSnippet.Content() method | Gauvain Pocentek | 2013-05-18 | 1 | -0/+23 | |
* | | add a GitlabObject.pretty_print method | Gauvain Pocentek | 2013-05-18 | 1 | -0/+17 | |
* | | deal with ids as strings | Gauvain Pocentek | 2013-05-18 | 1 | -14/+14 | |
* | | raise an exception if deletion fails | Gauvain Pocentek | 2013-05-18 | 1 | -0/+2 |