summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* update docblockKris Gambirazzi2016-04-271-4/+3
* list projects under groupKris Gambirazzi2016-04-271-0/+13
* Add missing group creation parametersGauvain Pocentek2016-03-221-0/+5
* Add deletion support for issues and MRGauvain Pocentek2016-03-221-2/+0
* add "external" parameter for usersGauvain Pocentek2016-03-221-2/+3
* MR: add support for closes_issuesGauvain Pocentek2016-03-222-0/+23
* MR: add support for cancel_merge_when_build_succeedsGauvain Pocentek2016-03-222-0/+20
* minor docs fixesGauvain Pocentek2016-03-222-6/+7
* Add support for MergeRequest validationGauvain Pocentek2016-03-225-3/+111
* Update changelog and authors0.12.2Gauvain Pocentek2016-03-192-0/+26
* 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
* Merge branch 'master' of github.com:gpocentek/python-gitlabGauvain Pocentek2016-03-051-2/+2
|\
| * Merge pull request #98 from Asher256/fix-unicode-syntax-py3Gauvain Pocentek2016-03-021-2/+2
| |\
| | * Fix the 'invalid syntax' on Python 3.2, because of u'password'Asher2562016-03-021-2/+2
| |/
* | pep8 ignore H803 errors (git messages)Gauvain Pocentek2016-03-051-1/+1
|/
* Re-implement _custom_list in the Gitlab classGauvain Pocentek2016-02-183-21/+44
* remove unused _returnClass attributeGauvain Pocentek2016-02-142-4/+0
* CI: implement user get-by-usernameGauvain Pocentek2016-02-143-2/+24
* 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
* Merge branch 'rhansen-get-specific-user'Gauvain Pocentek2016-02-123-3/+115
|\
| * define UserManager.get_by_username() to get a user by usernameRichard Hansen2016-02-123-0/+49
| * define UserManager.search() to search for usersRichard Hansen2016-02-123-0/+43
| * 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 a coverage tox envGauvain Pocentek2016-02-052-0/+5
* | Add some unit tests for CLIGauvain Pocentek2016-02-053-72/+172
* | Rework the CLI codeGauvain Pocentek2016-02-051-154/+177
* | Merge pull request #90 from ms-boom/fix_custom_listGauvain Pocentek2016-02-051-1/+1
|\ \
| * | fix GitlabObject creation in _custom_listMikhail Lopotkov2016-02-051-1/+1
|/ /
* | Add support for user block/unblockGauvain Pocentek2016-02-043-0/+25
* | bump version to cleanup my mess on pypi0.12.1Gauvain Pocentek2016-02-031-1/+1
* | Update ChangeLog and AUTHORS0.12Gauvain Pocentek2016-02-032-0/+24
|/
* docs: do not use the :option: markupGauvain Pocentek2016-02-031-5/+4
* MANIFEST: add .j2 files in docs/Gauvain Pocentek2016-02-031-1/+1
* CLI: fix {all,owned,search} project listingGauvain Pocentek2016-02-031-0/+3
* Partially revert 00ab7d00Gauvain Pocentek2016-02-033-5/+9
* version bumpGauvain Pocentek2016-02-031-1/+1
* Merge branch 'test-script-cleanups' of https://github.com/rhansen/python-gitl...Gauvain Pocentek2016-02-013-127/+169
|\
| * don't suppress docker's standard errorRichard Hansen2016-01-311-4/+4
| * wait for the docker container to stop before removing itRichard Hansen2016-01-311-1/+5
| * use 'docker stop' instead of 'docker kill'Richard Hansen2016-01-311-2/+2
| * add more log messagesRichard Hansen2016-01-311-1/+15
| * define a testcase() function; use it for testsRichard Hansen2016-01-312-53/+56