Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | hide the action attribute | Gauvain Pocentek | 2015-09-19 | 1 | -0/+1 | |
| | ||||||
* | Provide a Gitlab.from_config method | Gauvain Pocentek | 2015-08-21 | 1 | -56/+5 | |
| | | | | | It provides the Gitlab object creation from the ~/.python-gitlab.cfg, just like the CLI does. | |||||
* | Fix the update/delete CLI subcommands | Gauvain Pocentek | 2015-07-11 | 1 | -4/+15 | |
| | | | | | | Also update the testing tool to test these features. Closes #62 | |||||
* | fix delete and update CLI methods | Gauvain Pocentek | 2015-07-11 | 1 | -2/+2 | |
| | ||||||
* | remove executable flag on cli.py | Gauvain Pocentek | 2015-05-15 | 1 | -0/+0 | |
| | ||||||
* | update copyright date | Gauvain Pocentek | 2015-05-14 | 1 | -1/+1 | |
| | ||||||
* | 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 | |
| | ||||||
* | Move the CLI in the gitlab package | Gauvain Pocentek | 2015-05-13 | 1 | -0/+357 | |
Setup an console_script entry point to create the executable script. |