27 Feb, 2013
7 commits
-
The API documentation of merge requests contains info to status codes for all functions. Required arguments are now checked in the merge requests API functions and a `400 Bad Request` error is returned if they are not given.
-
The issues documentation is updated with infos to status codes and the deprecated `DELETE` function and how to close an issue. A few more tests added to check status codes of API functions.
-
Updates the API documentation of groups with infos to return codes. The function calls in the groups API have updated documentation and return `400 Bad Request` status code if a required attribute is missing.
-
The API documentation of repository is updated and now contains infos to status codes. Code documentation is also adjusted for `GET /projects/:id/repository/commits` and includes infos to pagination attributes. Tests are updated.
26 Feb, 2013
4 commits
-
…ndev-state-machine-stage-2 Conflicts: app/models/merge_request.rb
25 Feb, 2013
3 commits
-
System hooks code & logic refactoring
21 Feb, 2013
11 commits
-
The API Documentation for project snippets got infos to return codes. Tests are added to check status codes when handling project snippets.
20 Feb, 2013
12 commits
-
Updated the milestones API documentation and added return codes descriptions.
-
The notes API documentation updated with return codes. API now returns `400 Bad Request` if required attributes are not present. Return codes are documented now, also tested in added tests. The documentation now reflects the current state of the API.
-
Conflicts: spec/requests/api/projects_spec.rb
-
Fixes a test that checks if the project limit is reached.
-
Conflicts: spec/requests/api/projects_spec.rb
-
The users API updated with return codes, e.g. if required parameters are missing a `400 Bad Request` error is returned instead of `404`. Fixes return codes of functions, e.g. deletion of a ssh key is an idempotent function now. The API documentation is updated to reflect the current status of the API. Descriptions are more detailed and complete, infos to return values are added to all functions.
-
API: creating last project before limit returns 404
-
API: fixes visibility of project hook
19 Feb, 2013
1 commit
-
Conflicts: app/models/issue.rb app/models/merge_request.rb
18 Feb, 2013
2 commits