Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | docs(cli): add PyYAML requirement noticeci-output-option | Max Wittig | 2018-10-09 | 1 | -6/+16 |
| | | | | Fixes #606 | ||||
* | [cli] Fix the project-export download | Gauvain Pocentek | 2018-08-25 | 1 | -2/+24 |
| | | | | Closes #559 | ||||
* | [cli] Fix the case where we have nothing to print | Gauvain Pocentek | 2018-07-12 | 1 | -2/+1 |
| | |||||
* | [cli] Output: handle bytes in API responses | Gauvain Pocentek | 2018-07-09 | 1 | -0/+3 |
| | | | | Closes #548 | ||||
* | [cli] Fix the non-verbose output of ProjectCommitComment | Gauvain Pocentek | 2018-06-22 | 1 | -1/+8 |
| | | | | Closes #433 | ||||
* | Add project push rules configuration (#520) | Eric Sabouraud | 2018-06-11 | 1 | -2/+3 |
| | |||||
* | Implement attribute types to handle special cases | Gauvain Pocentek | 2018-03-17 | 1 | -0/+8 |
| | | | | | | | | Some attributes need to be parsed/modified to work with the API (for instance lists). This patch provides two attribute types that will simplify parts of the code, and fix some CLI bugs. Fixes #443 | ||||
* | pep8 fix | Gauvain Pocentek | 2018-03-11 | 1 | -1/+2 |
| | |||||
* | [cli] Fix listing of strings | Gauvain Pocentek | 2018-03-11 | 1 | -0/+3 |
| | |||||
* | [cli] Restore the --help option behavior | Gauvain Pocentek | 2018-03-11 | 1 | -1/+1 |
| | | | | Fixes #381 | ||||
* | [cli] _id_attr is required on creation | Gauvain Pocentek | 2018-03-02 | 1 | -2/+2 |
| | |||||
* | CLI: display_list need to support **kwargs | Gauvain Pocentek | 2018-03-02 | 1 | -2/+2 |
| | |||||
* | [cli] fix listing for json and yaml output | Gauvain Pocentek | 2018-03-02 | 1 | -24/+35 |
| | | | | Fixes #438 | ||||
* | Fix the CLI for objects without ID (API v4) | Gauvain Pocentek | 2017-11-01 | 1 | -7/+12 |
| | | | | Fixes #319 | ||||
* | adds project upload feature (#239) | James Johnson | 2017-09-12 | 1 | -0/+2 |
| | |||||
* | [v4] fix CLI for some mixin methods | Gauvain Pocentek | 2017-09-07 | 1 | -3/+6 |
| | |||||
* | [v4] Make sudo the first argument in CLI help | Gauvain Pocentek | 2017-08-20 | 1 | -1/+1 |
| | |||||
* | [v4] Use - instead of _ in CLI legacy output | Gauvain Pocentek | 2017-08-20 | 1 | -3/+3 |
| | | | | This mimics the v3 behavior. | ||||
* | CLI: yaml and json outputs for v4 | Gauvain Pocentek | 2017-08-18 | 1 | -14/+45 |
| | | | | | | Verbose mode only works with the legacy output. Also add support for filtering the output by defining the list of fields that need to be displayed (yaml and json only). | ||||
* | [v4] CLI support is back | Gauvain Pocentek | 2017-08-17 | 1 | -0/+296 |