summaryrefslogtreecommitdiff
path: root/gitlab/v4/objects/groups.py
Commit message (Expand)AuthorAgeFilesLines
* feat: add support for SAML group links (#2367)Abhishek Singh2022-11-221-0/+21
* feat(groups): add LDAP link manager and deprecate old API endpointsNejc Habjan2022-11-171-19/+67
* feat(groups): add support for listing ldap_group_links (#2371)Ray2022-11-161-0/+17
* feat: add support for iterations APINejc Habjan2022-07-271-0/+2
* feat(groups): add support for shared projects APINejc Habjan2022-07-261-1/+2
* feat: add support for group and project invitations APINejc Habjan2022-07-231-0/+2
* feat(groups): add support for group-level registry repositoriesNejc Habjan2022-07-201-0/+2
* feat: add support for group push rulesO'Keefe, Gerard (Gerry)2022-07-041-0/+2
* test(pylint): enable pylint "unused-argument" checkJohn L. Villalovos2022-06-261-1/+1
* 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: create new ArrayAttribute classJohn L. Villalovos2022-01-301-5/+2
* style: use literals to declare data structuresNejc Habjan2022-01-231-1/+1
* chore: rename `types.ListAttribute` to `types.CommaSeparatedListAttribute`John L. Villalovos2022-01-221-2/+5
* chore(groups): use encoded_id for group pathNejc Habjan2022-01-131-1/+1
* feat: add support for Groups API method `transfer()`Christian Sattler2022-01-131-1/+23
* chore(objects): use `self.encoded_id` where could be a stringJohn L. Villalovos2022-01-131-1/+1
* fix: use url-encoded ID in all pathsJohn L. Villalovos2022-01-131-6/+6
* feat: add support for Group Access Token APIFabio Huser2022-01-091-0/+2
* docs: use annotations for return typesdocs/sphinx-annotationsNejc Habjan2021-12-011-2/+2
* docs: only use type annotations for documentationNejc Habjan2021-11-281-14/+14
* refactor: use new-style formatting for named placeholdersNejc Habjan2021-11-081-2/+2
* chore: add type-hints to gitlab/v4/objects/groups.pyJohn L. Villalovos2021-11-071-11/+44
* refactor: use f-strings for string formattingNejc Habjan2021-11-051-9/+9
* docs: fix a few typosTim Gates2021-09-191-1/+1
* fix(objects): rename confusing `to_project_id` argumentNejc Habjan2021-09-111-3/+3
* chore: convert to using type-annotations for managersJohn L. Villalovos2021-09-081-29/+0
* chore: improve type-hinting for managersJohn L. Villalovos2021-09-071-0/+28
* feat(api): add group hooksIvan Sugonyak2021-06-261-0/+2
* feat(objects): add support for Group wikis (#1484)Simon Pamies2021-06-031-0/+2
* chore: apply suggestionsNejc Habjan2021-05-301-1/+1
* feat(objects): support all issues statistics endpointsNejc Habjan2021-05-301-0/+2
* feat(objects): add support for descendant groups APINejc Habjan2021-05-291-0/+17
* feat(objects): add support for billable membersNejc Habjan2021-05-251-1/+6
* chore: fix import ordering using isortJohn L. Villalovos2021-05-251-6/+7
* feat: add feature to get inherited member for project/groupOleksii Shkurupii2021-05-071-1/+2
* Merge pull request #1420 from python-gitlab/fix/missing-list-attributesJohn Villalovos2021-05-061-1/+2
|\
| * fix(objects): allow lists for filters for in all objectsfix/missing-list-attributesNejc Habjan2021-04-271-1/+2
* | fix(objects): add missing group attributesNejc Habjan2021-05-011-0/+9
|/
* chore: fix F401 errors reported by flake8John L. Villalovos2021-04-181-19/+19
* Merge pull request #1366 from JohnVillalovos/jlvillal/create_attrsNejc Habjan2021-04-171-7/+6
|\
| * chore: have _create_attrs & _update_attrs be a namedtupleJohn L. Villalovos2021-04-171-7/+6
* | feat(objects): add support for group audit events APIfeat/all-audit-eventsNejc Habjan2021-03-071-0/+2
|/
* 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/+286