gitlab v3.1.0 Release Notes

Release Date: 2014-05-22 // almost 10 years ago
    • 16834bb add info command to CLI
    • 68aebb7 ability to delete a project
    • ac54e55 set command arguments when no filters
    • ๐Ÿ“„ 23be13e fix docs
    • ๐Ÿ’Ž 1b298dc fix ruby 1.9 compatibility
    • af92ff5 add confirmation for destructive commands
    • ๐Ÿšš b1602d2 move methods related to CLI output to a separate module
    • 4183a52 improve help message
    • 0bba284 add specs for CLI
    • 5ec08bc ability to filter CLI output
    • ba86169 add table output for multiple records
    • 9cc540c initial wrap-up of CLI
    • bee9745 include modules alphabetically
    • 4963f16 add special method that lists available actions for client
    • ๐Ÿ‘ fe50c24 support environment variables
    • โš  7a5d40c eliminate ruby warning
    • b7fc447 convert specs to new RSpec 2.14 syntax
    • 471a643 pass private token using HTTP headers
    • bbf6521 fix users session spec
    • โœ… 672a8d5 test Request class
    • 3bf0363 set private_token param separately for each request
    • 90760cd Single commit and diff of a commit (@nanofi)
    • 9b696d4 pluralize module name: SystemHook -> SystemHooks
    • โš  3b2cda9 get rid of ruby argument prefix warning
    • 0d6ca05 System Hook API (@nanofi)
    • ๐Ÿšš 29e31e0 Create branches.rb. Move branch related actions there. Add new methods for (un)protecting branches and creating new branches - which requires Gitlab 6.8-stable or newer. Added tests for new methods and fixed old tests looking for methods in old locations. (@asedge)
    • ๐Ÿš€ 7f91a9a Fixed: create project deploy key (@semenyukdmitriy)
    • b347574 Project hooks: set events to trigger on (@semenyukdmitriy)
    • af49245 Add merge_request_comments to get a MR's comments
    • ๐Ÿ”€ 2b9e659 Doc & test that update_merge_request can set state
    • 45b0b9f add 'to_hash' method for ObjectifiedHash
    • โœ… ce5294f test against MRI 2.1.0
    • 35aadef scope for projects api (@voanhduy1512)
    • 7152c85 Add edit_user method (@robertomiranda)