diff options
Diffstat (limited to 'CHANGELOG')
-rw-r--r-- | CHANGELOG | 219 |
1 files changed, 203 insertions, 16 deletions
diff --git a/CHANGELOG b/CHANGELOG index a692bbfa8f2..3db03f76ed7 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,10 +1,197 @@ +v 6.2.0 + - Public projects are visible from the outside + +v 6.1.0 + - Project specific IDs for issues, mr, milestones + Above items will get a new id and for example all bookmarked issue urls will change. + Old issue urls are redirected to the new one if the issue id is too high for an internal id. + - Description field added to Merge Request + - API: Sudo api calls (Izaak Alpert) + - API: Group membership api (Izaak Alpert) + - Improved commit diff + - Improved large commit handling (Boyan Tabakov) + - Rewrite: Init script now less prone to errors and keeps better track of the service (Rovanion Luckey) + - Link issues, merge requests, and commits when they reference each other with GFM (Ash Wilson) + - Close issues automatically when pushing commits with a special message + - Improve user removal from admin area + - Invalidate events cache when project was moved + - Remove deprecated classes and rake tasks + - Add event filter for group and project show pages + - Add links to create branch/tag from project home page + - Add public-project? checkbox to new-project view + - Improved compare page. Added link to proceed into Merge Request + - Send email to user when he was added to group + - New landing page when you have 0 projects + +v 6.0.0 + - Feature: Replace teams with group membership + We introduce group membership in 6.0 as a replacement for teams. + The old combination of groups and teams was confusing for a lot of people. + And when the members of a team where changed this wasn't reflected in the project permissions. + In GitLab 6.0 you will be able to add members to a group with a permission level for each member. + These group members will have access to the projects in that group. + Any changes to group members will immediately be reflected in the project permissions. + You can even have multiple owners for a group, greatly simplifying administration. + - Feature: Ability to have multiple owners for group + - Feature: Merge Requests between fork and project (Izaak Alpert) + - Feature: Generate fingerprint for ssh keys + - Feature: Ability to create and remove branches with UI + - Feature: Ability to create and remove git tags with UI + - Feature: Groups page in profile. You can leave group there + - API: Allow login with LDAP credentials + - Redesign: project settings navigation + - Redesign: snippets area + - Redesign: ssh keys page + - Redesign: buttons, blocks and other ui elements + - Add comment title to rss feed + - You can use arrows to navigate at tree view + - Add project filter on dashboard + - Cache project graph + - Drop support of root namespaces + - Default theme is classic now + - Cache result of methods like authorize_projects, project.team.members etc + - Remove $.ready events + - Fix onclick events being double binded + - Add notification level to group membership + - Move all project controllers/views under Projects:: module + - Move all profile controllers/views under Profiles:: module + - Apply user project limit only for personal projects + - Unicorn is default web server again + - Store satellites lock files inside satellites dir + - Disabled threadsafety mode in rails + - Fixed bug with loosing MR comments + - Improved MR comments logic + - Render readme file for projects in public area + +v 5.4.0 + - Ability to edit own comments + - Documentation improvements + - Improve dashboard projects page + - Fixed nav for empty repos + - GitLab Markdown help page + - Misspelling fixes + - Added support of unicorn and fog gems + - Added client list to API doc + - Fix PostgreSQL database restoration problem + - Increase snippet content column size + - allow project import via git:// url + - Show participants on issues, including mentions + - Notify mentioned users with email + +v 5.3.0 + - Refactored services + - Campfire service added + - HipChat service added + - Fixed bug with LDAP + git over http + - Fixed bug with google analytics code being ignored + - Improve sign-in page if ldap enabled + - Respect newlines in wall messages + - Generate the Rails secret token on first run + - Rename repo feature + - Init.d: remove gitlab.socket on service start + - Api: added teams api + - Api: Prevent blob content being escaped + - Api: Smart deploy key add behaviour + - Api: projects/owned.json return user owned project + - Fix bug with team assignation on project from #4109 + - Advanced snippets: public/private, project/personal (Andrew Kulakov) + - Repository Graphs (Karlo Nicholas T. Soriano) + - Fix dashboard lost if comment on commit + - Update gitlab-grack. Fixes issue with --depth option + - Fix project events duplicate on project page + - Fix postgres error when displaying network graph. + - Fix dashboard event filter when navigate via turbolinks + - init.d: Ensure socket is removed before starting service + - Admin area: Style teams:index, group:show pages + - Own page for failed forking + - Scrum view for milestone + +v 5.2.0 + - Turbolinks + - Git over http with ldap credentials + - Diff with better colors and some spacing on the corners + - Default values for project features + - Fixed huge_commit view + - Restyle project clone panel + - Move Gitlab::Git code to gitlab_git gem + - Move update docs in repo + - Requires gitlab-shell v1.4.0 + - Fixed submodules listing under file tab + - Fork feature (Angus MacArthur) + - git version check in gitlab:check + - Shared deploy keys feature + - Ability to generate default labels set for issues + - Improve gfm autocomplete (Harold Luo) + - Added support for Google Analytics + - Code search feature (Javier Castro) + +v 5.1.0 + - You can login with email or username now + - Corrected project transfer rollback when repository cannot be moved + - Move both repo and wiki when project transfer requested + - Admin area: project editing was removed from admin namespace + - Access: admin user has now access to any project. + - Notification settings + - Gitlab::Git set of objects to abstract from grit library + - Replace Unicorn web server with Puma + - Backup/Restore refactored. Backup dump project wiki too now + - Restyled Issues list. Show milestone version in issue row + - Restyled Merge Request list + - Backup now dump/restore uploads + - Improved performance of dashboard (Andrew Kumanyaev) + - File history now tracks renames (Akzhan Abdulin) + - Drop wiki migration tools + - Drop sqlite migration tools + - project tagging + - Paginate users in API + - Restyled network graph (Hiroyuki Sato) + +v 5.0.1 + - Fixed issue with gitlab-grit being overridden by grit + 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 + - Wiki on git using Gollum + - Added Solarized Dark theme for code review + - Don't show user emails in autocomplete lists, profile pages + - Added settings tab for group, team, project + - Replace user popup with icons in header + - Handle project moving with gitlab-shell + - Added select2-rails for selectboxes with ajax data load + - Fixed search field on projects page + - Added teams to search autocomplete + - Move groups and teams on dashboard sidebar to sub-tabs + - API: improved return codes and docs. (Felix Gilcher, Sebastian Ziebell) + - Redesign wall to be more like chat + - Snippets, Wall features are disabled by default for new projects 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 @@ -20,7 +207,7 @@ v 4.1.0 - cleanup rake tasks - fix backup/restore - scss cleanup - - show preview for note images + - show preview for note images - improved network-graph - get rid of app/roles/ - added new classes Team, Repository @@ -33,8 +220,8 @@ v 4.1.0 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 + - Return valid cloneable url to repo for web hook + - Fixed backup issue - Reorganized settings - Fixed commits compare - Refactored scss @@ -98,15 +285,15 @@ v 3.0.0 - Web Editor - Fixed bug with gitolite keys - UI improved - - Increased perfomance of application + - Increased performance 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 + - Use Font Awesome for icons + - Separate observing of Note and MergeRequests - 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 + - Show number 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 @@ -125,7 +312,7 @@ v 2.9.0 - added factory_girl - restyled projects list on dashboard - ssh keys validation to prevent gitolite crash - - send notifications if changed premission in project + - send notifications if changed permission in project - scss refactoring. gitlab_bootstrap/ dir - fix git push http body bigger than 112k problem - list of labels page under issues tab @@ -159,7 +346,7 @@ v 2.7.0 - System hooks - UI improved - Dashboard events endless scroll - - Source perfomance increased + - Source performance increased v 2.6.0 - UI polished @@ -167,7 +354,7 @@ v 2.6.0 - Handle huge commits - Last Push widget - Bugfix - - Better perfomance + - Better performance - Email in resque - Increased test coverage - Ability to remove branch with MR accept @@ -188,7 +375,7 @@ v 2.4.0 - Bootstrap 2.0 - Responsive layout - Big commits handling - - Perfomance improved + - Performance improved - Milestones v 2.3.1 @@ -268,11 +455,11 @@ v 1.0.2 - added adv validation for project path & code - feature: issues can be sortable - bugfix - - username dispalyed on top panel + - username displayed on top panel v 1.0.1 - fixed: with invalid source code for commit - - fixed: lose branch/tag selection when use tree navigateion + - fixed: lose branch/tag selection when use tree navigation - when history clicked - display path - bug fix & code cleaning @@ -289,11 +476,11 @@ v 0.9.4 - authorization improved - html escaping - bug fix - - increassed test coverage + - increased test coverage - design improvements v 0.9.1 - - increassed test coverage + - increased test coverage - design improvements - new issue email notification - updated app name @@ -301,7 +488,7 @@ v 0.9.1 - issue can be edit v 0.8.0 - - sytax highlight for main file types + - syntax highlight for main file types - redesign - stability - security fixes |