Commit 292dffc2286afbb2bcd16331a0be764140e97132

Authored by Dmitriy Zaporozhets
1 parent 99b6750e

Add new entries to CHANGELOG

Showing 1 changed file with 23 additions and 0 deletions   Show diff stats
CHANGELOG
1 1 v 5.0.0
2 2 - Replaced gitolite with gitlab-shell
  3 + - Removed gitolite-related libraries
  4 + - State machine added
  5 + - Setup gitlab as git user
  6 + - Internal API
  7 + - Show team tab for empty projects
  8 + - Import repository feature
  9 + - Updated rails
  10 + - Use lambda for scopes
  11 + - Redesign admin area -> users
  12 + - Redesign admin area -> user
  13 + - Secure link to file attachments
  14 + - Add validations for Group and Team names
  15 + - Restyle team page for project
  16 + - Update capybara, rspec-rails, poltergeist to recent versions
3 17  
4 18 v 4.2.0
5 19 - Teams
6 20 - User show page. Via /u/username
7 21 - Show help contents on pages for better navigation
  22 + - Async gitolite calls
  23 + - added satellites logs
  24 + - can_create_group, can_create_team booleans for User
  25 + - Process web hooks async
  26 + - GFM: Fix images escaped inside links
  27 + - Network graph improved
  28 + - Switchable branches for network graph
  29 + - API: Groups
  30 + - Fixed project download
8 31  
9 32 v 4.1.0
10 33 - Optional Sign-Up
... ...