summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* functional_test.sh: use a venv0.9Gauvain Pocentek2015-05-151-2/+10
* fix setuptool sdistGauvain Pocentek2015-05-151-1/+2
* add tools/ to MANIFEST.inGauvain Pocentek2015-05-151-0/+1
* add test files to MANIFEST.inGauvain Pocentek2015-05-151-0/+1
* add test-requirements.txt in MANIFEST.inGauvain Pocentek2015-05-151-1/+1
* remove executable flag on cli.pyGauvain Pocentek2015-05-151-0/+0
* get ready for a 0.9 releaseGauvain Pocentek2015-05-153-6/+18
* Provide a basic functional test scriptGauvain Pocentek2015-05-141-0/+89
* update copyright dateGauvain Pocentek2015-05-142-3/+3
* CLI: remove wrong attributes from the verbose outputGauvain Pocentek2015-05-141-2/+6
* CLI: provide a --config-file optionGauvain Pocentek2015-05-131-6/+15
* Rename a few more private methodsGauvain Pocentek2015-05-131-15/+15
* Move the CLI in the gitlab packageGauvain Pocentek2015-05-133-41/+41
* Fix the tests when the host runs a web serverGauvain Pocentek2015-05-131-1/+12
* Projects can be updatedGauvain Pocentek2015-05-131-2/+3
* improve handling of id attributes in CLIGauvain Pocentek2015-05-121-5/+7
* rework (and fix) the CLI parsingGauvain Pocentek2015-05-121-25/+21
* 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