20 Feb, 2013
3 commits
-
API: creating last project before limit returns 404
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.
08 Feb, 2013
1 commit
-
Accessing a repository branch that does not exist returns a 404 error instead of 200 now. Added a test.
31 Jan, 2013
1 commit
04 Jan, 2013
1 commit
02 Jan, 2013
1 commit
23 Dec, 2012
1 commit
20 Dec, 2012
1 commit
23 Nov, 2012
2 commits
13 Nov, 2012
1 commit
19 Oct, 2012
3 commits
12 Oct, 2012
2 commits
-
Fixed mistake with updating project hook
-
Also (I think) I found few mistakes with snippets requests.
08 Oct, 2012
1 commit
21 Sep, 2012
2 commits
12 Sep, 2012
3 commits
-
Project hooks API
-
specs DRY up
10 Sep, 2012
2 commits
08 Sep, 2012
5 commits
06 Sep, 2012
4 commits
05 Sep, 2012
1 commit
04 Sep, 2012
2 commits
03 Sep, 2012
1 commit