summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* 0.9.1 release0.9.1Gauvain Pocentek2015-05-151-1/+1
|
* setup.py: restore the version discovery hackGauvain Pocentek2015-05-152-4/+8
|
* 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
| | | | | This can be used to quickly test the correct behavior of the CLI. The script is simple and doesn't test much for now, but it's a start.
* update copyright dateGauvain Pocentek2015-05-142-3/+3
|
* CLI: remove wrong attributes from the verbose outputGauvain Pocentek2015-05-141-2/+6
| | | | These attributes comme from the command line arguments.
* 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
| | | | Setup an console_script entry point to create the executable script.
* Fix the tests when the host runs a web serverGauvain Pocentek2015-05-131-1/+12
|
* Projects can be updatedGauvain Pocentek2015-05-131-2/+3
| | | | | | Also fix the projects special listing (all, owned, ...) Closes #54
* improve handling of id attributes in CLIGauvain Pocentek2015-05-121-5/+7
| | | | closes #31
* 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 ↵Gauvain Pocentek2015-05-112-0/+1001
|\ | | | | | | | | | | | | mjmaenpaa-tests Conflicts: setup.py
| * Added tests.Mika Mäenpää2014-10-093-0/+1003
| | | | | | | | | | Uses httmock library to abstract away requests-library. Uses nose to actually run tests.
* | Deprecate some Gitlab object methodsGauvain Pocentek2015-05-111-14/+45
| | | | | | | | | | | | | | | | raw* methods should never have been exposed; replace them with _raw_* methods setCredentials and setToken are replaced with set_credentials and set_token
* | 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
| | | | | | | | Run pep8 tests only for now, and fix pep8 errors.
* | Merge pull request #58 from massimone88/masterGauvain Pocentek2015-05-055-234/+160
|\ \ | | | | | | Used argparse library
| * | 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
| | | | | | | | | | | | +add folder .idea to gitignore
| * | bug fixed on requiredArgumentsStefano Mandruzzato2015-04-271-21/+8
| | |
| * | remove "gitlab" of arguments because conflicts with "gitlab" attribute with ↵Stefano Mandruzzato2015-04-271-0/+3
| | | | | | | | | | | | GitlabObject class
| * | remove forgotten argumentmassimone882015-04-271-1/+0
| | |
| * | improvement argument required for each actionmassimone882015-04-271-9/+15
| | | | | | | | | | | | add try/catch for error of parsing of not gitlabObject
| * | implement argparse library for parsing the argumentsmassimone882015-04-271-223/+152
|/ / | | | | | | | | create constans for action name clean the code
* | "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
| |