summaryrefslogtreecommitdiff
path: root/gitlab
Commit message (Expand)AuthorAgeFilesLines
* feat: add basic GraphQL support (wip)feat/graphqlNejc Habjan2022-12-114-93/+235
* feat(api): support listing pipelines triggered by pipeline schedulesSteve Vermeulen2022-12-111-0/+13
* feat: allow filtering pipelines by sourceNick Brown2022-12-101-0/+1
* refactor: move the request call to the backend (#2413)Liora Milbaum2022-12-102-2/+43
* refactor: Moving RETRYABLE_TRANSIENT_ERROR_CODES to constLiora Milbaum2022-12-062-2/+3
* feat(client): bootstrap the http backends concept (#2391)Liora Milbaum2022-12-053-5/+32
* feat: add resource iteration events (see https://docs.gitlab.com/ee/api/resou...Oliver Blasius2022-12-042-0/+21
* feat: allow passing kwargs to Gitlab class when instantiating with `from_conf...Liora Milbaum2022-12-041-1/+8
* feat: add keep_base_url when getting configuration from fileAntoine Meynard2022-12-031-0/+10
* fix: Use the ProjectIterationManager within the Project objectRyan Holleran2022-12-031-2/+2
* fix(api): Make description optional for releaseslovetox2022-12-031-1/+1
* chore: release v3.12.0v3.12.0github-actions2022-11-281-1/+1
* feat: add support for SAML group links (#2367)Abhishek Singh2022-11-221-0/+21
* fix(cli): Enable debug before doing authEmanuele Aina2022-11-211-3/+2
* feat(groups): add LDAP link manager and deprecate old API endpointsNejc Habjan2022-11-171-19/+67
* refactor: explicitly use ProjectSecureFileNejc Habjan2022-11-172-9/+11
* feat(groups): add support for listing ldap_group_links (#2371)Ray2022-11-161-0/+17
* feat: implement secure files APIBen Brown2022-11-103-0/+72
* feat(api): add support for getting a project's pull mirror detailsJohn L. Villalovos2022-11-041-0/+23
* fix(cli): expose missing mr_default_target_self project attributeRomain Dartigues2022-11-031-0/+1
* feat(api): add support for remote project import from AWS S3 (#2357)Abhishek Singh2022-11-021-2/+64
* feat(api): add support for remote project import (#2348)Abhishek Singh2022-11-011-0/+45
* feat(api): add application statisticsShreya2022-11-012-0/+16
* fix: use POST method and return dict in `cancel_merge_when_pipeline_succeeds(...John Villalovos2022-10-311-7/+8
* chore: release v3.11.0v3.11.0github-actions2022-10-281-1/+1
* chore: narrow type hints for license APINejc Habjan2022-10-271-1/+1
* fix: remove `project.approvals.set_approvals()` methodJohn L. Villalovos2022-10-191-32/+0
* fix: use epic id instead of iid for epic notesShreya2022-10-161-4/+4
* feat(api): add support for topics merge APINejc Habjan2022-10-142-1/+43
* fix(cli): handle list response for json/yaml outputJohn L. Villalovos2022-10-061-4/+4
* chore: release v3.10.0v3.10.0github-actions2022-09-281-1/+1
* feat: Add reset_approvals apiLucas Zampieri2022-09-262-0/+22
* fix(cli): add missing attributes for creating MRsNejc Habjan2022-09-231-3/+6
* fix(cli): add missing attribute for MR changesNejc Habjan2022-09-231-1/+1
* Merge pull request #2254 from python-gitlab/jlvillal/deploy_approveNejc Habjan2022-08-282-1/+55
|\
| * feat: add support for deployment approval endpointJohn L. Villalovos2022-08-252-1/+55
* | chore: release v3.9.0v3.9.0github-actions2022-08-281-1/+1
|/
* feat: add support for merge_base APINejc Habjan2022-08-191-1/+27
* chore: release v3.8.1v3.8.1github-actions2022-08-101-1/+1
* fix(client): do not assume user attrs returned for auth()Nejc Habjan2022-08-101-1/+3
* chore: remove broad Exception catching from `config.py`John L. Villalovos2022-08-051-25/+21
* chore: consolidate license and authorsNejc Habjan2022-08-0413-191/+2
* chore: release v3.8.0v3.8.0github-actions2022-08-041-1/+1
* feat(client): warn user on misconfigured URL in `auth()`Nejc Habjan2022-08-041-1/+3
* refactor(client): factor out URL check into a helperNejc Habjan2022-08-041-27/+33
* refactor(client): remove handling for incorrect link headerNejc Habjan2022-08-041-7/+2
* chore: use `urlunparse` instead of string replaceJohn L. Villalovos2022-08-041-1/+1
* fix(client): ensure encoded query params are never duplicatedNejc Habjan2022-08-041-2/+7
* fix: optionally keep user-provided base URL for pagination (#2149)Omar Mochtar2022-08-031-0/+29
* Merge pull request #2211 from python-gitlab/jlvillal/mypy_step_stepNejc Habjan2022-08-017-18/+32
|\