summaryrefslogtreecommitdiff
path: root/gitlab
Commit message (Expand)AuthorAgeFilesLines
* refactor: use f-strings for string formattingrefactor/f-stringsNejc Habjan2021-11-0231-194/+184
* feat(api): add project milestone promotionRaimund Hook2021-10-271-2/+3
* Merge pull request #1641 from JacobHenner/add-merge-request-approval-stateNejc Habjan2021-10-202-0/+14
|\
| * feat(api): add merge request approval stateJacob Henner2021-10-192-0/+14
* | feat(api): add project label promotionRaimund Hook2021-10-183-1/+55
* | fix(api): delete invalid 'project-runner get' command (#1628)Léo GATELLIER2021-10-171-4/+5
* | feat(objects): support delete package files APINejc Habjan2021-10-141-1/+1
* | feat(objects): list starred projects of a userNejc Habjan2021-10-141-0/+34
|/
* chore(objects): remove non-existing trigger ownership methodNejc Habjan2021-10-081-17/+1
* Merge pull request #1515 from JohnVillalovos/jlvillal/mypy_v4_obj_usersNejc Habjan2021-10-061-8/+15
|\
| * chore: add type-hints to gitlab/v4/objects/users.pyJohn L. Villalovos2021-09-071-8/+15
* | refactor(objects): remove deprecated branch protect methodsNejc Habjan2021-10-061-46/+0
* | fix(api): replace deprecated attribute in delete_in_bulk() (#1536)antti-mikael2021-10-061-11/+13
* | chore: fix type-check issue shown by new requests-typesJohn L. Villalovos2021-10-061-0/+2
* | docs: fix a few typosTim Gates2021-09-198-11/+11
* | feat(objects): support Create and Revoke personal access token APINejc Habjan2021-09-132-4/+21
* | fix(objects): rename confusing `to_project_id` argumentNejc Habjan2021-09-111-3/+3
* | refactor(objects): remove deprecated constants defined in objectsNejc Habjan2021-09-112-15/+3
* | refactor(objects): remove deprecated tag release APINejc Habjan2021-09-081-37/+0
* | refactor(objects): remove deprecated project.issuesstatisticsNejc Habjan2021-09-081-1/+0
* | refactor(objects): remove deprecated members.all() methodNejc Habjan2021-09-082-51/+2
* | refactor(objects): remove deprecated pipelines() methodNejc Habjan2021-09-081-29/+0
* | feat: default to gitlab.com if no URL givenNejc Habjan2021-09-082-3/+16
* | Merge pull request #1486 from JohnVillalovos/jlvillal/prohibit_redirectionNejc Habjan2021-09-081-19/+25
|\ \
| * | fix!: raise error if there is a 301/302 redirectionJohn L. Villalovos2021-09-081-19/+25
| |/
* | chore: convert to using type-annotations for managersJohn L. Villalovos2021-09-0819-167/+14
* | chore: improve type-hinting for managersJohn L. Villalovos2021-09-0720-20/+175
|/
* docs: correct documented return typeJohn L. Villalovos2021-09-021-1/+1
* feat: allow global retry_transient_errors setupKarun Japhet2021-08-292-4/+22
* chore: release v2.10.1v2.10.1github-actions2021-08-281-1/+1
* fix(mixins): improve deprecation warningMax Wittig2021-08-131-1/+1
* chore: release v2.10.0v2.10.0github-actions2021-07-281-1/+1
* fix(api): do not require Release name for creationEric Davies2021-07-271-1/+1
* feat(api): add merge_ref for merge requestsMatej Focko2021-07-211-0/+15
* feat(api): add `name_regex_keep` attribute in `delete_in_bulk()`Antti Tanhuanpää2021-06-291-7/+9
* chore: release v2.9.0v2.9.0github-actions2021-06-281-1/+1
* Merge pull request #1533 from sugonyak/add-group-hooksNejc Habjan2021-06-272-0/+54
|\
| * feat(api): add group hooksIvan Sugonyak2021-06-262-0/+54
* | feat(release): allow to update releasePierre Paques2021-06-261-3/+6
* | Merge pull request #1396 from spyoungtech/merge_request_reviewersNejc Habjan2021-06-261-0/+2
|\ \ | |/ |/|
| * feat(api): remove responsibility for API inconsistencies for MR reviewersSpencer Phillip Young2021-06-161-16/+0
| * feat(api): add support for creating/editing reviewers in project merge requestsSpencer Young2021-05-311-0/+18
* | docs: make Gitlab class usable for intersphinxNejc Habjan2021-06-143-12/+53
* | feat(api): add MR pipeline manager in favor of pipelines() methodNejc Habjan2021-06-133-20/+45
* | chore: add type-hints to gitlab/v4/objects/projects.pyJohn L. Villalovos2021-06-121-49/+114
* | chore: release v2.8.0v2.8.0github-actions2021-06-101-1/+1
* | fix: catch invalid type used to initialize RESTObjectJohn L. Villalovos2021-06-101-0/+7
* | chore: sync create and update attributes for ProjectsJohn L. Villalovos2021-06-031-81/+99
* | feat: add keys endpointBen Brown2021-06-033-0/+28
* | feat(objects): add support for Group wikis (#1484)Simon Pamies2021-06-032-0/+20