gitlab v3.4.0 Release Notes

Release Date: 2015-04-22 // almost 9 years ago
    • ๐Ÿšš 9acb83d remove check for missing attributes
    • 8896e2b return false when response body is empty
    • a04f3af escape ref parameter for repo_file_contents
    • โœ… 8dcfec5 Add tests for project_search. (@asedge)
    • 75ead81 Added :page and :per_page query options to snippet_notes method (@StephenOTT)
    • f9818cb Added :page and :per_page query options to issue_notes method (@StephenOTT)
    • f92d745 Added :page and :per_page query options to notes method (@StephenOTT)
    • d4c3f20 Add support for merge_request_changes (@dsander)
    • 2253fba Allow authenticating via oauth with the private_token (@dsander)
    • 8b7bcb4 add inspect method to ObjectifiedHash
    • 257737c add delete_branch (@marc-ta)
    • ๐Ÿ“„ f6532d5 improve docs
    • 5164e6d Adding options hash to milestone_issues method.
    • ๐Ÿ‘ 57fa92d Added support to get milestone issues. (@pbendersky)
    • ๐Ÿ”€ d604e58 Add create_merge_request_note
    • cea19b8 Add project_search method (@ey3ball)
    • ๐Ÿ›  d0ebd3b Catch SIGINT earlier during shell session. Fixes #111. (@asedge)
    • 2133562 Redo the actions_table to make it more readable. CLI can now display the same help as the Shell. Closes #106. (@asedge)
    • ๐Ÿ“š da18909 Add some method documentation and small style fixes. (@asedge)
    • 7e1b408 Authenticate via oauth an auth_token (@dsander)
    • ๐Ÿ”€ adb28b3 Update create_merge_request doc to include :target_project_id parameter. Closes #108. (@asedge)
    • ๐Ÿ’Ž 525e913 add ruby-2.2 to travis-ci
    • 3671c89 Save shell history when user presses Ctrl-d (@asedge)
    • c8e5f50 Hide httparty & httparty= methods from Gitlab.actions - just like endpoint, private_token, etc. (@asedge)
    • ๐Ÿ‘ป 358deeb Fix a regression with exception handling in shell. (@asedge)
    • ๐Ÿšš 9612ce3 Added support for repository files create, edit and remove. (@razielgn)
    • 2203ad7 Fix headings in action_table. (@asedge)
    • b4dceb3 add CHANGELOG.md
    • ๐Ÿ”จ e2bd91c Small refactor of Gitlab::Help, Gitlab::Shell & Gitlab::CLI::Helpers. Add some new tests and refactor ones recently added. (@asedge)
    • ๐Ÿ”จ bffd84f Refactor Gitlab::Help. Add tests some. (@asedge)
    • โœ… 9bd4f7a Add test for Gitlab::Shell. (@asedge)
    • ๐Ÿ”จ bc14ec5 Refactor of Gitlab::Shell to hopefully make it more readable & testable. Wrote tests for some Gitlab::Shell & Gitlab::CLI::Helper methods. Other minor improvements and refactors. (@asedge)