- Update all current methods to use the new pattern and create issues for them
- Title: Update
old_method
to use new pattern and add tests. - Body: This update will add a new method named
new_method
and will use the newGET/POST/DELETE
method. The currentold_method
method will be updated to usenew_method
and catch any exceptions.
- Title: Update
- Add integration tests to 100%
- Get 100% unittest coverage
- Add all new API endpoints
- Add testing for older versions of Gitlab will need integration test at 100% first
- Add string parameters not URL-encoded
- Look into Pagination removed in API
- Look into virtualenv permission denied
- Look into Can't seem to close an issue
- Look into moving projects between groups do not working
- Make a list of new API endpoints to add