26 Feb, 2013
1 commit
21 Feb, 2013
2 commits
20 Feb, 2013
4 commits
-
API: creating last project before limit returns 404
-
API: fixes visibility of project hook
18 Feb, 2013
3 commits
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.
12 Feb, 2013
2 commits
-
API: Fixes return code when accessing non existent branch (#2922)
11 Feb, 2013
1 commit
08 Feb, 2013
1 commit
-
Accessing a repository branch that does not exist returns a 404 error instead of 200 now. Added a test.
01 Feb, 2013
2 commits
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
27 Jan, 2013
1 commit
18 Jan, 2013
1 commit
15 Jan, 2013
8 commits
-
Conflicts: app/assets/stylesheets/sections/notes.scss app/contexts/notes/load_context.rb app/models/project.rb app/observers/note_observer.rb app/roles/votes.rb app/views/commit/show.html.haml app/views/merge_requests/_show.html.haml app/views/merge_requests/diffs.js.haml app/views/merge_requests/show.js.haml app/views/notes/_note.html.haml features/steps/project/project_merge_requests.rb spec/models/note_spec.rb
09 Jan, 2013
2 commits
05 Jan, 2013
4 commits
04 Jan, 2013
1 commit