summaryrefslogtreecommitdiff
path: root/gitlab/v3/objects.py
Commit message (Collapse)AuthorAgeFilesLines
* Reorganise the code to handle v3 and v4 objectsGauvain Pocentek2017-05-231-0/+2351
Having objects managing both versions will only make the code more complicated, with lots of tests everywhere. This solution might generate some code duplication, but it should be maintainable.