| Commit message (Collapse) | 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 |
| | | | | | | 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 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 |
| | | | | | These attributes comme from the command line arguments. | ||||
| * | 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 |
| | | | | | Setup an console_script entry point to create the executable script. | ||||
| * | 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 |
| | | | | | | | Also fix the projects special listing (all, owned, ...) Closes #54 | ||||
| * | improve handling of id attributes in CLI | Gauvain Pocentek | 2015-05-12 | 1 | -5/+7 |
| | | | | | closes #31 | ||||
| * | 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 ↵ | Gauvain Pocentek | 2015-05-11 | 2 | -0/+1001 |
| |\ | | | | | | | | | | | | | mjmaenpaa-tests Conflicts: setup.py | ||||
| | * | Added tests. | Mika Mäenpää | 2014-10-09 | 3 | -0/+1003 |
| | | | | | | | | | | | Uses httmock library to abstract away requests-library. Uses nose to actually run tests. | ||||
| * | | Deprecate some Gitlab object methods | Gauvain Pocentek | 2015-05-11 | 1 | -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.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 |
| | | | | | | | | | Run pep8 tests only for now, and fix pep8 errors. | ||||
| * | | Merge pull request #58 from massimone88/master | Gauvain Pocentek | 2015-05-05 | 5 | -234/+160 |
| |\ \ | | | | | | | Used argparse library | ||||
| | * | | 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 |
| | | | | | | | | | | | | | +add folder .idea to gitignore | ||||
| | * | | bug fixed on requiredArguments | Stefano Mandruzzato | 2015-04-27 | 1 | -21/+8 |
| | | | | |||||
| | * | | remove "gitlab" of arguments because conflicts with "gitlab" attribute with ↵ | Stefano Mandruzzato | 2015-04-27 | 1 | -0/+3 |
| | | | | | | | | | | | | | GitlabObject class | ||||
| | * | | remove forgotten argument | massimone88 | 2015-04-27 | 1 | -1/+0 |
| | | | | |||||
| | * | | improvement argument required for each action | massimone88 | 2015-04-27 | 1 | -9/+15 |
| | | | | | | | | | | | | | add try/catch for error of parsing of not gitlabObject | ||||
| | * | | implement argparse library for parsing the arguments | massimone88 | 2015-04-27 | 1 | -223/+152 |
| |/ / | | | | | | | | | create constans for action name clean the code | ||||
| * | | "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 |
| | | | |||||
