09 May, 2013
2 commits
07 May, 2013
1 commit
06 May, 2013
1 commit
02 May, 2013
1 commit
-
updated fork feature to use gitlab-shell for v5 of gitlab
16 Apr, 2013
1 commit
15 Apr, 2013
1 commit
10 Apr, 2013
1 commit
09 Apr, 2013
1 commit
-
…q into Undev-feature/refactoring_scopes_pr Conflicts: db/schema.rb
04 Apr, 2013
1 commit
03 Apr, 2013
3 commits
01 Apr, 2013
1 commit
-
Also specify separate project factory for project with filled repo
31 Mar, 2013
3 commits
-
…f @repository.heads.map(&:name)
27 Mar, 2013
1 commit
25 Mar, 2013
1 commit
21 Mar, 2013
1 commit
18 Mar, 2013
1 commit
15 Mar, 2013
1 commit
05 Mar, 2013
1 commit
-
Conflicts: lib/api/projects.rb
28 Feb, 2013
5 commits
27 Feb, 2013
1 commit
26 Feb, 2013
2 commits
-
…ndev-state-machine-stage-2 Conflicts: app/models/merge_request.rb
25 Feb, 2013
1 commit
20 Feb, 2013
3 commits
-
Conflicts: spec/requests/api/projects_spec.rb
-
API: creating last project before limit returns 404
18 Feb, 2013
1 commit
14 Feb, 2013
3 commits
-
When the project limit is reached the user is not allowed to create new ones. Instead of error code 404 the status code 403 (Forbidden) is returned with error message via API.
-
The previous call `saved?` is restored in the `POST /projects` method in the API. It is refactored to check if the record is persisted. This is useful to not validate the record again after saving. This fixes the returned status code in the web client too. If the last project is created via web client instead of error notification the project page is shown.
13 Feb, 2013
1 commit