An error occurred fetching the project authors.
- 11 Jun, 2013 1 commit
-
-
Dmitriy Zaporozhets authored
-
- 14 May, 2013 1 commit
-
-
Dmitriy Zaporozhets authored
-
- 28 Mar, 2013 1 commit
-
-
Dmitriy Zaporozhets authored
-
- 05 Mar, 2013 1 commit
-
-
Sebastian Ziebell authored
-
- 27 Feb, 2013 2 commits
-
-
Sebastian Ziebell authored
Added a helper method to check if required parameters are given in an API call. Can be used to return a `400 Bad Request` return code if a required attribute is missing. Code clean up and fixed tests.
-
Sebastian Ziebell authored
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.
-
- 18 Feb, 2013 1 commit
-
-
Andrew8xx8 authored
-
- 13 Feb, 2013 1 commit
-
-
Sebastian Ziebell authored
Extracted a method for 400 error (Bad request) and adjusted code accordingly. The name of the missing attribute is used to show which one was missing from the request. It is used to give an appropriate message in the json response.
-
- 06 Feb, 2013 3 commits
-
-
Sebastian Ziebell authored
Creating a comment to an existing merge request via API without providing a note returns a status code 400 now, suggesting a bad request. The reason for this is the resource itself (MR) exists but the required property is not set.
-
Sebastian Ziebell authored
-
Sebastian Ziebell authored
Using the API library to create or update a merge request at the moment a 404 error is returned. This is fine when the merge request in question does not exist, but does not provide good information that for example a required attribute is missing. A status code of 400 (Bad request) is returned when creating or updating a merge request when either `source_branch` or `target_branch` is missing. A status code of 409 is returned when `source_branch` and `target_branch` are the same. Tests are added for these cases.
-
- 21 Dec, 2012 1 commit
-
-
Riyad Preukschas authored
-
- 29 Nov, 2012 1 commit
-
-
Nihad Abbasov authored
-
- 25 Oct, 2012 2 commits
-
-
Valeriy Sizov authored
-
Valeriy Sizov authored
-
- 22 Oct, 2012 8 commits
-
-
Valeriy Sizov authored
-
Valeriy Sizov authored
-
Valeriy Sizov authored
-
Valeriy Sizov authored
-
Valeriy Sizov authored
-
Valeriy Sizov authored
-
Valeriy Sizov authored
-
Valeriy Sizov authored
-