summaryrefslogtreecommitdiff
path: root/lib/api
Commit message (Expand)AuthorAgeFilesLines
* Add api for creating/listing/viewing groupsChristian Simon2013-02-012-0/+60
* Merge pull request #2839 from m4tthumphrey/protected-branches-apiDmitriy Zaporozhets2013-01-312-2/+43
|\
| * Added methods to protect and unprotect branchesMatt Humphrey2013-01-312-2/+43
* | Merge branch 'extend_user_api' of https://github.com/bladealslayer/gitlabhq i...Dmitriy Zaporozhets2013-01-312-2/+47
|\ \
| * | Extended users API to support updating and deleting users.Boyan Tabakov2012-12-182-2/+47
* | | add path and path_with_namespace to api project entityDmitriy Zaporozhets2013-01-311-0/+1
* | | Expose MergeRequest object as a notable in the API to allow for easy retrieva...Micah Huff2013-01-291-1/+1
| |/ |/|
* | Improve CreateContext call. Fixed testDmitriy Zaporozhets2013-01-181-1/+1
* | Refactor project creation. Added logout link to profile pageGitLab2013-01-171-1/+1
* | Merge pull request #2460 from calmh/expose-namespaceDmitriy Zaporozhets2013-01-161-0/+1
|\ \
| * | 'namespace' should be exposed via the APIJakob Borg2013-01-021-0/+1
* | | Rspec fixesDmitriy Zaporozhets2013-01-042-5/+5
* | | Fixed missing current user for issue observerDmitriy Zaporozhets2013-01-021-0/+1
* | | Fix few bugs and tests after refactoring ownership logicDmitriy Zaporozhets2013-01-021-1/+1
|/ /
* | Remove path parameter from projects APIRiyad Preukschas2012-12-222-2/+1
* | Remove all references tp the project code parameter from the APIRiyad Preukschas2012-12-215-42/+42
* | Remove the code parameter from the projects APIRiyad Preukschas2012-12-212-2/+1
* | refactoring gfm_autocompleteValeriy Sizov2012-12-201-1/+6
|/
* Add username to User and UserBasic entities in API and in examples in doc.Cyril2012-12-121-2/+2
* Validates presence of User#nameCyril2012-12-121-2/+0
* Fix namespace api autocompleteDmitriy Zaporozhets2012-12-121-5/+14
* API: get a single wall noteNihad Abbasov2012-12-011-0/+12
* API: expose created date for project hooks and user SSH keysNihad Abbasov2012-12-011-2/+2
* API: ability to create a wall noteNihad Abbasov2012-11-291-0/+18
* API: don't expose 'updated_at' for notesNihad Abbasov2012-11-291-1/+1
* API: restore broken merge request commentingNihad Abbasov2012-11-292-15/+20
* API: create new notesNihad Abbasov2012-11-291-0/+22
* API: get a single noteNihad Abbasov2012-11-291-0/+15
* correct exampleNihad Abbasov2012-11-291-1/+2
* API: list wall, snippet and issue notesNihad Abbasov2012-11-292-1/+41
* Fixed spinach and tests. Build should pass nowDmitriy Zaporozhets2012-11-231-1/+1
* 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
* Deprecate code for Project. Use title and pathDmitriy Zaporozhets2012-11-231-1/+1
* linguist will take care of thisSaito2012-11-101-10/+4
* Merge pull request #1735 from NARKOZ/apiValeriy Sizov2012-11-071-6/+5
|\
| * name and password_confirmation not required to create a user via APINihad Abbasov2012-10-191-4/+3
| * fix mass-assignment error in user create APINihad Abbasov2012-10-191-2/+2
* | API: review 2Valeriy Sizov2012-10-252-4/+4
* | API: tests for merge_requestsValeriy Sizov2012-10-251-5/+5
* | API: help page and commentValeriy Sizov2012-10-221-6/+54
* | Changes after reviewValeriy Sizov2012-10-221-2/+2
* | API: merge request: post comment callValeriy Sizov2012-10-222-0/+17
* | API: MergeRequest: authorizationValeriy Sizov2012-10-221-1/+11
* | API: MergeRequest refactoringValeriy Sizov2012-10-221-8/+4
* | API: update merge request callValeriy Sizov2012-10-221-1/+11
* | API: create merge requestValeriy Sizov2012-10-221-1/+11
* | API:merge request show && listValeriy Sizov2012-10-222-0/+37
|/
* Update lib/api/projects.rbjozefvaclavik2012-10-121-0/+34
* API: add project snippets listingNihad Abbasov2012-10-081-0/+10