gitlab v3.5.0 Release Notes

Release Date: 2015-11-26 // over 8 years ago
    • ๐Ÿ‘ a4f2150 Add support for namespaces endpoint
    • 3ad81a1 Add missing "@" in doc. (@asedge)
    • โœ… fc34acb Add Gitlab::Client::Commits and rearrange methods and tests related to commits. (@asedge)
    • 527089b Add commit status API, was added in Gitlab 8.1 (@dsander)
    • 0a2f1db Add --json CLI parameter to output results as JSON
    • 3f9cb62 Adding sudo option for when forking a project (@gregoriomelo)
    • ๐Ÿ”ง 8dd964e Fix CLI configuration example comment line width to <= 80. (@asedge)
    • ๐Ÿ”ง bbb8b61 Add comment for CLI configuration example. (@asedge)
    • โšก๏ธ 30e96b9 Update README.md (@raine)
    • d81f05b Change #handle_error method so it handles errors that are returned as an Array. (@asedge)
    • 4c0395e Add Unprocessable error handler (@ondra-m)
    • 3179bed Add block/unblock user. This API feature was added in GitLab 7.13 (@azomazo)
    • โœ… 9946c7d Check for specific exceptions in tests to suppress rspec warnings. (@asedge)
    • ๐Ÿ‘ 5e1c025 Added support description option in create_group method (@azomazo)
    • 46b657e deleting a gitlab project returns the string "true" (@tosmi)
    • cc3b489 add development scripts (@NARKOZ)
    • 24ad7fd Added specs edit_project, create_fork, create_user_with_username (@p404)
    • โšก๏ธ 42e73a2 Added edit_project method to Projects module && updated the create_user method (@p404)
    • ๐Ÿ”จ c9822f1 Refactor create_user method (@p404)
    • 6d7c4e7 Added create_fork method to Projects module (@p404)
    • โœ… 54155b6 Add snippet_content method + tests. (@asedge)
    • ๐Ÿšš cfff385 Remove executable permission on fixture file. (@asedge)
    • 487a372 Add RepositoryFiles#get_file method. (@asedge)
    • c9c05ad Hide auth_token method from CLI/shell. (@asedge)
    • ๐Ÿšš ef408a7 Remove unnecessary require. (@asedge)
    • a2752d1 Add some missing examples. (@asedge)
    • ac595af Add group_search method. (@asedge)
    • 53a6671 Added Users#delete_user method (@cthulhu666)
    • ๐Ÿ›  a2360f0 Add httparty ENV variable for CLI. Fixes #127. (@asedge)