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
2 commits
02 Jan, 2013
3 commits
23 Dec, 2012
1 commit
22 Dec, 2012
1 commit
21 Dec, 2012
1 commit
-
Fix and refactoring gfm_autocomplete
20 Dec, 2012
1 commit
19 Dec, 2012
1 commit
18 Dec, 2012
2 commits
-
Also added tests.