| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | 0.9.1 release0.9.1 | Gauvain Pocentek | 2015-05-15 | 1 | -1/+1 |
| * | setup.py: restore the version discovery hack | Gauvain Pocentek | 2015-05-15 | 2 | -4/+8 |
| * | functional_test.sh: use a venv0.9 | Gauvain Pocentek | 2015-05-15 | 1 | -2/+10 |
| * | fix setuptool sdist | Gauvain Pocentek | 2015-05-15 | 1 | -1/+2 |
| * | add tools/ to MANIFEST.in | Gauvain Pocentek | 2015-05-15 | 1 | -0/+1 |
| * | add test files to MANIFEST.in | Gauvain Pocentek | 2015-05-15 | 1 | -0/+1 |
| * | add test-requirements.txt in MANIFEST.in | Gauvain Pocentek | 2015-05-15 | 1 | -1/+1 |
| * | remove executable flag on cli.py | Gauvain Pocentek | 2015-05-15 | 1 | -0/+0 |
| * | get ready for a 0.9 release | Gauvain Pocentek | 2015-05-15 | 3 | -6/+18 |
| * | Provide a basic functional test script | Gauvain Pocentek | 2015-05-14 | 1 | -0/+89 |
| * | update copyright date | Gauvain Pocentek | 2015-05-14 | 2 | -3/+3 |
| * | CLI: remove wrong attributes from the verbose output | Gauvain Pocentek | 2015-05-14 | 1 | -2/+6 |
| * | CLI: provide a --config-file option | Gauvain Pocentek | 2015-05-13 | 1 | -6/+15 |
| * | Rename a few more private methods | Gauvain Pocentek | 2015-05-13 | 1 | -15/+15 |
| * | Move the CLI in the gitlab package | Gauvain Pocentek | 2015-05-13 | 3 | -41/+41 |
| * | Fix the tests when the host runs a web server | Gauvain Pocentek | 2015-05-13 | 1 | -1/+12 |
| * | Projects can be updated | Gauvain Pocentek | 2015-05-13 | 1 | -2/+3 |
| * | improve handling of id attributes in CLI | Gauvain Pocentek | 2015-05-12 | 1 | -5/+7 |
| * | rework (and fix) the CLI parsing | Gauvain Pocentek | 2015-05-12 | 1 | -25/+21 |
| * | use more pythonic names for some methods | Gauvain Pocentek | 2015-05-12 | 3 | -128/+130 |
| * | make the tests pass | Gauvain Pocentek | 2015-05-12 | 4 | -122/+218 |
| * | setup tox for py27 and py34 tests | Gauvain Pocentek | 2015-05-11 | 5 | -1/+9 |
| * | move the tests inside the package | Gauvain Pocentek | 2015-05-11 | 2 | -0/+0 |
| * | Merge branch 'tests' of https://github.com/mjmaenpaa/python-gitlab into mjmae... | Gauvain Pocentek | 2015-05-11 | 2 | -0/+1001 |
| |\ | |||||
| | * | Added tests. | Mika Mäenpää | 2014-10-09 | 3 | -0/+1003 |
| * | | Deprecate some Gitlab object methods | Gauvain Pocentek | 2015-05-11 | 1 | -14/+45 |
| * | | sphinx: don't hardcode the version in conf.py | Gauvain Pocentek | 2015-05-11 | 1 | -3/+6 |
| * | | gitlab is now a package | Gauvain Pocentek | 2015-05-11 | 4 | -11/+10 |
| * | | add a tox target to build docs | Gauvain Pocentek | 2015-05-11 | 3 | -1/+7 |
| * | | Add a tox configuration file | Gauvain Pocentek | 2015-05-11 | 3 | -78/+127 |
| * | | Merge pull request #58 from massimone88/master | Gauvain Pocentek | 2015-05-05 | 5 | -234/+160 |
| |\ \ | |||||
| | * | | change changelog, change, add my name on collaborators, change version | massimone88 | 2015-05-05 | 3 | -1/+7 |
| | * | | implemented argparse object for parsing the argument of the command line | Stefano Mandruzzato | 2015-05-01 | 2 | -233/+153 |
| | |\ \ |/ / / | |||||
| | * | | Merge branch 'feature/impl_argparse' into develop | Stefano Mandruzzato | 2015-05-01 | 2 | -233/+153 |
| | |\ \ |/ / / | |||||
| | * | | *clean import package | Stefano Mandruzzato | 2015-05-01 | 2 | -7/+3 |
| | * | | bug fixed on requiredArguments | Stefano Mandruzzato | 2015-04-27 | 1 | -21/+8 |
| | * | | remove "gitlab" of arguments because conflicts with "gitlab" attribute with G... | Stefano Mandruzzato | 2015-04-27 | 1 | -0/+3 |
| | * | | remove forgotten argument | massimone88 | 2015-04-27 | 1 | -1/+0 |
| | * | | improvement argument required for each action | massimone88 | 2015-04-27 | 1 | -9/+15 |
| | * | | implement argparse library for parsing the arguments | massimone88 | 2015-04-27 | 1 | -223/+152 |
| |/ / | |||||
| * | | "timeout" option is an int, not a bool | Gauvain Pocentek | 2015-02-07 | 1 | -2/+2 |
| * | | require sphinxcontrib-napoleon to build the docs | Gauvain Pocentek | 2014-12-09 | 1 | -0/+1 |
| * | | Make sphinx-configuration work with python2 | Mika Mäenpää | 2014-12-09 | 1 | -2/+2 |
| * | | Updated few gitlab.py docstrings as an example about how to document api | Mika Mäenpää | 2014-12-09 | 1 | -25/+66 |
| * | | Simple sphinx-project that automatically creates api documentation. | Mika Mäenpää | 2014-12-09 | 8 | -0/+744 |
| * | | ignore egg-info dirs | Gauvain Pocentek | 2014-12-07 | 1 | -0/+1 |
| * | | add a requirements.txt file | Gauvain Pocentek | 2014-12-07 | 1 | -1/+1 |
| * | | Little documentation about sudo-usage | Mika Mäenpää | 2014-12-05 | 1 | -2/+2 |
| * | | Forgot to add sudo-support to update | Mika Mäenpää | 2014-12-05 | 1 | -4/+5 |
| * | | Support labels in issues correctly | Mika Mäenpää | 2014-12-05 | 1 | -0/+9 |
