summaryrefslogtreecommitdiff
path: root/gitlab/v4/objects/packages.py
Commit message (Expand)AuthorAgeFilesLines
* docs: use annotations for return typesdocs/sphinx-annotationsNejc Habjan2021-12-011-2/+2
* docs: only use type annotations for documentationNejc Habjan2021-11-281-10/+10
* chore: ensure get() methods have correct type-hintsjlvillal/mypy_ensure_type_hintsJohn L. Villalovos2021-11-151-1/+6
* refactor: use new-style formatting for named placeholdersNejc Habjan2021-11-081-4/+4
* chore: enforce type-hints on most files in gitlab/v4/objects/jlvillal/mypy_small_files_1John L. Villalovos2021-11-081-1/+11
* feat(objects): support delete package files APINejc Habjan2021-10-141-1/+1
* docs: fix a few typosTim Gates2021-09-191-1/+1
* chore: convert to using type-annotations for managersJohn L. Villalovos2021-09-081-1/+0
* chore: improve type-hinting for managersJohn L. Villalovos2021-09-071-0/+1
* chore: apply typing suggestionsNejc Habjan2021-05-311-1/+1
* feat(objects): add support for generic packages APINejc Habjan2021-05-311-0/+114
* feat: add ProjectPackageFileJacob Henner2021-03-101-2/+13
* chore: remove usage of 'from ... import *'John L. Villalovos2021-02-231-2/+2
* refactor(api): explicitly export classes for star importsrefactor/split-objectsNejc Habjan2021-02-071-0/+8
* refactor(v4): split objects and managers per API resourceNejc Habjan2021-02-071-0/+35