summaryrefslogtreecommitdiff
path: root/gitlab/v4/objects/files.py
Commit message (Expand)AuthorAgeFilesLines
* refactor: avoid possible breaking change in iterator (#2107)John Villalovos2022-06-271-2/+5
* feat(downloads): allow streaming downloads access to response iterator (#1956)Tom Catshoek2022-06-261-3/+16
* chore: enable pylint check: "attribute-defined-outside-init"John L. Villalovos2022-06-041-0/+2
* chore: move `utils._validate_attrs` inside `types.RequiredOptional`John L. Villalovos2022-05-311-2/+2
* feat: support mutually exclusive attributes and consolidate validation to fix...Walter Rowe2022-05-311-2/+2
* chore: move `RequiredOptional` to the `gitlab.types` moduleJohn L. Villalovos2022-05-311-1/+2
* feat: display human-readable attribute in `repr()` if presentNejc Habjan2022-05-081-1/+1
* chore: don't explicitly pass args to super()Nejc Habjan2022-01-231-1/+1
* chore: create return type-hints for `get_id()` & `encoded_id`John L. Villalovos2022-01-141-0/+2
* chore: replace usage of utils._url_encode() with utils.EncodedId()jlvillal/encoded_idJohn L. Villalovos2022-01-131-6/+6
* fix: use url-encoded ID in all pathsJohn L. Villalovos2022-01-131-1/+1
* fix: remove custom URL encodingJohn L. Villalovos2022-01-081-7/+8
* docs: use annotations for return typesdocs/sphinx-annotationsNejc Habjan2021-12-011-4/+4
* docs: only use type annotations for documentationNejc Habjan2021-11-281-19/+19
* chore: add type-hints to gitlab/v4/objects/files.pyjlvillal/mypy_epicsJohn L. Villalovos2021-11-211-12/+58
* refactor: use new-style formatting for named placeholdersNejc Habjan2021-11-081-1/+1
* refactor: use f-strings for string formattingNejc Habjan2021-11-051-5/+5
* chore: fix import ordering using isortJohn L. Villalovos2021-05-251-2/+3
* fix(files): do not url-encode file paths twiceNejc Habjan2021-04-261-1/+0
* fix: correct ProjectFile.decode() documentationJohn L. Villalovos2021-04-221-2/+2
* chore: have _create_attrs & _update_attrs be a namedtupleJohn L. Villalovos2021-04-171-7/+7
* chore: remove usage of 'from ... import *'John L. Villalovos2021-02-231-2/+9
* refactor(api): explicitly export classes for star importsrefactor/split-objectsNejc Habjan2021-02-071-2/+7
* refactor(v4): split objects and managers per API resourceNejc Habjan2021-02-071-0/+216