gitlab v3.0.0 Release Notes

Release Date: 2013-10-22 // over 10 years ago
    • da31730 handle response code 405
    • ๐Ÿšš 3c18ad0 remove ruby 1.8 patch
    • 3fca003 re-implement handling of sudo requests
    • 49c54a6 ability to paginate group members
    • โšก๏ธ 8ba8361 fix compatibility with API v3; update docs
    • 93e8b81 prettify error message
    • ๐Ÿš€ 1752997 Add methods to manage deployment keys (@sosedoff)
    • ๐Ÿšš 613dda8 Add group api, removed user_teams api
    • โšก๏ธ 8db4e88 Update error_message to print request uri on response failure
    • dd33a2f Adding a check_attributes method in order to verify that the correct parameters have been passed into create_merge_request and comment_merge_request. Updating tests. (@thomasbiddle)
    • ๐Ÿ”€ 6f4a170 Adding tests for missing merge request api calls. (@thomasbiddle)
    • โšก๏ธ af42bcb Adding support for creating, updating, and commenting on merge requests. (@thomasbiddle)
    • โšก๏ธ f7aac38 minor updates indicating support for creating public projects (@amacarthur)
    • 44a090d added apis for the admin of fork links (@amacarthur)
    • 32f1419 Added sudo functionality
    • b7f6c48 Made 409's throw exceptions
    • ๐Ÿ›  d1f581f Fixed an issue with access level var in add team project
    • 8a5d679 Add user_team api
    • b4444fc Adding user_teams api
    • ๐Ÿ“š 53d7a8a consistently refer to feature as "project for user" per documentation @ https://github.com/gitlabhq/gitlabhq/blob/master/doc/api/projects.md#create-project-for-user (@dylee)
    • ๐Ÿ‘ 13457a4 add support for POST /projects/user:user_id (@leesolutions)
    • โšก๏ธ 5e556fa update travis-ci config with ruby-2.0
    • 3b8513d Groups api additions
    • f2ba111 don't expose data in ObjectifiedHash
    • c6889eb add specs for notes
    • ๐Ÿ’Ž e562a7d bring support for ruby 1.8
    • 63c3592 Notes api for wall, issues, and snippets notes. List, read and create. (@jozefvaclavik)