summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* use more pythonic names for some methodsGauvain Pocentek2015-05-123-128/+130
* make the tests passGauvain Pocentek2015-05-124-122/+218
* setup tox for py27 and py34 testsGauvain Pocentek2015-05-115-1/+9
* move the tests inside the packageGauvain Pocentek2015-05-112-0/+0
* Merge branch 'tests' of https://github.com/mjmaenpaa/python-gitlab into mjmae...Gauvain Pocentek2015-05-112-0/+1001
|\
| * Added tests.Mika Mäenpää2014-10-093-0/+1003
* | Deprecate some Gitlab object methodsGauvain Pocentek2015-05-111-14/+45
* | sphinx: don't hardcode the version in conf.pyGauvain Pocentek2015-05-111-3/+6
* | gitlab is now a packageGauvain Pocentek2015-05-114-11/+10
* | add a tox target to build docsGauvain Pocentek2015-05-113-1/+7
* | Add a tox configuration fileGauvain Pocentek2015-05-113-78/+127
* | Merge pull request #58 from massimone88/masterGauvain Pocentek2015-05-055-234/+160
|\ \
| * | change changelog, change, add my name on collaborators, change versionmassimone882015-05-053-1/+7
| * | implemented argparse object for parsing the argument of the command lineStefano Mandruzzato2015-05-012-233/+153
| |\ \ |/ / /
| * | Merge branch 'feature/impl_argparse' into developStefano Mandruzzato2015-05-012-233/+153
| |\ \ |/ / /
| * | *clean import packageStefano Mandruzzato2015-05-012-7/+3
| * | bug fixed on requiredArgumentsStefano Mandruzzato2015-04-271-21/+8
| * | remove "gitlab" of arguments because conflicts with "gitlab" attribute with G...Stefano Mandruzzato2015-04-271-0/+3
| * | remove forgotten argumentmassimone882015-04-271-1/+0
| * | improvement argument required for each actionmassimone882015-04-271-9/+15
| * | implement argparse library for parsing the argumentsmassimone882015-04-271-223/+152
|/ /
* | "timeout" option is an int, not a boolGauvain Pocentek2015-02-071-2/+2
* | require sphinxcontrib-napoleon to build the docsGauvain Pocentek2014-12-091-0/+1
* | Make sphinx-configuration work with python2Mika Mäenpää2014-12-091-2/+2
* | Updated few gitlab.py docstrings as an example about how to document apiMika Mäenpää2014-12-091-25/+66
* | Simple sphinx-project that automatically creates api documentation.Mika Mäenpää2014-12-098-0/+744
* | ignore egg-info dirsGauvain Pocentek2014-12-071-0/+1
* | add a requirements.txt fileGauvain Pocentek2014-12-071-1/+1
* | Little documentation about sudo-usageMika Mäenpää2014-12-051-2/+2
* | Forgot to add sudo-support to updateMika Mäenpää2014-12-051-4/+5
* | Support labels in issues correctlyMika Mäenpää2014-12-051-0/+9
* | Send proper json with correct content-type and support sudo-argumentMika Mäenpää2014-12-051-93/+113
* | Update example about how to close issue in READMEMika Mäenpää2014-12-051-1/+1
* | Added missing optionalCreateAttrs for ProjectIssue. Fixed typo in ProjectTag.Mika Mäenpää2014-12-051-2/+3
* | Improved error reportingMika Mäenpää2014-11-011-37/+48
* | Improved exception-classes.Mika Mäenpää2014-11-011-9/+32
* | Raise NotImplementedError on all cases, where can*-boolean is FalseMika Mäenpää2014-11-011-12/+2
* | No reason to have separate _getListOrObject-method in Gitlab-class.Mika Mäenpää2014-11-011-85/+79
* | bump version to 0.80.8Gauvain Pocentek2014-10-261-1/+1
* | "Document" the timeout optionGauvain Pocentek2014-10-261-0/+4
* | Update the ChangelogGauvain Pocentek2014-10-261-0/+10
* | CLI: support a timout optionGauvain Pocentek2014-10-262-1/+12
* | make sure to not display both id and idAttrGauvain Pocentek2014-10-261-1/+1
* | ProjectLabel: use name as id attributeGauvain Pocentek2014-10-261-1/+1
* | pretty_print: don't display private attributesGauvain Pocentek2014-10-261-0/+2
* | Add Mika Mäenpää in the authors listGauvain Pocentek2014-10-251-2/+3
* | Merge pull request #45 from mjmaenpaa/labels_filesGauvain Pocentek2014-10-241-0/+33
|\ \
| * | Classes for ProjectLabels and ProjectFilesMika Mäenpää2014-10-161-0/+33
* | | Merge pull request #44 from mjmaenpaa/noid_objectsGauvain Pocentek2014-10-241-8/+27
|\ \ \
| * | | Fixed object creation in listMika Mäenpää2014-10-161-1/+2