summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* version bump0.5Gauvain Pocentek2013-12-262-1/+8
* 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-262-2/+72
* | 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
* update AUTHORS and ChangelogGauvain Pocentek2013-12-262-0/+3
* 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-263-8/+18
* | Merge pull request #10 from ksmets/masterGauvain Pocentek2013-12-261-0/+9
|\ \
| * | Add SSH key for userKoen Smets2013-11-271-0/+9
|/ /
* | Merge pull request #8 from Itxaka/masterGauvain Pocentek2013-11-061-1/+2
|\ \ | |/
| * fixed the requirements auto install from setup.pyitxaka2013-11-071-1/+2
|/
* version bump0.4Gauvain Pocentek2013-09-261-1/+1
* Add support for Gitlab 6.1 group membersGauvain Pocentek2013-09-262-1/+16
* minor syntax/pep8 updatesGauvain Pocentek2013-09-151-73/+60
* drop leftovers from local testsGauvain Pocentek2013-09-151-1/+1
* Implement Gitlab 6.1 new methodsGauvain Pocentek2013-09-143-1/+39
* ProjectMergeRequest: fix Note() methodGauvain Pocentek2013-09-142-1/+2
* Allow to get a project commit (GitLab 6.1)Gauvain Pocentek2013-09-142-1/+1
* Fix strings encoding (Closes #6)Gauvain Pocentek2013-09-142-2/+11
* version bump0.3Gauvain Pocentek2013-08-271-1/+1
* doc updatesGauvain Pocentek2013-08-272-2/+16
* Merge branch 'header-private-token' of https://github.com/dekimsey/python-git...Gauvain Pocentek2013-08-272-44/+41
|\
| * Use PRIVATE-TOKEN header for passing the auth tokenDaniel Kimsey2013-07-021-27/+28
* | provide a ChangeLogGauvain Pocentek2013-08-262-1/+16
* | provide a AUTHORS fileGauvain Pocentek2013-08-262-1/+12
* | cli: support ssl_verify config optionGauvain Pocentek2013-08-262-1/+16
* | Merge pull request #5 from marbindrakon/ssl_verify_optionGauvain Pocentek2013-08-261-9/+10
|\ \
| * | Add ssl_verify option to Gitlab object. Defauls to TrueAndrew Austin2013-08-261-9/+10
|/ /
* | Merge pull request #4 from erikjwaxx/masterGauvain Pocentek2013-08-141-1/+1
|\ \
| * | Correct url for merge requests API.Erik Weatherwax2013-08-141-1/+1
|/ /
* | version bump0.2Gauvain Pocentek2013-08-081-1/+1
* | provide a pip requirements.txtGauvain Pocentek2013-07-101-0/+1
* | drop some debug statementsGauvain Pocentek2013-07-101-3/+0
* | include COPYING in distribution0.1Gauvain Pocentek2013-07-081-1/+1
* | Merge pull request #1 from dekimsey/team-apiGauvain Pocentek2013-07-071-0/+52
|\ \ | |/ |/|
| * Merge remote-tracking branch 'samcday/teams' into team-apiDaniel Kimsey2013-07-021-4/+17
| |\
| | * 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
* | manage project branch protection with the cmd lineGauvain Pocentek2013-06-291-0/+27
* | rework the script code organizationGauvain Pocentek2013-06-292-97/+97
* | rework the cmd line optionsGauvain Pocentek2013-06-291-12/+41
* | make --verbose behave like --fancyGauvain Pocentek2013-06-291-1/+1