OSDN Git Service

rename scope to prevent name collision
[wvm/gitlab.git] / CHANGELOG
1 v 5.0.0
2   - Replaced gitolite with gitlab-shell
3
4 v 4.2.0
5   - Teams
6   - User show page. Via /u/username
7   - Show help contents on pages for better navigation
8
9 v 4.1.0
10   - Optional Sign-Up
11   - Discussions
12   - Satellites outside of tmp
13   - Line numbers for blame
14   - Project public mode
15   - Public area with unauthorized access
16   - Load dashboard events with ajax
17   - remember dashboard filter in cookies
18   - replace resque with sidekiq
19   - fix routing issues
20   - cleanup rake tasks
21   - fix backup/restore
22   - scss cleanup
23   - show preview for note images 
24   - improved network-graph
25   - get rid of app/roles/
26   - added new classes Team, Repository
27   - Reduce amount of gitolite calls
28   - Ability to add user in all group projects
29   - remove deprecated configs
30   - replaced Korolev font with open font
31   - restyled admin/dashboard page
32   - restyled admin/projects page
33
34 v 4.0.0
35   - Remove project code and path from API. Use id instead
36   - Return valid clonable url to repo for web hook
37   - Fixed backup issue 
38   - Reorganized settings
39   - Fixed commits compare
40   - Refactored scss
41   - Improve status checks
42   - Validates presence of User#name
43   - Fixed postgres support
44   - Removed sqlite support
45   - Modified post-receive hook
46   - Milestones can be closed now
47   - Show comment events on dashboard
48   - Quick add team members via group#people page
49   - [API] expose created date for hooks and SSH keys
50   - [API] list, create issue notes
51   - [API] list, create snippet notes
52   - [API] list, create wall notes
53   - Remove project code - use path instead
54   - added username field to user
55   - rake task to fill usernames based on emails create namespaces for users
56   - STI Group < Namespace
57   - Project has namespace_id
58   - Projects with namespaces also namespaced in gitolite and stored in subdir
59   - Moving project to group will move it under group namespace
60   - Ability to move project from namespaces to another
61   - Fixes commit patches getting escaped (see #2036)
62   - Support diff and patch generation for commits and merge request
63   - MergeReqest doesn't generate a temporary file for the patch any more
64   - Update the UI to allow downloading Patch or Diff
65
66 v 3.1.0
67   - Updated gems
68   - Services: Gitlab CI integration
69   - Events filter on dashboard
70   - Own namespace for redis/resque
71   - Optimized commit diff views
72   - add alphabetical order for projects admin page
73   - Improved web editor
74   - Commit stats page
75   - Documentation split and cleanup
76   - Link to commit authors everywhere
77   - Restyled milestones list
78   - added Milestone to Merge Request
79   - Restyled Top panel
80   - Refactored Satellite Code
81   - Added file line links
82   - moved from capybara-webkit to poltergeist + phantomjs
83
84 v 3.0.3
85   - Fixed bug with issues list in Chrome
86   - New Feature: Import team from another project
87
88 v 3.0.2
89   - Fixed gitlab:app:setup
90   - Fixed application error on empty project in admin area
91   - Restyled last push widget
92
93 v 3.0.1
94   - Fixed git over http
95
96 v 3.0.0
97   - Projects groups
98   - Web Editor
99   - Fixed bug with gitolite keys
100   - UI improved
101   - Increased perfomance of application
102   - Show user avatar in last commit when browsing Files
103   - Refactored Gitlab::Merge
104   - Use Font Awsome for icons
105   - Separate observing of Note and MergeRequestsa
106   - Milestone "All Issues" filter
107   - Fix issue close and reopen button text and styles
108   - Fix forward/back while browsing Tree hierarchy
109   - Show numer of notes for commits and merge requests
110   - Added support pg from box and update installation doc
111   - Reject ssh keys that break gitolite
112   - [API] list one project hook
113   - [API] edit project hook
114   - [API] list project snippets
115   - [API] allow to authorize using private token in HTTP header
116   - [API] add user creation
117
118 v 2.9.1
119   - Fixed resque custom config init
120
121 v 2.9.0
122   - fixed inline notes bugs
123   - refactored rspecs
124   - refactored gitolite backend
125   - added factory_girl
126   - restyled projects list on dashboard
127   - ssh keys validation to prevent gitolite crash
128   - send notifications if changed premission in project
129   - scss refactoring. gitlab_bootstrap/ dir
130   - fix git push http body bigger than 112k problem
131   - list of labels  page under issues tab
132   - API for milestones, keys
133   - restyled buttons
134   - OAuth
135   - Comment order changed
136
137 v 2.8.1
138   - ability to disable gravatars
139   - improved MR diff logic
140   - ssh key help page
141
142 v 2.8.0
143   - Gitlab Flavored Markdown
144   - Bulk issues update
145   - Issues API
146   - Cucumber coverage increased
147   - Post-receive files fixed
148   - UI improved
149   - Application cleanup
150   - more cucumber
151   - capybara-webkit + headless
152
153 v 2.7.0
154   - Issue Labels
155   - Inline diff
156   - Git HTTP
157   - API
158   - UI improved
159   - System hooks
160   - UI improved
161   - Dashboard events endless scroll
162   - Source perfomance increased
163
164 v 2.6.0
165   - UI polished
166   - Improved network graph + keyboard nav
167   - Handle huge commits
168   - Last Push widget
169   - Bugfix
170   - Better perfomance
171   - Email in resque
172   - Increased test coverage
173   - Ability to remove branch with MR accept
174   - a lot of code refactored
175
176 v 2.5.0
177   - UI polished
178   - Git blame for file
179   - Bugfix
180   - Email in resque
181   - Better test coverage
182
183 v 2.4.0
184   - Admin area stats page
185   - Ability to block user
186   - Simplified dashboard area
187   - Improved admin area
188   - Bootstrap 2.0
189   - Responsive layout
190   - Big commits handling
191   - Perfomance improved
192   - Milestones
193
194 v 2.3.1
195   - Issues pagination
196   - ssl fixes
197   - Merge Request pagination
198
199 v 2.3.0
200   - Dashboard r1
201   - Search r1
202   - Project page
203   - Close merge request on push
204   - Persist MR diff after merge
205   - mysql support
206   - Documentation
207
208 v 2.2.0
209   - We’ve added support of LDAP auth
210   - Improved permission logic (4 roles system)
211   - Protected branches (now only masters can push to protected branches)
212   - Usability improved
213   - twitter bootstrap integrated
214   - compare view between commits
215   - wiki feature
216   - now you can enable/disable issues, wiki, wall features per project
217   - security fixes
218   - improved code browsing (ajax branch switch etc)
219   - improved per-line commenting
220   - git submodules displayed
221   - moved to rails 3.2
222   - help section improved
223
224 v 2.1.0
225   - Project tab r1
226   - List branches/tags
227   - per line comments
228   - mass user import
229
230 v 2.0.0
231   - gitolite as main git host system
232   - merge requests
233   - project/repo access
234   - link to commit/issue feed
235   - design tab
236   - improved email notifications
237   - restyled dashboard
238   - bugfix
239
240 v 1.2.2
241   - common config file gitlab.yml
242   - issues restyle
243   - snippets restyle
244   - clickable news feed header on dashboard
245   - bugfix
246
247 v 1.2.1
248   - bugfix
249
250 v 1.2.0
251   - new design
252   - user dashboard
253   - network graph
254   - markdown support for comments
255   - encoding issues
256   - wall like twitter timeline
257
258 v 1.1.0
259   - project dashboard
260   - wall redesigned
261   - feature: code snippets
262   - fixed horizontal scroll on file preview
263   - fixed app crash if commit message has invalid chars
264   - bugfix & code cleaning
265
266 v 1.0.2
267   - fixed bug with empty project
268   - added adv validation for project path & code
269   - feature: issues can be sortable
270   - bugfix
271   - username dispalyed on top panel
272
273 v 1.0.1
274   - fixed: with invalid source code for commit
275   - fixed: lose branch/tag selection when use tree navigateion
276   - when history clicked - display path
277   - bug fix & code cleaning
278
279 v 1.0.0
280   - bug fix
281   - projects preview mode
282
283 v 0.9.6
284   - css fix
285   - new repo empty tree until restart server - fixed
286
287 v 0.9.4
288   - security improved
289   - authorization improved
290   - html escaping
291   - bug fix
292   - increassed test coverage
293   - design improvements
294
295 v 0.9.1
296   - increassed test coverage
297   - design improvements
298   - new issue email notification
299   - updated app name
300   - issue redesigned
301   - issue can be edit
302
303 v 0.8.0
304   - sytax highlight for main file types
305   - redesign
306   - stability
307   - security fixes
308   - increased test coverage
309   - email notification