summaryrefslogtreecommitdiff
path: root/gitlab/cli.py
Commit message (Expand)AuthorAgeFilesLines
* CLI: refactor _die()Gauvain Pocentek2016-07-181-35/+36
* Fix pep8 testGauvain Pocentek2016-07-161-1/+2
* implement CLI for project archive/unarchive/shareGauvain Pocentek2016-07-161-1/+25
* Add support for project-issue moveGauvain Pocentek2016-06-191-1/+10
* Add support for build artifacts and traceissue-122Gauvain Pocentek2016-06-071-1/+17
* project issue: doc and CLI for (un)subscribeGauvain Pocentek2016-05-281-0/+16
* Manage optional parameters for list() and get()Gauvain Pocentek2016-05-151-3/+13
* implement star/unstar for projectsGauvain Pocentek2016-05-131-1/+24
* MR: add support for closes_issuesGauvain Pocentek2016-03-221-0/+9
* MR: add support for cancel_merge_when_build_succeedsGauvain Pocentek2016-03-221-0/+8
* Add support for MergeRequest validationGauvain Pocentek2016-03-221-0/+20
* CI: implement user get-by-usernameGauvain Pocentek2016-02-141-2/+9
* CLI: fix discovery of method to executeGauvain Pocentek2016-02-141-0/+1
* Implement "user search" CLIGauvain Pocentek2016-02-121-1/+8
* Add some unit tests for CLIGauvain Pocentek2016-02-051-68/+77
* Rework the CLI codeGauvain Pocentek2016-02-051-154/+177
* CLI: fix {all,owned,search} project listingGauvain Pocentek2016-02-031-0/+3
* Fix project updateGauvain Pocentek2016-01-301-2/+2
* Rework the __version__ importGauvain Pocentek2016-01-301-0/+6
* Add sudo supportGauvain Pocentek2016-01-301-0/+1
* Implement project variables supportGauvain Pocentek2016-01-241-2/+2
* Support deletion without getting the object firstGauvain Pocentek2016-01-101-2/+2
* cli.py: make internal functions privateGauvain Pocentek2016-01-101-30/+30
* implement group search in CLIGauvain Pocentek2016-01-091-5/+18
* CLI: fix the discovery of possible actionsGauvain Pocentek2016-01-081-2/+1
* python3: fix CLI error when arguments are missingGauvain Pocentek2015-12-311-2/+6
* Provide a create method for GitlabObject'sGauvain Pocentek2015-12-311-2/+1
* Add the CLI -g short option for --gitlabGauvain Pocentek2015-12-301-1/+1
* Add a get method for GitlabObjectGauvain Pocentek2015-12-301-2/+2
* Use name as sort key to fix Python 3 TypeErrorColin D Bennett2015-12-231-1/+2
* Fix GET/POST for project filesGauvain Pocentek2015-09-191-4/+5
* hide the action attributeGauvain Pocentek2015-09-191-0/+1
* Provide a Gitlab.from_config methodGauvain Pocentek2015-08-211-56/+5
* Fix the update/delete CLI subcommandsGauvain Pocentek2015-07-111-4/+15
* fix delete and update CLI methodsGauvain Pocentek2015-07-111-2/+2
* remove executable flag on cli.pyGauvain Pocentek2015-05-151-0/+0
* update copyright dateGauvain Pocentek2015-05-141-1/+1
* CLI: remove wrong attributes from the verbose outputGauvain Pocentek2015-05-141-2/+6
* CLI: provide a --config-file optionGauvain Pocentek2015-05-131-6/+15
* Move the CLI in the gitlab packageGauvain Pocentek2015-05-131-0/+357