summaryrefslogtreecommitdiff
path: root/gitlab/v4/objects/users.py
Commit message (Expand)AuthorAgeFilesLines
* fix: support array types for most resourcesNejc Habjan2022-07-281-1/+2
* chore: enable mypy check `strict_equality`John L. Villalovos2022-07-191-5/+13
* refactor: remove no-op id argument in GetWithoutIdMixinNejc Habjan2022-06-251-9/+7
* feat(users): add approve and reject methods to UserBen Gamari2022-06-251-0/+36
* feat(users): add ban and unban methodsAntoine Auger2022-06-131-0/+42
* chore: move `RequiredOptional` to the `gitlab.types` moduleJohn L. Villalovos2022-05-311-1/+2
* chore: update type-hints return signature for GetWithoutIdMixin methodsJohn L. Villalovos2022-05-301-10/+6
* feat(client): introduce `iterator=True` and deprecate `as_list=False` in `lis...John L. Villalovos2022-05-291-2/+2
* feat: display human-readable attribute in `repr()` if presentNejc Habjan2022-05-081-7/+7
* feat(user): support getting user SSH key by idNejc Habjan2022-04-011-1/+4
* chore: create new ArrayAttribute classJohn L. Villalovos2022-01-301-1/+1
* chore: rename `types.ListAttribute` to `types.CommaSeparatedListAttribute`John L. Villalovos2022-01-221-1/+1
* chore(objects): use `self.encoded_id` where applicableJohn L. Villalovos2022-01-131-6/+6
* feat: add support for `squash_option` in Projectsjlvillal/squash_optionJohn L. Villalovos2021-12-131-0/+1
* chore: add get() methods for GetWithoutIdMixin based classesjlvillal/get_without_idJohn L. Villalovos2021-12-081-1/+16
* docs: use annotations for return typesdocs/sphinx-annotationsNejc Habjan2021-12-011-7/+7
* docs: only use type annotations for documentationNejc Habjan2021-11-281-4/+4
* chore: ensure get() methods have correct type-hintsjlvillal/mypy_ensure_type_hintsJohn L. Villalovos2021-11-151-0/+31
* refactor: use new-style formatting for named placeholdersNejc Habjan2021-11-081-12/+12
* refactor: use f-strings for string formattingNejc Habjan2021-11-051-8/+8
* feat(objects): list starred projects of a userNejc Habjan2021-10-141-0/+34
* 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
* | feat(objects): support Create and Revoke personal access token APINejc Habjan2021-09-131-0/+2
* | chore: convert to using type-annotations for managersJohn L. Villalovos2021-09-081-20/+0
* | chore: improve type-hinting for managersJohn L. Villalovos2021-09-071-2/+20
|/
* chore: fix import ordering using isortJohn L. Villalovos2021-05-251-3/+3
* fix(objects): allow lists for filters for in all objectsfix/missing-list-attributesNejc Habjan2021-04-271-1/+2
* chore: fix F401 errors reported by flake8John L. Villalovos2021-04-181-2/+2
* chore: have _create_attrs & _update_attrs be a namedtupleJohn L. Villalovos2021-04-171-18/+19
* Merge pull request #1333 from python-gitlab/feat/user-follow-apiNejc Habjan2021-02-281-0/+50
|\
| * feat(users): add follow/unfollow APIfeat/user-follow-apiMax Wittig2021-02-271-0/+50
* | fix: remove duplicate class definitions in v4/objects/users.pyJohn L. Villalovos2021-02-251-12/+0
* | chore: remove usage of 'from ... import *'John L. Villalovos2021-02-231-2/+13
|/
* refactor(api): explicitly export classes for star importsrefactor/split-objectsNejc Habjan2021-02-071-0/+37
* refactor(v4): split objects and managers per API resourceNejc Habjan2021-02-071-0/+419