summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #2835 from Asquera/fixes/apiDmitriy Zaporozhets2013-03-0731-248/+1095
|\
| * API: fixes project creation and removed redundant infoSebastian Ziebell2013-03-073-8/+3
| * Merge branch 'master' into fixes/api, code clean up and tests fixedSebastian Ziebell2013-03-0749-162/+819
| |\
| * | API: documentation contains infos to status codes in README file.Sebastian Ziebell2013-03-0711-475/+36
| * | API: refactored and simplified error handling in merge requests APISebastian Ziebell2013-03-052-18/+8
| * | Fixes apiSebastian Ziebell2013-03-051-2/+1
| * | Merge branch 'master' into fixes/apiSebastian Ziebell2013-03-05146-850/+1553
| |\ \
| * | | API: fixed adding a noteSebastian Ziebell2013-02-272-3/+2
| * | | Merge branch 'master' into fixes/apiSebastian Ziebell2013-02-274-28/+31
| |\ \ \
| * | | | API: extracted helper method to validate required parameters, code clean upSebastian Ziebell2013-02-2710-42/+35
| * | | | Merge branch 'feature/api-documentation-fixes' of github.com:Xylakant/gitlabh...Sebastian Ziebell2013-02-272-14/+35
| |\ \ \ \
| | * | | | Update docs to reflect that project names are allowed as IDFelix Gilcher2013-01-281-12/+13
| | * | | | describe the project access levelFelix Gilcher2013-01-281-0/+12
| | * | | | Added documentation for passing the token as headerFelix Gilcher2013-01-281-1/+8
| * | | | | Merge branch 'master' into fixes/apiSebastian Ziebell2013-02-274-5/+8
| |\ \ \ \ \
| * | | | | | API: merge request documentation updated, added return codes to functionsSebastian Ziebell2013-02-274-13/+59
| * | | | | | API: issues documentation and API functions updatedSebastian Ziebell2013-02-273-7/+77
| * | | | | | API: session documentation updated and test addedSebastian Ziebell2013-02-272-0/+15
| * | | | | | API: groups documentation updated, functions return different status codesSebastian Ziebell2013-02-273-7/+44
| * | | | | | API repository documentation updated, includes infos to return codesSebastian Ziebell2013-02-273-25/+73
| * | | | | | Merge branch 'master' into fixes/apiSebastian Ziebell2013-02-2794-731/+935
| |\ \ \ \ \ \
| * | | | | | | API documentation updated for project snippets.Sebastian Ziebell2013-02-212-18/+64
| * | | | | | | API: Fixes tests for changed hook deletionSebastian Ziebell2013-02-211-7/+2
| * | | | | | | API documentation update for milestonesSebastian Ziebell2013-02-203-25/+48
| * | | | | | | API: fixes return codes for notes, documentation updatedSebastian Ziebell2013-02-203-41/+203
| * | | | | | | Merge branch 'master' into fixes/apiSebastian Ziebell2013-02-203-7/+6
| |\ \ \ \ \ \ \
| * | | | | | | | API: fixes test if project limit is reachedSebastian Ziebell2013-02-201-1/+1
| * | | | | | | | Merge branch 'master' into fixes/apiSebastian Ziebell2013-02-20134-862/+1119
| |\ \ \ \ \ \ \ \
| * | | | | | | | | API: fixes return codes, documentation updated with status codes, tests addedSebastian Ziebell2013-02-203-43/+222
| * | | | | | | | | API documentation expanded with status code informationSebastian Ziebell2013-02-182-0/+18
| * | | | | | | | | API documentation extended with snippets, tags and commitsSebastian Ziebell2013-02-151-1/+153
| * | | | | | | | | API documentation extended with infos to project branchesSebastian Ziebell2013-02-151-0/+77
| * | | | | | | | | Test to check 404 error when project id not foundSebastian Ziebell2013-02-141-0/+5
| * | | | | | | | | API projects documentation grouped into sections & updated with status codesSebastian Ziebell2013-02-141-34/+117
| * | | | | | | | | Merge branch 'master' into fixes/apiSebastian Ziebell2013-02-1422-233/+201
| |\ \ \ \ \ \ \ \ \
| * | | | | | | | | | API: tests that check status codes for project branches and hooksSebastian Ziebell2013-02-142-3/+54
| * | | | | | | | | | API: status code 403 returned if new project would exceed limitSebastian Ziebell2013-02-143-1/+17
| * | | | | | | | | | API: extracted helper method to provide 400 bad request error with descriptionSebastian Ziebell2013-02-136-17/+28
| * | | | | | | | | | API: return status code 400 if filepath of raw file blob not givenSebastian Ziebell2013-02-132-1/+8
| * | | | | | | | | | API: fixes a few return codes for project snippetsSebastian Ziebell2013-02-132-4/+40
| * | | | | | | | | | Merge branch 'master' into fixes/apiSebastian Ziebell2013-02-1329-94/+224
| |\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | API: test checks a 400 code is returned if snippet title not givenSebastian Ziebell2013-02-131-0/+6
| * | | | | | | | | | | API: test checks a 404 error is returned if snippet id not foundSebastian Ziebell2013-02-131-0/+5
| * | | | | | | | | | | API: changed status codes for project hooks functionsSebastian Ziebell2013-02-122-6/+34
| * | | | | | | | | | | Merge branch 'master' into fixes/apiSebastian Ziebell2013-02-12461-76690/+300
| |\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | Fixes test that checks status code of hook creationSebastian Ziebell2013-02-081-1/+1
| * | | | | | | | | | | | Adding a project hook returns status code 400 if url is not givenSebastian Ziebell2013-02-082-12/+41
| * | | | | | | | | | | | API: refined status code handling when adding or updating a project memberSebastian Ziebell2013-02-082-9/+69
| * | | | | | | | | | | | Merge branch 'master' into fixes/apiSebastian Ziebell2013-02-08261-1417/+1794
| |\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | Test to check a user must be part of the team to see project.Sebastian Ziebell2013-02-061-0/+6