summaryrefslogtreecommitdiff
path: root/gitlab.py
Commit message (Collapse)AuthorAgeFilesLines
...
* Merge pull request #13 from dpasqualin/masterGauvain Pocentek2014-01-151-7/+11
|\ | | | | Add support for extra parameters when listing all projects (Refs #12)
| * Add support for extra parameters when listing all projects (Refs #12)Diego Giovane Pasqualin2014-01-101-7/+11
| | | | | | | | Signed-off-by: Diego Giovane Pasqualin <dpasqualin@c3sl.ufpr.br>
* | ProjectMember: constructor should not create a User objectGauvain Pocentek2014-01-161-1/+0
| |
* | ids can be unicodeGauvain Pocentek2014-01-161-1/+1
|/ | | | Fixes #15
* version bump0.5Gauvain Pocentek2013-12-261-1/+1
|
* support creation of projects for usersGauvain Pocentek2013-12-261-1/+23
|
* Merge branch 'ProjectFile'Gauvain Pocentek2013-12-261-1/+41
|\
| * Project: add methods for create/update/delete filesGauvain Pocentek2013-12-261-1/+41
| |
* | support projects listing: search, all, ownedGauvain Pocentek2013-12-261-0/+26
| |
* | system hooks can't be updatedGauvain Pocentek2013-12-261-0/+1
|/
* Project.archive(): download tarball of the projectGauvain Pocentek2013-12-261-0/+10
|
* define new optional attributes for user creationGauvain Pocentek2013-12-261-1/+2
|
* provide constants for access permissions in groupsGauvain Pocentek2013-12-261-0/+6
|
* Merge remote-tracking branch 'github-mrts/master'Gauvain Pocentek2013-12-261-13/+32
|\
| * Add support for project events.Mart Sõmermaa2013-11-191-0/+15
| |
| * Fix comments.Mart Sõmermaa2013-11-191-13/+17
| |
* | add a Key() method for User objectsGauvain Pocentek2013-12-261-8/+13
| |
* | Add SSH key for userKoen Smets2013-11-271-0/+9
|/
* version bump0.4Gauvain Pocentek2013-09-261-1/+1
|
* Add support for Gitlab 6.1 group membersGauvain Pocentek2013-09-261-1/+15
|
* minor syntax/pep8 updatesGauvain Pocentek2013-09-151-73/+60
|
* Implement Gitlab 6.1 new methodsGauvain Pocentek2013-09-141-0/+37
| | | | | - Project: tree, blob - ProjectCommit: diff, blob
* ProjectMergeRequest: fix Note() methodGauvain Pocentek2013-09-141-1/+1
|
* Allow to get a project commit (GitLab 6.1)Gauvain Pocentek2013-09-141-1/+0
|
* Fix strings encoding (Closes #6)Gauvain Pocentek2013-09-141-2/+7
|
* version bump0.3Gauvain Pocentek2013-08-271-1/+1
|
* Merge branch 'header-private-token' of ↵Gauvain Pocentek2013-08-271-44/+40
|\ | | | | | | https://github.com/dekimsey/python-gitlab into token_in_header
| * Use PRIVATE-TOKEN header for passing the auth tokenDaniel Kimsey2013-07-021-27/+28
| |
* | Add ssl_verify option to Gitlab object. Defauls to TrueAndrew Austin2013-08-261-9/+10
| |
* | Correct url for merge requests API.Erik Weatherwax2013-08-141-1/+1
| |
* | version bump0.2Gauvain Pocentek2013-08-081-1/+1
| |
* | drop some debug statementsGauvain Pocentek2013-07-101-3/+0
| |
* | Merge remote-tracking branch 'samcday/teams' into team-apiDaniel Kimsey2013-07-021-4/+17
|\ \ | | | | | | | | | | | | Conflicts: gitlab.py
| * | Basic team support.samcday2013-05-091-0/+42
| | |
* | | Addded API for team access.Daniel Kimsey2013-07-021-0/+39
| |/ |/|
* | improve pretty_print()Gauvain Pocentek2013-06-291-0/+12
| |
* | rework the script code organizationGauvain Pocentek2013-06-291-0/+6
| |
* | gitlab: make the current-user option workGauvain Pocentek2013-06-221-0/+6
| |
* | ProjectBranch: commit is an other objectGauvain Pocentek2013-06-221-0/+1
| |
* | gitlab: be less verbose by defaultGauvain Pocentek2013-06-221-0/+22
| | | | | | | | Provide a --fancy option to output more data on list/get/create queries.
* | pretty_print: use - instead of _Gauvain Pocentek2013-06-221-5/+6
| |
* | id attr might not availableGauvain Pocentek2013-06-221-1/+4
| |
* | python 3 supportGauvain Pocentek2013-05-191-4/+4
| |
* | return explicit error message on 404Gauvain Pocentek2013-05-191-0/+2
| |
* | minor syntax change: canGetList => canListGauvain Pocentek2013-05-181-4/+4
| |
* | setup a list of mandatory attributes for list and get methodsGauvain Pocentek2013-05-181-0/+47
| |
* | provide a ProjectSnippet.Content() methodGauvain Pocentek2013-05-181-0/+23
| |
* | add a GitlabObject.pretty_print methodGauvain Pocentek2013-05-181-0/+17
| |
* | deal with ids as stringsGauvain Pocentek2013-05-181-14/+14
| |
* | raise an exception if deletion failsGauvain Pocentek2013-05-181-0/+2
| |