Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2013-05-14Refactor API classes. So api classes like Gitlab::Issues become API::IssuesDmitriy Zaporozhets
2013-05-05remove trailing spacesAndrey Kumanyaev
2013-03-07API: fixes project creation and removed redundant infoSebastian Ziebell
2013-03-07Merge branch 'master' into fixes/api, code clean up and tests fixedSebastian Ziebell
Conflicts: doc/api/projects.md spec/requests/api/projects_spec.rb
2013-03-05Additional Admin APIsAngus MacArthur
2013-02-27API: extracted helper method to validate required parameters, code clean upSebastian Ziebell
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.
2013-02-27API: groups documentation updated, functions return different status codesSebastian Ziebell
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.
2013-02-01Fix groups api: differ between users and adminChristian Simon
2013-02-01Add api for creating/listing/viewing groupsChristian Simon