summaryrefslogtreecommitdiff
path: root/gitlab/v4/objects/container_registry.py
Commit message (Expand)AuthorAgeFilesLines
* feat(api): add support for instance-level registry repositoriesNejc Habjan2022-07-201-1/+23
* feat(groups): add support for group-level registry repositoriesNejc Habjan2022-07-201-0/+7
* docs: only use type annotations for documentationNejc Habjan2021-11-281-8/+8
* 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-2/+2
* chore: enforce type-hints on most files in gitlab/v4/objects/jlvillal/mypy_small_files_1John L. Villalovos2021-11-081-1/+5
* fix(api): replace deprecated attribute in delete_in_bulk() (#1536)antti-mikael2021-10-061-11/+13
* 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
* feat(api): add `name_regex_keep` attribute in `delete_in_bulk()`Antti Tanhuanpää2021-06-291-7/+9
* chore: fix import ordering using isortJohn L. Villalovos2021-05-251-1/+0
* 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/+47