summaryrefslogtreecommitdiff
path: root/gitlab/v4/objects/events.py
Commit message (Expand)AuthorAgeFilesLines
* feat: display human-readable attribute in `repr()` if presentNejc Habjan2022-05-081-1/+1
* chore: ensure get() methods have correct type-hintsjlvillal/mypy_ensure_type_hintsJohn L. Villalovos2021-11-151-0/+54
* refactor: use new-style formatting for named placeholdersNejc Habjan2021-11-081-13/+9
* chore: fix import ordering using isortJohn L. Villalovos2021-05-251-1/+0
* Merge pull request #1397 from JohnVillalovos/jlvillal/flake8Max Wittig2021-04-231-1/+0
|\
| * chore: fix F401 errors reported by flake8John L. Villalovos2021-04-181-1/+0
* | chore: fix typo in mr eventsfeat/resource-state-eventsNejc Habjan2021-04-181-4/+2
* | feat(objects): add support for resource state events APINejc Habjan2021-04-181-0/+26
|/
* refactor(objects): move instance audit events where they belongNejc Habjan2021-03-071-12/+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/+22
* refactor(v4): split objects and managers per API resourceNejc Habjan2021-02-071-0/+98