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
12 Feb, 2013
2 commits
11 Feb, 2013
3 commits
05 Feb, 2013
1 commit
04 Feb, 2013
1 commit
31 Jan, 2013
1 commit
28 Jan, 2013
1 commit
25 Jan, 2013
2 commits
-
A new queue of "project_web_hook" is used to process web hooks asynchronously, allowing each to succeed/fail (and be retried) independently. (Basically, project web hooks now process the same as system hooks.)
24 Jan, 2013
3 commits
17 Jan, 2013
1 commit
16 Jan, 2013
1 commit
14 Jan, 2013
2 commits