Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | documentation fix | Karol Ossowski | 2019-05-08 | 2 | -14/+14 | |
| | ||||||
* | documentation | Karol Ossowski | 2019-05-02 | 3 | -0/+77 | |
| | ||||||
* | add project releases api | Kris Gambirazzi | 2019-03-27 | 1 | -0/+33 | |
| | ||||||
* | fix tiny typo | purificant | 2019-02-28 | 1 | -1/+1 | |
| | ||||||
* | fix(api): avoid parameter conflicts with python and gitlabno-param-conflicts | Gauvain Pocentek | 2019-01-13 | 3 | -1/+30 | |
| | | | | | | | | | | Provide another way to send data to gitlab with a new `query_parameters` argument. This parameter can be used to explicitly define the dict of items to send to the server, so that **kwargs are only used to specify python-gitlab specific parameters. Closes #566 Closes #629 | |||||
* | fix: handle empty 'Retry-After' header from GitLab | Srikanth Chelluri | 2019-01-08 | 1 | -1/+15 | |
| | | | | | | | | | When requests are throttled (HTTP response code 429), python-gitlab assumed that 'Retry-After' existed in the response headers. This is not always the case and so the request fails due to a KeyError. The change in this commit adds a rudimentary exponential backoff to the 'http_request' method, which defaults to 10 retries but can be set to -1 to retry without bound. | |||||
* | Add access control options to protected branch creation | Eric Sabouraud | 2018-12-07 | 1 | -0/+9 | |
| | ||||||
* | Merge pull request #625 from python-gitlab/fix/611/resource_label_event | Max Wittig | 2018-11-28 | 2 | -1/+40 | |
|\ | | | | | Add support to resource label events | |||||
| * | Add support to resource label eventsfix/611/resource_label_event | Gauvain Pocentek | 2018-11-22 | 2 | -1/+40 | |
| | | | | | | | | Closes #611 | |||||
* | | [feature] Add support for members all() methodfeature/589/member_all | Gauvain Pocentek | 2018-11-24 | 2 | -0/+10 | |
| | | | | | | | | Closes #589 | |||||
* | | Merge pull request #639 from python-gitlab/fix/628/doc_typo | Max Wittig | 2018-11-23 | 1 | -1/+1 | |
|\ \ | | | | | | | [docs] Fix typo in custom attributes example | |||||
| * | | [docs] Fix typo in custom attributes examplefix/628/doc_typo | Gauvain Pocentek | 2018-11-22 | 1 | -1/+1 | |
| |/ | | | | | | | Closes #628 | |||||
* | | [docs] Fix the milestone filetring doc (iid -> iids)fix/633/milestone_filter | Gauvain Pocentek | 2018-11-22 | 1 | -1/+1 | |
|/ | | | | Fixes #633 | |||||
* | Merge pull request #634 from python-gitlab/docs/project-typo | Gauvain Pocentek | 2018-11-22 | 1 | -1/+1 | |
|\ | | | | | | | | | docs(projects): fix typo in code sample Closes #630 | |||||
| * | docs(projects): fix typo in code sampledocs/project-typo | Max Wittig | 2018-11-19 | 1 | -1/+1 | |
| | | | | | | Fixes #630 | |||||
* | | docs(groups): fix typodocs/groups-fix-typo | Max Wittig | 2018-11-20 | 1 | -1/+1 | |
|/ | | | Fixes #635 | |||||
* | Fix 3 typos | Nic Grayson | 2018-11-09 | 1 | -3/+3 | |
| | ||||||
* | [docs] Add an example of pipeline schedule vars listingissue/595 | Gauvain Pocentek | 2018-11-03 | 1 | -0/+7 | |
| | | | | Closes #595 | |||||
* | [docs] fix discussions typo | mkosiarc | 2018-10-15 | 1 | -3/+3 | |
| | ||||||
* | docs(cli): add PyYAML requirement noticeci-output-option | Max Wittig | 2018-10-09 | 1 | -0/+5 | |
| | | | | Fixes #606 | |||||
* | refactor: rename MASTER_ACCESSrefactor/rename-variable | Max Wittig | 2018-10-06 | 4 | -5/+5 | |
| | | | | | | | to MAINTAINER_ACCESS to follow GitLab 11.0 docs See: https://docs.gitlab.com/ce/user/permissions.html#project-members-permissions | |||||
* | Add project protected tags management (#581) | Eric Sabouraud | 2018-10-03 | 1 | -0/+33 | |
| | ||||||
* | [docs] Add a note about GroupProject limited API | Gauvain Pocentek | 2018-09-05 | 1 | -5/+17 | |
| | ||||||
* | [docs] add a warning about https:// | Gauvain Pocentek | 2018-09-05 | 2 | -0/+10 | |
| | | | | | http to https redirection cause problems. Make notes of this in the docs. | |||||
* | [docs] fix cut and paste leftover | Gauvain Pocentek | 2018-09-05 | 1 | -1/+1 | |
| | ||||||
* | Use https:// for gitlab URL | Gauvain Pocentek | 2018-09-04 | 1 | -1/+1 | |
| | ||||||
* | [docs] Fix the owned/starred usage documentation | Gauvain Pocentek | 2018-09-04 | 2 | -3/+3 | |
| | | | | Closes #579 | |||||
* | Minor doc updates | Gauvain Pocentek | 2018-08-25 | 4 | -6/+10 | |
| | ||||||
* | Add a FAQ | Gauvain Pocentek | 2018-08-25 | 2 | -0/+34 | |
| | ||||||
* | [docs] Add/updates notes about read-only objects | Gauvain Pocentek | 2018-08-24 | 2 | -5/+32 | |
| | | | | | MR and issues attached to the root API or groups are not editable. Provide notes describing how to manage this. | |||||
* | Update projects.rst | btmanm | 2018-08-21 | 1 | -1/+1 | |
| | ||||||
* | 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. | |||||
* | Added support for listing forks of a project (#562) | David Guest | 2018-07-26 | 1 | -0/+4 | |
| | ||||||
* | Implement MR.pipelines() | Gauvain Pocentek | 2018-07-15 | 1 | -0/+8 | |
| | | | | Closes #555 | |||||
* | Support group and global MR listing | Gauvain Pocentek | 2018-07-15 | 1 | -0/+42 | |
| | | | | Closes #553 | |||||
* | Improve the snippets examples | Gauvain Pocentek | 2018-07-03 | 1 | -2/+10 | |
| | | | | closes #543 | |||||
* | Fix simple typo in identity modification example | Tom Downes | 2018-07-02 | 1 | -1/+1 | |
| | ||||||
* | [docs] don't use hardcoded values for ids | Gauvain Pocentek | 2018-06-27 | 3 | -15/+14 | |
| | ||||||
* | Improve the protect branch creation example | Gauvain Pocentek | 2018-06-23 | 1 | -1/+5 | |
| | | | | Closes #536 | |||||
* | [docs] Add an example for external identities settings | Gauvain Pocentek | 2018-06-17 | 1 | -0/+6 | |
| | | | | Fixes #528 | |||||
* | Add support for epics API (EE) | Gauvain Pocentek | 2018-06-17 | 2 | -0/+80 | |
| | | | | Fixes #525 | |||||
* | ProjectPipelineJob objects can only be listed | Gauvain Pocentek | 2018-06-14 | 1 | -8/+14 | |
| | | | | | | And they are not directly related to ProjectJob objects. Fixes #531 | |||||
* | Add support for the LDAP gorups API | Gauvain Pocentek | 2018-06-13 | 1 | -2/+13 | |
| | ||||||
* | Correct session example | Stefan Crain | 2018-06-13 | 1 | -1/+1 | |
| | ||||||
* | Implement MR-level approvals | Gauvain Pocentek | 2018-06-11 | 1 | -11/+26 | |
| | | | | Fixes #323 | |||||
* | Add project push rules configuration (#520) | Eric Sabouraud | 2018-06-11 | 1 | -0/+34 | |
| | ||||||
* | [docs] projects.all() doesn't exist in v4 | Gauvain Pocentek | 2018-06-11 | 1 | -3/+0 | |
| | | | | Fixes #526 | |||||
* | Add support for Project.pull_mirror (EE) | Gauvain Pocentek | 2018-06-10 | 1 | -1/+5 | |
| | ||||||
* | Add support for board creation/deletion (EE) | Gauvain Pocentek | 2018-06-10 | 1 | -5/+14 | |
| | ||||||
* | Add support for LDAP groups | Gauvain Pocentek | 2018-06-09 | 1 | -0/+15 | |
| |