Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | docs(packages): add examples for Packages API and cli usagefeat/packages-api | Nejc Habjan | 2020-08-29 | 1 | -0/+24 |
| | |||||
* | docs(cli): add examples for group-project listdocs/group-projects-list-cli | Nejc Habjan | 2020-08-26 | 1 | -0/+12 |
| | |||||
* | chore: bring commit signatures up to date with 12.10 | Nejc Habjan | 2020-04-22 | 1 | -1/+1 |
| | |||||
* | feat: allow an environment variable to specify config location | Jeremy Cline | 2020-04-16 | 1 | -1/+4 |
| | | | | | | | | It can be useful (especially in scripts) to specify a configuration location via an environment variable. If the "PYTHON_GITLAB_CFG" environment variable is defined, treat its value as the path to a configuration file and include it in the set of default configuration locations. | ||||
* | feat(api): add support for Gitlab Deploy Token API | ayoub mrini | 2020-04-06 | 1 | -0/+13 |
| | |||||
* | feat: add support for commit GPG signature API | Nejc Habjan | 2020-03-22 | 1 | -0/+12 |
| | |||||
* | chore: add PyYaml as extra require | Max Wittig | 2019-12-18 | 1 | -1/+1 |
| | |||||
* | feat: add autocompletion support | Martin Chlumsky | 2019-12-16 | 1 | -0/+58 |
| | |||||
* | feat(doc): remove refs to api v3 in docs | Cyril Jouve | 2019-10-12 | 1 | -5/+4 |
| | |||||
* | feat: add support for job token | Mathieu Parent | 2019-09-06 | 1 | -5/+8 |
| | | | | See https://docs.gitlab.com/ee/api/jobs.html#get-job-artifacts for usage | ||||
* | docs(cli): add PyYAML requirement noticeci-output-option | Max Wittig | 2018-10-09 | 1 | -0/+5 |
| | | | | Fixes #606 | ||||
* | [docs] add a warning about https:// | Gauvain Pocentek | 2018-09-05 | 1 | -0/+5 |
| | | | | | http to https redirection cause problems. Make notes of this in the docs. | ||||
* | Minor typo "ou" vs. "or" | Matthias Schmitz | 2018-08-14 | 1 | -1/+1 |
| | | | This change fixes a minor type in the table of possible values for options in the global section. | ||||
* | Document the global per_page setting | Gauvain Pocentek | 2018-05-26 | 1 | -0/+4 |
| | |||||
* | Implement attribute types to handle special cases | Gauvain Pocentek | 2018-03-17 | 1 | -0/+6 |
| | | | | | | | | 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 | ||||
* | [cli] Allow to read args from files | Gauvain Pocentek | 2018-03-05 | 1 | -1/+15 |
| | | | | | | | With the @/file/path syntax (similar to curl) user can provide values from attributes in files. Fixes #448 | ||||
* | Default to API v4 | Gauvain Pocentek | 2018-02-05 | 1 | -3/+3 |
| | |||||
* | config: support api_version in the global section | Gauvain Pocentek | 2018-02-04 | 1 | -1/+3 |
| | | | | Fixes #421 | ||||
* | Add support for oauth and anonymous auth in config/CLI | Gauvain Pocentek | 2017-11-10 | 1 | -2/+8 |
| | |||||
* | Improve the docs to make v4 a first class citizen | Gauvain Pocentek | 2017-09-07 | 1 | -4/+5 |
| | |||||
* | CLI: yaml and json outputs for v4 | Gauvain Pocentek | 2017-08-18 | 1 | -8/+15 |
| | | | | | | 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). | ||||
* | Support SSL verification via internal CA bundle | Maura Hausman | 2017-08-04 | 1 | -3/+4 |
| | | | | | - Also updates documentation - See issues #204 and #270 | ||||
* | Docs: Add link to gitlab docs on obtaining a token | Pavel Savchenko | 2017-08-04 | 1 | -0/+3 |
| | | | | I find these sort of links very user friendly 😅 | ||||
* | Fixed spelling mistake (#269) | Nathan Giesbrecht | 2017-06-02 | 1 | -2/+2 |
| | |||||
* | Add v4 support to docs | Gauvain Pocentek | 2017-05-24 | 1 | -0/+4 |
| | |||||
* | Add support for --all in CLI | Gauvain Pocentek | 2016-09-23 | 1 | -1/+7 |
| | | | | Fixes #153 | ||||
* | add HTTP auth options to doc | Gauvain Pocentek | 2016-05-30 | 1 | -0/+4 |
| | |||||
* | CI: implement user get-by-username | Gauvain Pocentek | 2016-02-14 | 1 | -0/+7 |
| | | | | fixes #95 | ||||
* | docs: do not use the :option: markup | Gauvain Pocentek | 2016-02-03 | 1 | -5/+4 |
| | |||||
* | Add sudo support | Gauvain Pocentek | 2016-01-30 | 1 | -0/+6 |
| | |||||
* | remove "=" in examples for consistency | Gauvain Pocentek | 2016-01-13 | 1 | -3/+3 |
| | |||||
* | (re)add CLI examples in the doc | Gauvain Pocentek | 2016-01-13 | 1 | -0/+61 |
| | |||||
* | Provide a getting started doc for the API | Gauvain Pocentek | 2016-01-03 | 1 | -0/+2 |
| | |||||
* | Document the CLI | Gauvain Pocentek | 2016-01-03 | 1 | -3/+127 |
| | |||||
* | more README updates | Gauvain Pocentek | 2015-06-17 | 1 | -2/+2 |
| | |||||
* | Simple sphinx-project that automatically creates api documentation. | Mika Mäenpää | 2014-12-09 | 1 | -0/+4 |