summaryrefslogtreecommitdiff
path: root/gitlab
Commit message (Expand)AuthorAgeFilesLines
* minor docs fixesGauvain Pocentek2016-03-222-6/+7
* Add support for MergeRequest validationGauvain Pocentek2016-03-223-3/+76
* version bumpGauvain Pocentek2016-03-191-1/+1
* Gitlab.update(): use the proper attributes if definedGauvain Pocentek2016-03-191-2/+5
* add a note about project search APIGauvain Pocentek2016-03-121-0/+10
* Fix the 'invalid syntax' on Python 3.2, because of u'password'Asher2562016-03-021-2/+2
* Re-implement _custom_list in the Gitlab classGauvain Pocentek2016-02-182-20/+42
* remove unused _returnClass attributeGauvain Pocentek2016-02-142-4/+0
* CI: implement user get-by-usernameGauvain Pocentek2016-02-141-2/+9
* CLI: fix discovery of method to executeGauvain Pocentek2016-02-141-0/+1
* Improve the doc for UserManagerGauvain Pocentek2016-02-121-3/+20
* Implement "user search" CLIGauvain Pocentek2016-02-121-1/+8
* define UserManager.get_by_username() to get a user by usernameRichard Hansen2016-02-122-0/+40
* define UserManager.search() to search for usersRichard Hansen2016-02-122-0/+31
* define GitlabObject.__eq__() and __ne__() equivalence methodsRichard Hansen2016-02-121-0/+17
* define GitlabObject.as_dict() to dump object as a dictRichard Hansen2016-02-111-3/+6
* Merge pull request #89 from ExodusIntelligence/masterGauvain Pocentek2016-02-061-1/+2
|\
| * Added missing commaJames (d0c_s4vage) Johnson2016-02-041-1/+1
| * Adding new `ProjectHook` attributes:James (d0c_s4vage) Johnson2016-02-041-1/+2
* | Add some unit tests for CLIGauvain Pocentek2016-02-053-72/+172
* | Rework the CLI codeGauvain Pocentek2016-02-051-154/+177
* | fix GitlabObject creation in _custom_listMikhail Lopotkov2016-02-051-1/+1
* | Add support for user block/unblockGauvain Pocentek2016-02-042-0/+22
* | bump version to cleanup my mess on pypi0.12.1Gauvain Pocentek2016-02-031-1/+1
|/
* CLI: fix {all,owned,search} project listingGauvain Pocentek2016-02-031-0/+3
* Partially revert 00ab7d00Gauvain Pocentek2016-02-032-3/+1
* version bumpGauvain Pocentek2016-02-031-1/+1
* Add docstrings to some methodsGauvain Pocentek2016-01-311-1/+88
* add support for project buildsGauvain Pocentek2016-01-302-0/+47
* Fix Project.tree()Gauvain Pocentek2016-01-301-3/+9
* Fix project updateGauvain Pocentek2016-01-302-6/+7
* Rework the __version__ importGauvain Pocentek2016-01-303-1/+9
* Add sudo supportGauvain Pocentek2016-01-302-0/+2
* Fix the 'password' requirement for User creationGauvain Pocentek2016-01-301-5/+8
* Add support for application settingsGauvain Pocentek2016-01-273-8/+75
* Implement project variables supportGauvain Pocentek2016-01-243-3/+18
* implement project triggers supportGauvain Pocentek2016-01-241-0/+12
* Implement setting release info on a tagGauvain Pocentek2016-01-241-1/+26
* ProjectTag supports deletion (gitlab 8.4.0)Gauvain Pocentek2016-01-241-1/+0
* Implement ProjectMilestone.issues()Gauvain Pocentek2016-01-231-0/+13
* fix ProjectLabel get and deleteGauvain Pocentek2016-01-232-2/+5
* make connection exceptions more explicitGauvain Pocentek2016-01-231-18/+18
* add a decode method for ProjectFileGauvain Pocentek2016-01-231-0/+9
* fix the test_create_unknown_path testGauvain Pocentek2016-01-231-4/+3
* Fix the json() method for python 3Gauvain Pocentek2016-01-232-4/+14
* skip BaseManager attributes when encoding to JSONRichard Hansen2016-01-231-2/+3
* add a missing import statementRichard Hansen2016-01-231-0/+1
* 0.11.1 release updateGauvain Pocentek2016-01-171-1/+1
* add unit tests for managersGauvain Pocentek2016-01-161-3/+23
* remove debugging print instructionGauvain Pocentek2016-01-161-1/+0