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
path: root/lib/api
AgeCommit message (Expand)Author
2013-01-18Improve CreateContext call. Fixed testDmitriy Zaporozhets
2013-01-17Refactor project creation. Added logout link to profile pageGitLab
2013-01-16Merge pull request #2460 from calmh/expose-namespaceDmitriy Zaporozhets
2013-01-04Rspec fixesDmitriy Zaporozhets
2013-01-03'namespace' should be exposed via the APIJakob Borg
2013-01-02Fixed missing current user for issue observerDmitriy Zaporozhets
2013-01-02Fix few bugs and tests after refactoring ownership logicDmitriy Zaporozhets
2012-12-22Remove path parameter from projects APIRiyad Preukschas
2012-12-21Remove all references tp the project code parameter from the APIRiyad Preukschas
2012-12-21Remove the code parameter from the projects APIRiyad Preukschas
2012-12-20refactoring gfm_autocompleteValeriy Sizov
2012-12-12Add username to User and UserBasic entities in API and in examples in doc.Cyril
2012-12-12Validates presence of User#nameCyril
2012-12-12Fix namespace api autocompleteDmitriy Zaporozhets
2012-12-01API: get a single wall noteNihad Abbasov
2012-12-01API: expose created date for project hooks and user SSH keysNihad Abbasov
2012-11-30API: ability to create a wall noteNihad Abbasov
2012-11-30API: don't expose 'updated_at' for notesNihad Abbasov
2012-11-30API: restore broken merge request commentingNihad Abbasov
2012-11-30API: create new notesNihad Abbasov
2012-11-30API: get a single noteNihad Abbasov
2012-11-30correct exampleNihad Abbasov
2012-11-30API: list wall, snippet and issue notesNihad Abbasov
2012-11-24Fixed spinach and tests. Build should pass nowDmitriy Zaporozhets
2012-11-24Fixing requests after namespaces. Fixed admin bug with access to projectDmitriy Zaporozhets
2012-11-23Fixed some tests and snippet colorizeDmitriy Zaporozhets
2012-11-23Deprecate code for Project. Use title and pathDmitriy Zaporozhets
2012-11-09linguist will take care of thisSaito
2012-11-07Merge pull request #1735 from NARKOZ/apiValeriy Sizov
2012-10-25API: review 2Valeriy Sizov
2012-10-25API: tests for merge_requestsValeriy Sizov
2012-10-23API: help page and commentValeriy Sizov
2012-10-23Changes after reviewValeriy Sizov
2012-10-23API: merge request: post comment callValeriy Sizov
2012-10-23API: MergeRequest: authorizationValeriy Sizov
2012-10-23API: MergeRequest refactoringValeriy Sizov
2012-10-23API: update merge request callValeriy Sizov
2012-10-23API: create merge requestValeriy Sizov
2012-10-23API:merge request show && listValeriy Sizov
2012-10-19name and password_confirmation not required to create a user via APINihad Abbasov
2012-10-19fix mass-assignment error in user create APINihad Abbasov
2012-10-12Update lib/api/projects.rbjozefvaclavik
2012-10-08API: add project snippets listingNihad Abbasov
2012-10-08projects API should return info about deleted hookNihad Abbasov
2012-10-02API: private token via headerValeriy Sizov
2012-10-02#1606 FixesValeriy Sizov
2012-10-02#1606 API private token via the headerValeriy Sizov
2012-10-02fix TYPOValeriy Sizov
2012-10-02#1585 Api for user creation: base implementationValeriy Sizov
2012-09-21API: SSH keys belong to user entityNihad Abbasov