27 Feb, 2013
10 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.
-
update grape to 0.3.1 for ruby 2.0 support.
-
closes #2300
-
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
13 commits
-
add grape-entity, that is split from grape 0.3.0. remove usage of deprecated error_format, that is removed in grape 0.2.3.
-
…ndev-state-machine-stage-2 Conflicts: app/models/merge_request.rb
-
Show only ≤16 lines of codes in a discussion in a MR (issue #2860).
25 Feb, 2013
14 commits
-
…itized to prevent XSS
-
System hooks code & logic refactoring
-
Remove function 'check_issue_1059_shell_profile_error' from check.rake as it is not needed anymore
24 Feb, 2013
3 commits
-
Fix WebHook and special symbols in credentials
-
Add title for "Remove from team" button
-
Add transition on search box