summaryrefslogtreecommitdiff
path: root/lib/api/projects.rb
Commit message (Expand)AuthorAgeFilesLines
* changed doc comment for get labels of a projectÁbner Silva de Oliveira2014-03-231-2/+4
* added api method to return labels of a given projectÁbner Silva de Oliveira2014-03-211-0/+9
* Add current user permissions info to /api/projects/:id.jsonDmitriy Zaporozhets2014-03-171-1/+1
* Move project members api to separate fileDmitriy Zaporozhets2014-03-171-105/+0
* project_user selectbox with ajax autocompleteDmitriy Zaporozhets2014-02-131-1/+13
* Remove deprecated findersskv2014-01-191-2/+2
* Replace context with service in libDmitriy Zaporozhets2014-01-161-2/+2
* Add import_url param in API projects createMaxime Brugidou2013-12-091-1/+2
* Adding authenticated public mode (internal).Jason Hollingsworth2013-11-261-5/+19
* Add project.all for API if adminDmitriy Zaporozhets2013-11-181-0/+10
* Remove default_branch support from API project creationDmitriy Zaporozhets2013-11-061-2/+0
* API: new feature - remove project[DDmitriy Zaporozhets2013-10-091-0/+10
* Used pagnation function from api helpersIzaak Alpert2013-09-241-6/+4
* Added search for projects by name to apiIzaak Alpert2013-09-231-19/+34
* Allow specify path when create project via apiDmitriy Zaporozhets2013-08-141-7/+8
* enhance project creation apis to allow setting of public attributeAngus MacArthur2013-07-121-2/+6
* Merge pull request #3993 from bke-drewb/3599Dmitriy Zaporozhets2013-07-111-9/+13
|\
| * Issue 3599: Add snippets_enabled flag to projects for APIDrew Blessing2013-06-111-9/+13
* | Additon of apis for fork administration.Angus MacArthur2013-07-081-0/+36
|/
* API: project eventsDmitriy Zaporozhets2013-06-061-0/+14
* Split Project api on several parts: deploy_keys, hooks, snippets etcDmitriy Zaporozhets2013-06-061-261/+0
* Selectable deploy keys contain master projectsbabatakao2013-06-051-1/+1
* Merge branch 'gist' of https://github.com/Andrew8xx8/gitlabhq into Andrew8xx8...Dmitriy Zaporozhets2013-06-041-3/+3
|\
| * Tests fixedAndrew8xx82013-03-251-3/+3
* | Fix deploy key api 500 if key is emptyDmitriy Zaporozhets2013-06-031-14/+16
* | Add api to collect owned user projects. Api deploy_key.create: Enable deploy ...Dmitriy Zaporozhets2013-06-031-0/+30
* | split repositories and projects apiDmitriy Zaporozhets2013-05-231-115/+0
* | Refactor API classes. So api classes like Gitlab::Issues become API::IssuesDmitriy Zaporozhets2013-05-141-1/+1
* | fix API route to delete project hookNihad Abbasov2013-05-071-1/+1
* | modify api to work with new deploy keysDmitriy Zaporozhets2013-05-061-4/+3
* | Fixed API file raw functionality, Fixed tree controller tests. Added BlobCont...Dmitriy Zaporozhets2013-04-031-5/+7
* | Project.repository should never be nil so you can call repository.exists? or ...Dmitriy Zaporozhets2013-04-011-1/+1
|/
* Abilities added to /user and /sign_in requestsAlex Denisov2013-03-181-2/+2
* API: fixes project creation and removed redundant infoSebastian Ziebell2013-03-071-3/+3
* Merge branch 'master' into fixes/api, code clean up and tests fixedSebastian Ziebell2013-03-071-0/+75
|\
| * Merge pull request #3146 from amacarthur/AdminAPIsDmitriy Zaporozhets2013-03-061-0/+32
| |\
| | * Additional Admin APIsAngus MacArthur2013-03-051-0/+32
| * | Project deploy keys APIMatt Humphrey2013-03-051-0/+43
| |/
* | API: refactored and simplified error handling in merge requests APISebastian Ziebell2013-03-051-1/+2
* | Fixes apiSebastian Ziebell2013-03-051-2/+1
* | Merge branch 'master' into fixes/apiSebastian Ziebell2013-03-051-2/+2
|\ \ | |/
| * Missed comma.Matt Humphrey2013-03-011-1/+1
| * Added namespace_id to project creation via APIMatt Humphrey2013-03-011-1/+2
* | Merge branch 'master' into fixes/apiSebastian Ziebell2013-02-271-1/+1
|\ \ | |/
| * proper fix for #2300Nihad Abbasov2013-02-271-1/+1
* | API: extracted helper method to validate required parameters, code clean upSebastian Ziebell2013-02-271-17/+9
* | Merge branch 'master' into fixes/apiSebastian Ziebell2013-02-271-1/+1
|\ \ | |/
| * API: fix commits paginationNihad Abbasov2013-02-271-1/+1
* | API repository documentation updated, includes infos to return codesSebastian Ziebell2013-02-271-1/+3
* | Merge branch 'master' into fixes/apiSebastian Ziebell2013-02-201-2/+2
|\ \ | |/