summaryrefslogtreecommitdiff
path: root/gitlab
Commit message (Expand)AuthorAgeFilesLines
* chore: deduplicate type annotations in docschore/sphinx-annotationsNejc Habjan2021-11-2430-640/+635
* chore: add type-hints to gitlab/v4/objects/files.pyjlvillal/mypy_epicsJohn L. Villalovos2021-11-211-12/+58
* chore: add type-hints to gitlab/v4/objects/labels.pyJohn L. Villalovos2021-11-211-6/+37
* chore: add type-hints to gitlab/v4/objects/sidekiq.pyJohn L. Villalovos2021-11-211-4/+12
* chore: add type-hints to gitlab/v4/objects/services.pyJohn L. Villalovos2021-11-211-5/+15
* chore: add type-hints to gitlab/v4/objects/repositories.pyJohn L. Villalovos2021-11-211-13/+48
* chore: add type-hints to gitlab/v4/objects/pipelines.pyJohn L. Villalovos2021-11-211-6/+30
* chore: add type-hints to gitlab/v4/objects/milestones.pyJohn L. Villalovos2021-11-211-4/+22
* chore: add type-hints to gitlab/v4/objects/jobs.pyJohn L. Villalovos2021-11-211-14/+55
* chore: add type-hints to gitlab/v4/objects/issues.pyJohn L. Villalovos2021-11-211-6/+33
* chore: add type-hints to gitlab/v4/objects/geo_nodes.pyJohn L. Villalovos2021-11-211-7/+23
* chore: add type-hints to gitlab/v4/objects/epics.pyJohn L. Villalovos2021-11-211-2/+16
* chore: fix issue with adding type-hints to 'manager' attributeJohn L. Villalovos2021-11-211-0/+4
* chore: add type-hints to gitlab/v4/objects/merge_request_approvals.pyjlvillal/mypy_merge_request_approvalsJohn L. Villalovos2021-11-161-11/+35
* chore: ensure get() methods have correct type-hintsjlvillal/mypy_ensure_type_hintsJohn L. Villalovos2021-11-1520-4/+349
* chore: add type-hints to gitlab/v4/objects/snippets.pyjlvillal/mypy_snippetsJohn L. Villalovos2021-11-141-4/+32
* refactor: use new-style formatting for named placeholdersNejc Habjan2021-11-0850-163/+147
* chore: enforce type-hints on most files in gitlab/v4/objects/jlvillal/mypy_small_files_1John L. Villalovos2021-11-0821-34/+219
* chore: add type hints for gitlab/v4/objects/commits.pyjlvillal/mypy_commitsJohn L. Villalovos2021-11-071-9/+24
* chore: add type-hints to multiple files in gitlab/v4/objects/John L. Villalovos2021-11-076-4/+38
* chore: add type-hints to gitlab/v4/objects/groups.pyJohn L. Villalovos2021-11-071-11/+44
* chore: add type-hints to gitlab/v4/objects/merge_requests.pyjlvillal/mypy_merge_requestsJohn L. Villalovos2021-11-061-17/+50
* docs: add links to the GitLab API docsjlvillal/merge_requests_apiJohn L. Villalovos2021-11-051-0/+9
* refactor: use f-strings for string formattingNejc Habjan2021-11-0531-194/+184
* Merge pull request #1646 from JacobHenner/add-merge-trainsNejc Habjan2021-11-013-0/+21
|\
| * feat(api): add merge trainsJacob Henner2021-10-203-0/+21
* | 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
| |/