summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
| * use ${CONFIG} instead of repeating the filenameRichard Hansen2016-01-311-2/+2
| * fix usage error messageRichard Hansen2016-01-311-1/+3
| * improve error handlingRichard Hansen2016-01-313-35/+46
| * convert scripts to POSIX shell by eliminating bashismsRichard Hansen2016-01-313-17/+17
| * quote underquoted variable expansionsRichard Hansen2016-01-313-21/+21
| * convert $GITLAB to a functionRichard Hansen2016-01-312-14/+14
| * convert $OK to a functionRichard Hansen2016-01-312-13/+13