gitlab v3.3.0 Release Notes

Release Date: 2014-12-22 // over 9 years ago
    • ๐Ÿ“„ 42b4bc7 fix docs and specs
    • โšก๏ธ 04e39e0 ability to update hook triggers
    • ๐Ÿšš 6c66fe9 remove useless check for available hook events
    • ๐Ÿ”€ c4b981d add accept_merge_request method
    • ๐Ÿ›  51611fe Use endpoint instance var instead of base_uri class method. Fixes #94. (@asedge)
    • โœ… 1ec8b38 test multiple clients
    • 44d013a Capture CTRL-C in Shell (@chrisdambrosio)
    • 3cba3b2 Adding respond_to override to the ObjectifiedHash class so it properly responds to respond_to? calls (@koglinjg)
    • ce20c47 limit history file size - closes #93 (@chrisdambrosio)
    • 1cf656f Save/load shell mode history - closes #79 (@chrisdambrosio)
    • ๐Ÿ‘ 727780b HTTP proxy support - closes #52 (@chrisdambrosio)
    • e4ceb18 implement .file_contents (@chrisdambrosio)
    • 0d0e7e0 Now must use YAML valid syntax in CLI or CLI Shell where Gitlab methods expect Hashes (usually in the form of options). (@asedge)
    • a7d0e0a add CONTRIBUTING.md
    • ๐Ÿ“„ 1f4ef8e improve docs
    • 3a8d339 Repository tree root level files (@semenyukdmitriy)
    • ๐Ÿ‘ ddab89e Adds support for comments on commits (@jeroenj)
    • a7c18f1 Add labels api for list, create, edit and delete. (@artworx)
    • d9940d5 Support pagination in Gitlab.merge_request_comments (@cubiware)
    • โšก๏ธ 13a550c Update tests for create_tags method so it more closely matches what will happen in Gitlab 7.5.0. (@asedge)
    • 6d8a98f Add repo compare API (@zlx)
    • โšก๏ธ 76e29e6 Add support for annotated tag creation. Update tests for create_tag. (@asedge)
    • ๐Ÿ”ง 40295b8 introduce HTTParty-configuration, fix #61 (@barraq)
    • ๐Ÿ“œ 916e8a7 Improved arg parsing for gitlab readline shell. Other small fixes/improvements on regexes. (@asedge)
    • 382fe71 Add missing documentation: :group_id, :namespace_id (@arioch)
    • c9f9662 add exit command to shell