OSDN Git Service

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