OSDN Git Service

Merge pull request #2965 from yurifury/fix-blob-route
[wvm/gitlab.git] / CHANGELOG
index 3a91676..a692bbf 100644 (file)
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,3 +1,144 @@
+v 5.0.0
+  - Replaced gitolite with gitlab-shell
+
+v 4.2.0
+  - Teams
+  - User show page. Via /u/username
+  - Show help contents on pages for better navigation
+
+v 4.1.0
+  - Optional Sign-Up
+  - Discussions
+  - Satellites outside of tmp
+  - Line numbers for blame
+  - Project public mode
+  - Public area with unauthorized access
+  - Load dashboard events with ajax
+  - remember dashboard filter in cookies
+  - replace resque with sidekiq
+  - fix routing issues
+  - cleanup rake tasks
+  - fix backup/restore
+  - scss cleanup
+  - show preview for note images 
+  - improved network-graph
+  - get rid of app/roles/
+  - added new classes Team, Repository
+  - Reduce amount of gitolite calls
+  - Ability to add user in all group projects
+  - remove deprecated configs
+  - replaced Korolev font with open font
+  - restyled admin/dashboard page
+  - restyled admin/projects page
+
+v 4.0.0
+  - Remove project code and path from API. Use id instead
+  - Return valid clonable url to repo for web hook
+  - Fixed backup issue 
+  - Reorganized settings
+  - Fixed commits compare
+  - Refactored scss
+  - Improve status checks
+  - Validates presence of User#name
+  - Fixed postgres support
+  - Removed sqlite support
+  - Modified post-receive hook
+  - Milestones can be closed now
+  - Show comment events on dashboard
+  - Quick add team members via group#people page
+  - [API] expose created date for hooks and SSH keys
+  - [API] list, create issue notes
+  - [API] list, create snippet notes
+  - [API] list, create wall notes
+  - Remove project code - use path instead
+  - added username field to user
+  - rake task to fill usernames based on emails create namespaces for users
+  - STI Group < Namespace
+  - Project has namespace_id
+  - Projects with namespaces also namespaced in gitolite and stored in subdir
+  - Moving project to group will move it under group namespace
+  - Ability to move project from namespaces to another
+  - Fixes commit patches getting escaped (see #2036)
+  - Support diff and patch generation for commits and merge request
+  - MergeReqest doesn't generate a temporary file for the patch any more
+  - Update the UI to allow downloading Patch or Diff
+
+v 3.1.0
+  - Updated gems
+  - Services: Gitlab CI integration
+  - Events filter on dashboard
+  - Own namespace for redis/resque
+  - Optimized commit diff views
+  - add alphabetical order for projects admin page
+  - Improved web editor
+  - Commit stats page
+  - Documentation split and cleanup
+  - Link to commit authors everywhere
+  - Restyled milestones list
+  - added Milestone to Merge Request
+  - Restyled Top panel
+  - Refactored Satellite Code
+  - Added file line links
+  - moved from capybara-webkit to poltergeist + phantomjs
+
+v 3.0.3
+  - Fixed bug with issues list in Chrome
+  - New Feature: Import team from another project
+
+v 3.0.2
+  - Fixed gitlab:app:setup
+  - Fixed application error on empty project in admin area
+  - Restyled last push widget
+
+v 3.0.1
+  - Fixed git over http
+
+v 3.0.0
+  - Projects groups
+  - Web Editor
+  - Fixed bug with gitolite keys
+  - UI improved
+  - Increased perfomance of application
+  - Show user avatar in last commit when browsing Files
+  - Refactored Gitlab::Merge
+  - Use Font Awsome for icons
+  - Separate observing of Note and MergeRequestsa
+  - Milestone "All Issues" filter
+  - Fix issue close and reopen button text and styles
+  - Fix forward/back while browsing Tree hierarchy
+  - Show numer of notes for commits and merge requests
+  - Added support pg from box and update installation doc
+  - Reject ssh keys that break gitolite
+  - [API] list one project hook
+  - [API] edit project hook
+  - [API] list project snippets
+  - [API] allow to authorize using private token in HTTP header
+  - [API] add user creation
+
+v 2.9.1
+  - Fixed resque custom config init
+
+v 2.9.0
+  - fixed inline notes bugs
+  - refactored rspecs
+  - refactored gitolite backend
+  - added factory_girl
+  - restyled projects list on dashboard
+  - ssh keys validation to prevent gitolite crash
+  - send notifications if changed premission in project
+  - scss refactoring. gitlab_bootstrap/ dir
+  - fix git push http body bigger than 112k problem
+  - list of labels  page under issues tab
+  - API for milestones, keys
+  - restyled buttons
+  - OAuth
+  - Comment order changed
+
+v 2.8.1
+  - ability to disable gravatars
+  - improved MR diff logic
+  - ssh key help page
+
 v 2.8.0
   - Gitlab Flavored Markdown
   - Bulk issues update
@@ -89,7 +230,7 @@ v 2.1.0
 v 2.0.0
   - gitolite as main git host system
   - merge requests
-  - project/repo access 
+  - project/repo access
   - link to commit/issue feed
   - design tab
   - improved email notifications
@@ -123,7 +264,7 @@ v 1.1.0
   - bugfix & code cleaning
 
 v 1.0.2
-  - fixed bug with empty project 
+  - fixed bug with empty project
   - added adv validation for project path & code
   - feature: issues can be sortable
   - bugfix