Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2013-02-21 19:01:02 +0400
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2013-02-21 19:01:02 +0400
commit292dffc2286afbb2bcd16331a0be764140e97132 (patch)
tree64331fa583dbde497e54dae899b841882005519b /CHANGELOG
parent99b6750e1586d7d5195a064e9b5226db7c64d276 (diff)
Add new entries to CHANGELOG
Diffstat (limited to 'CHANGELOG')
-rw-r--r--CHANGELOG23
1 files changed, 23 insertions, 0 deletions
diff --git a/CHANGELOG b/CHANGELOG
index a692bbfa8f2..cd0cdcf7c75 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,10 +1,33 @@
v 5.0.0
- Replaced gitolite with gitlab-shell
+ - Removed gitolite-related libraries
+ - State machine added
+ - Setup gitlab as git user
+ - Internal API
+ - Show team tab for empty projects
+ - Import repository feature
+ - Updated rails
+ - Use lambda for scopes
+ - Redesign admin area -> users
+ - Redesign admin area -> user
+ - Secure link to file attachments
+ - Add validations for Group and Team names
+ - Restyle team page for project
+ - Update capybara, rspec-rails, poltergeist to recent versions
v 4.2.0
- Teams
- User show page. Via /u/username
- Show help contents on pages for better navigation
+ - Async gitolite calls
+ - added satellites logs
+ - can_create_group, can_create_team booleans for User
+ - Process web hooks async
+ - GFM: Fix images escaped inside links
+ - Network graph improved
+ - Switchable branches for network graph
+ - API: Groups
+ - Fixed project download
v 4.1.0
- Optional Sign-Up