summaryrefslogtreecommitdiff
path: root/gitlab/v4/objects/repositories.py
Commit message (Expand)AuthorAgeFilesLines
* chore: enable mypy check `no_implicit_optional`John L. Villalovos2022-07-311-1/+1
* feat: Support downloading archive subpathsTom Forbes2022-07-291-3/+7
* refactor: avoid possible breaking change in iterator (#2107)John Villalovos2022-06-271-4/+10
* feat(downloads): allow streaming downloads access to response iterator (#1956)Tom Catshoek2022-06-261-5/+11
* feat(client): introduce `iterator=True` and deprecate `as_list=False` in `lis...John L. Villalovos2022-05-291-2/+2
* style: use literals to declare data structuresNejc Habjan2022-01-231-2/+2
* chore: replace usage of utils._url_encode() with utils.EncodedId()jlvillal/encoded_idJohn L. Villalovos2022-01-131-1/+1
* fix: use url-encoded ID in all pathsJohn L. Villalovos2022-01-131-8/+8
* fix: remove custom URL encodingJohn L. Villalovos2022-01-081-1/+1
* feat(api): support file format for repository archiveMax Ludwig2021-12-211-2/+6
* docs: use annotations for return typesdocs/sphinx-annotationsNejc Habjan2021-12-011-6/+6
* docs: only use type annotations for documentationNejc Habjan2021-11-281-26/+26
* chore: add type-hints to gitlab/v4/objects/repositories.pyJohn L. Villalovos2021-11-211-13/+48
* refactor: use f-strings for string formattingNejc Habjan2021-11-051-8/+8
* docs: correct documented return typeJohn L. Villalovos2021-09-021-1/+1
* chore: fix import ordering using isortJohn L. Villalovos2021-05-251-1/+2
* chore: fix F401 errors reported by flake8John L. Villalovos2021-04-181-1/+1
* chore(api): move repository endpoints into separate modulechore/split-repository-methodsNejc Habjan2021-02-281-0/+206