summaryrefslogtreecommitdiff
path: root/lib/api/projects.rb
Commit message (Expand)AuthorAgeFilesLines
* 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
|\ \ | |/
| * Fix RESTfulness of project hook deletions by APIMatt Humphrey2013-02-201-2/+2
* | Merge branch 'master' into fixes/apiSebastian Ziebell2013-02-201-0/+1
|\ \ | |/
| * API: fixes visibility of project hookSebastian Ziebell2013-02-161-0/+1
* | API: tests that check status codes for project branches and hooksSebastian Ziebell2013-02-141-3/+11
* | API: status code 403 returned if new project would exceed limitSebastian Ziebell2013-02-141-0/+3
* | API: extracted helper method to provide 400 bad request error with descriptionSebastian Ziebell2013-02-131-12/+12
* | API: return status code 400 if filepath of raw file blob not givenSebastian Ziebell2013-02-131-0/+2
* | API: fixes a few return codes for project snippetsSebastian Ziebell2013-02-131-4/+10
* | Merge branch 'master' into fixes/apiSebastian Ziebell2013-02-131-0/+1
|\ \ | |/
| * Changed function to `not_found`.Sebastian Ziebell2013-02-091-1/+1
| * Status code 404 returned when retrieving non existent branch (issue #2922)Sebastian Ziebell2013-02-081-0/+1
* | API: changed status codes for project hooks functionsSebastian Ziebell2013-02-121-4/+12
* | Adding a project hook returns status code 400 if url is not givenSebastian Ziebell2013-02-081-9/+15
* | API: refined status code handling when adding or updating a project memberSebastian Ziebell2013-02-081-9/+26
* | Merge branch 'master' into fixes/apiSebastian Ziebell2013-02-081-2/+38
|\ \ | |/
| * Added methods to protect and unprotect branchesMatt Humphrey2013-01-311-2/+38
* | Don't crash when removing a user that's not project memberFelix Gilcher2013-02-011-1/+5
|/
* Improve CreateContext call. Fixed testDmitriy Zaporozhets2013-01-181-1/+1
* Refactor project creation. Added logout link to profile pageGitLab2013-01-171-1/+1
* Rspec fixesDmitriy Zaporozhets2013-01-041-3/+3
* Fix few bugs and tests after refactoring ownership logicDmitriy Zaporozhets2013-01-021-1/+1
* Remove path parameter from projects APIRiyad Preukschas2012-12-221-1/+0
* Remove all references tp the project code parameter from the APIRiyad Preukschas2012-12-211-22/+22
* Remove the code parameter from the projects APIRiyad Preukschas2012-12-211-1/+0
* refactoring gfm_autocompleteValeriy Sizov2012-12-201-1/+6
* Fixing requests after namespaces. Fixed admin bug with access to projectDmitriy Zaporozhets2012-11-231-4/+1
* Fixed some tests and snippet colorizeDmitriy Zaporozhets2012-11-231-2/+1
* linguist will take care of thisSaito2012-11-101-10/+4
* Update lib/api/projects.rbjozefvaclavik2012-10-121-0/+34
* API: add project snippets listingNihad Abbasov2012-10-081-0/+10
* projects API should return info about deleted hookNihad Abbasov2012-10-081-1/+0
* API: commits belong to project repositoryNihad Abbasov2012-09-211-0/+18
* Merge pull request #1521 from NARKOZ/apiDmitriy Zaporozhets2012-09-211-25/+52
|\