Commit d47e40929d7892e7469a11016f927412ed283791
1 parent
5501955d
Exists in
master
and in
4 other branches
add API changelog
Showing
1 changed file
with
7 additions
and
3 deletions
Show diff stats
CHANGELOG
1 | +master | ||
2 | + - [API] allow to authorize using private token in HTTP header | ||
3 | + - [API] add user creation | ||
4 | + | ||
1 | v 2.9.1 | 5 | v 2.9.1 |
2 | - Fixed resque custom config init | 6 | - Fixed resque custom config init |
3 | 7 | ||
@@ -9,7 +13,7 @@ v 2.9.0 | @@ -9,7 +13,7 @@ v 2.9.0 | ||
9 | - restyled projects list on dashboard | 13 | - restyled projects list on dashboard |
10 | - ssh keys validation to prevent gitolite crash | 14 | - ssh keys validation to prevent gitolite crash |
11 | - send notifications if changed premission in project | 15 | - send notifications if changed premission in project |
12 | - - scss refactoring. gitlab_bootstrap/ dir | 16 | + - scss refactoring. gitlab_bootstrap/ dir |
13 | - fix git push http body bigger than 112k problem | 17 | - fix git push http body bigger than 112k problem |
14 | - list of labels page under issues tab | 18 | - list of labels page under issues tab |
15 | - API for milestones, keys | 19 | - API for milestones, keys |
@@ -113,7 +117,7 @@ v 2.1.0 | @@ -113,7 +117,7 @@ v 2.1.0 | ||
113 | v 2.0.0 | 117 | v 2.0.0 |
114 | - gitolite as main git host system | 118 | - gitolite as main git host system |
115 | - merge requests | 119 | - merge requests |
116 | - - project/repo access | 120 | + - project/repo access |
117 | - link to commit/issue feed | 121 | - link to commit/issue feed |
118 | - design tab | 122 | - design tab |
119 | - improved email notifications | 123 | - improved email notifications |
@@ -147,7 +151,7 @@ v 1.1.0 | @@ -147,7 +151,7 @@ v 1.1.0 | ||
147 | - bugfix & code cleaning | 151 | - bugfix & code cleaning |
148 | 152 | ||
149 | v 1.0.2 | 153 | v 1.0.2 |
150 | - - fixed bug with empty project | 154 | + - fixed bug with empty project |
151 | - added adv validation for project path & code | 155 | - added adv validation for project path & code |
152 | - feature: issues can be sortable | 156 | - feature: issues can be sortable |
153 | - bugfix | 157 | - bugfix |