Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | Fix wrong tag example | Gauvain Pocentek | 2018-01-20 | 1 | -1/+1 | |
| | | | | | | | | Fixes #416 | |||||
* | | Add manager for jobs within a pipeline. (#413) | Keith Wansbrough | 2018-01-18 | 3 | -6/+36 | |
| | | ||||||
* | | Merge pull request #408 from movermeyer/patch-1 | Gauvain Pocentek | 2018-01-08 | 1 | -0/+3 | |
|\ \ | | | | | | | Adding the supported version badge | |||||
| * | | Adding the supported version badge | Michael Overmeyer | 2018-01-05 | 1 | -0/+3 | |
| | | | ||||||
* | | | Merge pull request #409 from movermeyer/patch-2 | Gauvain Pocentek | 2018-01-08 | 1 | -1/+1 | |
|\ \ \ | |/ / |/| | | Clarifying what compatible means | |||||
| * | | Clarifying what supports means | Michael Overmeyer | 2018-01-05 | 1 | -1/+1 | |
|/ / | ||||||
* | | Prepare v1.2.01.2.0 | Gauvain Pocentek | 2018-01-01 | 3 | -1/+49 | |
| | | ||||||
* | | Respect content of REQUESTS_CA_BUNDLE and *_proxy envvars | Gauvain Pocentek | 2018-01-01 | 2 | -2/+5 | |
| | | | | | | | | | | | | | | | | Explicitly call the requests session.merge_environment_settings() method, which will use some environment variables to setup the session properly. Closes #352 | |||||
* | | Add doc for search by custom attribute | Gauvain Pocentek | 2018-01-01 | 3 | -0/+15 | |
| | | ||||||
* | | Add support for user/group/project filter by custom attribute | Gauvain Pocentek | 2018-01-01 | 3 | -5/+23 | |
| | | | | | | | | Closes #367 | |||||
* | | Add support for project and group custom variables | Gauvain Pocentek | 2018-01-01 | 6 | -34/+132 | |
| | | | | | | | | implements parts of #367 | |||||
* | | Add support for features flags | Gauvain Pocentek | 2018-01-01 | 6 | -1/+66 | |
| | | | | | | | | Fixes #360 | |||||
* | | Add support for pagesdomains | Gauvain Pocentek | 2017-12-31 | 5 | -0/+98 | |
| | | | | | | | | Closes #362 | |||||
* | | Add supported python versions in setup.py | Gauvain Pocentek | 2017-12-31 | 1 | -1/+8 | |
| | | ||||||
* | | Add support for subgroups listing | Gauvain Pocentek | 2017-12-31 | 3 | -1/+34 | |
| | | | | | | | | Closes #390 | |||||
* | | Add groups listing attributes | Gauvain Pocentek | 2017-12-31 | 1 | -0/+2 | |
| | | ||||||
* | | Merge pull request #406 from ericfrederich/pagination | Gauvain Pocentek | 2017-12-31 | 1 | -1/+1 | |
|\ \ | | | | | | | Allow per_page to be used with generators. | |||||
| * | | Allow per_page to be used with generators. | Eric L Frederich | 2017-12-26 | 1 | -1/+1 | |
|/ / | | | | | | | Fixes #405 | |||||
* | | Update groups tests | Gauvain Pocentek | 2017-12-26 | 2 | -2/+2 | |
| | | | | | | | | | | Group search in gitlab 10.3 requires a query string with more than 3 characters. Not sure if feature or bug, but let's handle it. | |||||
* | | Minor doc update (variables) | Gauvain Pocentek | 2017-12-19 | 1 | -4/+4 | |
| | | | | | | | | Fixes #400 | |||||
* | | Update testing tools for /session removal | Gauvain Pocentek | 2017-12-17 | 4 | -41/+83 | |
| | | ||||||
* | | Remove now-invalid test | Gauvain Pocentek | 2017-12-16 | 1 | -3/+0 | |
| | | ||||||
* | | ProjectFile.create(): don't modify the input data | Gauvain Pocentek | 2017-12-16 | 1 | -2/+3 | |
| | | | | | | | | Fixes #394 | |||||
* | | submanagers: allow having undefined parameters | Gauvain Pocentek | 2017-12-16 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | This might happen in CLI context, where recursion to discover parent attributes is not required (URL gets hardcoded) Fix should fix the CLI CI. | |||||
* | | [docs] Add a note about password auth being removed from GitLab | Gauvain Pocentek | 2017-12-16 | 1 | -2/+17 | |
| | | | | | | | | | | | | | | Provide a code snippet demonstrating how to use cookie-based authentication. Fixes #380 | |||||
* | | Add missing doc file | Gauvain Pocentek | 2017-12-16 | 1 | -0/+45 | |
| | | ||||||
* | | [docstrings] Explicitly documentation pagination arguments | Gauvain Pocentek | 2017-12-16 | 1 | -0/+40 | |
| | | | | | | | | Fixes #393 | |||||
* | | mixins.py: Avoid sending empty update data to issue.save (#389) | Carlos Soriano | 2017-12-16 | 1 | -0/+3 | |
| | | ||||||
* | | Update project services docs for v4 | Gauvain Pocentek | 2017-12-16 | 1 | -1/+4 | |
| | | | | | | | | Fixes #396 | |||||
* | | Add support for award emojis | Gauvain Pocentek | 2017-12-16 | 3 | -6/+93 | |
| | | | | | | | | Fixes #361 | |||||
* | | Make todo() raise GitlabTodoError on error | Gauvain Pocentek | 2017-12-16 | 2 | -2/+8 | |
| | | ||||||
* | | Add doc to get issue from iid (#321) | Bancarel Valentin | 2017-12-11 | 2 | -0/+10 | |
| | | ||||||
* | | Merge pull request #382 from ptomato/subscribe-response-code | Gauvain Pocentek | 2017-12-11 | 1 | -1/+1 | |
|\ \ | | | | | | | Expected HTTP response for subscribe is 201 | |||||
| * | | Expected HTTP response for subscribe is 201 | P. F. Chimento | 2017-12-03 | 1 | -1/+1 | |
| | | | | | | | | | | | | It seems that the GitLab API gives HTTP response code 201 ("created") when successfully subscribing to an object, not 200. | |||||
* | | | Merge pull request #374 from benjamb/typos | Gauvain Pocentek | 2017-12-11 | 2 | -3/+3 | |
|\ \ \ | | | | | | | | | Fix typos in docs | |||||
| * | | | Fix typos in docs | Ben Brown | 2017-11-24 | 1 | -2/+2 | |
| | | | | ||||||
| * | | | Fix link to settings API | Ben Brown | 2017-11-24 | 1 | -1/+1 | |
| |/ / | ||||||
* | | | Update pagination docs for ProjectCommit | Gauvain Pocentek | 2017-12-11 | 2 | -1/+6 | |
|/ / | | | | | | | | | | | In v3 pagination starts at page 0 instead of page 1. Fixes: #377 | |||||
* | | Revert "Add unit tests for mixin exceptions" | Gauvain Pocentek | 2017-11-16 | 3 | -94/+2 | |
|/ | | | | This reverts commit 4ee139ad5c58006da1f9af93fdd4e70592e6daa0. | |||||
* | Add support for project housekeeping | Gauvain Pocentek | 2017-11-12 | 5 | -0/+33 | |
| | | | | Closes #368 | |||||
* | Add unit tests for mixin exceptions | Gauvain Pocentek | 2017-11-11 | 3 | -2/+94 | |
| | ||||||
* | Add a SetMixin | Gauvain Pocentek | 2017-11-11 | 3 | -21/+50 | |
| | | | | | Use it for UserCustomAttribute, will be useful for {Project,Group}CustomAttribute (#367) | |||||
* | Add support for user_agent_detail (issues) | Gauvain Pocentek | 2017-11-11 | 4 | -0/+25 | |
| | | | | https://docs.gitlab.com/ce/api/issues.html#get-user-agent-details | |||||
* | Merge pull request #369 from Lujeni/fix_typo_projects_documentation | Gauvain Pocentek | 2017-11-11 | 1 | -1/+1 | |
|\ | | | | | [docs] Bad arguments in projetcs file documentation | |||||
| * | [docs] Bad arguments in projetcs file documentation | THEBAULT Julien | 2017-11-11 | 1 | -1/+1 | |
|/ | ||||||
* | update user docs with gitlab URLs | Gauvain Pocentek | 2017-11-11 | 1 | -0/+19 | |
| | ||||||
* | Add support for user activities | Gauvain Pocentek | 2017-11-11 | 4 | -0/+49 | |
| | ||||||
* | generate coverage reports with tox | Gauvain Pocentek | 2017-11-11 | 1 | -0/+2 | |
| | ||||||
* | typo | Gauvain Pocentek | 2017-11-10 | 1 | -1/+1 | |
| | ||||||
* | Add support for impersonation tokens API | Gauvain Pocentek | 2017-11-10 | 4 | -1/+80 | |
| | | | | Closes #363 |