summaryrefslogtreecommitdiff
path: root/gitlab/v4/objects/projects.py
Commit message (Expand)AuthorAgeFilesLines
* feat: add support for `projects.groups.list()`jlvillal/project_groupsJohn L. Villalovos2021-11-261-0/+19
* refactor: use new-style formatting for named placeholdersNejc Habjan2021-11-081-3/+3
* refactor: use f-strings for string formattingNejc Habjan2021-11-051-33/+28
* feat(api): add merge trainsJacob Henner2021-10-201-0/+2
* docs: fix a few typosTim Gates2021-09-191-1/+1
* refactor(objects): remove deprecated project.issuesstatisticsNejc Habjan2021-09-081-1/+0
* chore: convert to using type-annotations for managersJohn L. Villalovos2021-09-081-56/+1
* chore: improve type-hinting for managersJohn L. Villalovos2021-09-071-11/+65
* docs: make Gitlab class usable for intersphinxNejc Habjan2021-06-141-12/+18
* chore: add type-hints to gitlab/v4/objects/projects.pyJohn L. Villalovos2021-06-121-49/+114
* chore: sync create and update attributes for ProjectsJohn L. Villalovos2021-06-031-81/+99
* feat(objects): add support for generic packages APINejc Habjan2021-05-311-1/+2
* chore: apply suggestionsNejc Habjan2021-05-301-1/+2
* chore: fix import ordering using isortJohn L. Villalovos2021-05-251-6/+6
* feat: add feature to get inherited member for project/groupOleksii Shkurupii2021-05-071-1/+2
* 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-41/+44
* Merge pull request #1366 from JohnVillalovos/jlvillal/create_attrsNejc Habjan2021-04-171-10/+10
|\
| * chore: have _create_attrs & _update_attrs be a namedtupleJohn L. Villalovos2021-04-171-10/+10
* | feat(objects): add support for group audit events APIfeat/all-audit-eventsNejc Habjan2021-03-071-2/+2
|/
* chore(api): move repository endpoints into separate modulechore/split-repository-methodsNejc Habjan2021-02-281-197/+2
* Merge pull request #1319 from JohnVillalovos/jlvillal/import_starNejc Habjan2021-02-251-2/+10
|\
| * chore: remove usage of 'from ... import *'John L. Villalovos2021-02-231-2/+10
* | feat(projects): add project access token apiMax Wittig2021-02-241-0/+2
|/
* fix: undefined name errorsJohn L. Villalovos2021-02-231-3/+7
* chore(objects): make Project refreshableNejc Habjan2021-02-211-1/+1
* feat(objects): add Release Links API supportNejc Habjan2021-02-211-1/+2
* feat: add project audit endpointClayton Walker2021-02-191-0/+2
* refactor(api): explicitly export classes for star importsrefactor/split-objectsNejc Habjan2021-02-071-2/+13
* refactor(v4): split objects and managers per API resourceNejc Habjan2021-02-071-0/+1120