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 (Expand)Author
2013-07-11Merge pull request #3993 from bke-drewb/3599Dmitriy Zaporozhets
2013-07-09Additon of apis for fork administration.Angus MacArthur
2013-06-12Issue 3599: Add snippets_enabled flag to projects for APIDrew Blessing
2013-06-06API: project eventsDmitriy Zaporozhets
2013-06-06Split Project api on several parts: deploy_keys, hooks, snippets etcDmitriy Zaporozhets
2013-06-04Selectable deploy keys contain master projectsbabatakao
2013-06-04Merge branch 'gist' of https://github.com/Andrew8xx8/gitlabhq into Andrew8xx8...Dmitriy Zaporozhets
2013-06-03Fix deploy key api 500 if key is emptyDmitriy Zaporozhets
2013-06-03Add api to collect owned user projects. Api deploy_key.create: Enable deploy ...Dmitriy Zaporozhets
2013-05-23split repositories and projects apiDmitriy Zaporozhets
2013-05-14Refactor API classes. So api classes like Gitlab::Issues become API::IssuesDmitriy Zaporozhets
2013-05-06fix API route to delete project hookNihad Abbasov
2013-05-06modify api to work with new deploy keysDmitriy Zaporozhets
2013-04-03Fixed API file raw functionality, Fixed tree controller tests. Added BlobCont...Dmitriy Zaporozhets
2013-04-01Project.repository should never be nil so you can call repository.exists? or ...Dmitriy Zaporozhets
2013-03-25Tests fixedAndrew8xx8
2013-03-19Abilities added to /user and /sign_in requestsAlex Denisov
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
2013-03-07Merge pull request #3146 from amacarthur/AdminAPIsDmitriy Zaporozhets
2013-03-06API: refactored and simplified error handling in merge requests APISebastian Ziebell
2013-03-06Fixes apiSebastian Ziebell
2013-03-06Merge branch 'master' into fixes/apiSebastian Ziebell
2013-03-06Project deploy keys APIMatt Humphrey
2013-03-05Additional Admin APIsAngus MacArthur
2013-03-01Missed comma.Matt Humphrey
2013-03-01Added namespace_id to project creation via APIMatt Humphrey
2013-02-27Merge branch 'master' into fixes/apiSebastian Ziebell
2013-02-27API: extracted helper method to validate required parameters, code clean upSebastian Ziebell
2013-02-27proper fix for #2300Nihad Abbasov
2013-02-27Merge branch 'master' into fixes/apiSebastian Ziebell
2013-02-27API: fix commits paginationNihad Abbasov
2013-02-27API repository documentation updated, includes infos to return codesSebastian Ziebell
2013-02-20Merge branch 'master' into fixes/apiSebastian Ziebell
2013-02-20Merge branch 'master' into fixes/apiSebastian Ziebell
2013-02-20Fix RESTfulness of project hook deletions by APIMatt Humphrey
2013-02-16API: fixes visibility of project hookSebastian Ziebell
2013-02-14API: tests that check status codes for project branches and hooksSebastian Ziebell
2013-02-14API: status code 403 returned if new project would exceed limitSebastian Ziebell
2013-02-13API: extracted helper method to provide 400 bad request error with descriptionSebastian Ziebell
2013-02-13API: return status code 400 if filepath of raw file blob not givenSebastian Ziebell
2013-02-13API: fixes a few return codes for project snippetsSebastian Ziebell
2013-02-13Merge branch 'master' into fixes/apiSebastian Ziebell
2013-02-12API: changed status codes for project hooks functionsSebastian Ziebell
2013-02-10Changed function to `not_found`.Sebastian Ziebell
2013-02-08Status code 404 returned when retrieving non existent branch (issue #2922)Sebastian Ziebell
2013-02-08Adding a project hook returns status code 400 if url is not givenSebastian Ziebell
2013-02-08API: refined status code handling when adding or updating a project memberSebastian Ziebell
2013-02-08Merge branch 'master' into fixes/apiSebastian Ziebell
2013-02-01Don't crash when removing a user that's not project memberFelix Gilcher