20 Feb, 2013
2 commits
19 Feb, 2013
1 commit
09 Feb, 2013
1 commit
- 
Instead of using funtion `error!` the function `not_found!` is used to return 404 error. Adjusted documentation accordingly. 
01 Feb, 2013
1 commit
31 Jan, 2013
5 commits
- 
Added methods to protect and unprotect branches in from the API 
- 
… bladealslayer-extend_user_api Conflicts: spec/requests/api/users_spec.rb 
28 Jan, 2013
1 commit
- 
The API version is currently not equal to the gitlab major version number. Gitlab 4.1 still uses API version 3. Point to the lib/api.rb file instead which contains the autoritative information. 
22 Dec, 2012
1 commit
21 Dec, 2012
3 commits
20 Dec, 2012
1 commit
18 Dec, 2012
1 commit
- 
Also added tests. 
15 Dec, 2012
1 commit
- 
Removed delete section in issues API documentation 
14 Dec, 2012
1 commit
12 Dec, 2012
2 commits
- 
The 2 reasons are : - creation of user fail if name is empty : in after_save, it tries to create a namespace with namespace.name = user.name and namespece validates presence Namespace#name - in the web app links to team members are broken with empty User#name because they are of the form <a href'...'> user.name </a> 
01 Dec, 2012
2 commits
29 Nov, 2012
3 commits
07 Nov, 2012
1 commit
- 
API fixes 
25 Oct, 2012
1 commit
22 Oct, 2012
1 commit
19 Oct, 2012
1 commit
12 Oct, 2012
1 commit
- 
Added documentation for getting project hook and editing project hook. 
08 Oct, 2012
1 commit
02 Oct, 2012
3 commits
21 Sep, 2012
5 commits
- 
API for project team members