27 Feb, 2013
1 commit
26 Feb, 2013
4 commits
-
…ndev-state-machine-stage-2 Conflicts: app/models/merge_request.rb
25 Feb, 2013
3 commits
-
System hooks code & logic refactoring
21 Feb, 2013
9 commits
20 Feb, 2013
6 commits
-
API: creating last project before limit returns 404
-
API: fixes visibility of project hook
19 Feb, 2013
1 commit
-
Conflicts: app/models/issue.rb app/models/merge_request.rb
18 Feb, 2013
9 commits
17 Feb, 2013
1 commit
16 Feb, 2013
1 commit
-
When a user is not authorized to see the list of hooks for a project, he is still able to access the hooks separately. For example if access to `GET /projects/:id/hooks` fails and returns a `403 Unauthorized` error it is still possible to access a hook directly via `GET /projects/:id/hooks/:hook_id`. Fixes access, also added tests to check access and status codes of hooks.
14 Feb, 2013
1 commit
-
When reaching the project limit the API returns an error code 404 on the last possible project. The project itself is created and is available in the database (seems valid). A similar behavior can be observed when reaching the project limit via web client, but in this case the user is notified that the maximum number of projects is reached. The project itself is still created and can be accessed. Tests are added to check the behavior when reaching the project limit or one tries to exceed it via the API.
13 Feb, 2013
1 commit
12 Feb, 2013
3 commits
-
API: Fixes return code when accessing non existent branch (#2922)
-
Gitlab incorrectly routes blobs to the compare controller depending on filename.