2 Commits

Author SHA1 Message Date
Justin Dalrymple
5dedd5a8ea Fixing up the imports and exports 2017-12-17 15:26:52 -05:00
Justin Dalrymple
6d987eee1c More extension updates
- Removed unused labels endpoint since it already exists under projects.labels 
- Added a mergeRequests class for the merge_requests endpoints 
- Extended the ProjectMergeRequests class for additional functionality that was missing for project merge requests such as  
accepting merge requests, cancelling merges when the pipeline succeeds, listing issues that will close on merge, subscribing/unsubscribing to merges, creating todos, time spent and time estimates as well as time stats. 
- Fixed the notes endpoints for ProjectMergeRequests. This can now be access via projects.mergeRequests.notes.[command here] 
- Added comments endpoints to the ProjectRepositoryCommits class 
- Added the ability to post a status to a specific commit to the Project class
2017-11-30 19:03:16 -05:00