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
AgeCommit message (Collapse)Author
2013-01-31Added methods to protect and unprotect branchesMatt Humphrey
2013-01-18Improve CreateContext call. Fixed testDmitriy Zaporozhets
2013-01-17Refactor project creation. Added logout link to profile pageGitLab
2013-01-04Rspec fixesDmitriy 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-11-24Fixing requests after namespaces. Fixed admin bug with access to projectDmitriy Zaporozhets
2012-11-23Fixed some tests and snippet colorizeDmitriy Zaporozhets
2012-11-09linguist will take care of thisSaito
2012-10-12Update lib/api/projects.rbjozefvaclavik
Added methods for listing one project hook and editing hooks. GET /project/:id/hooks/:hook_id PUT /project/:id/hooks/:hook_id
2012-10-08API: add project snippets listingNihad Abbasov
2012-10-08projects API should return info about deleted hookNihad Abbasov
2012-09-21API: commits belong to project repositoryNihad Abbasov
2012-09-21Merge pull request #1521 from NARKOZ/apiDmitriy Zaporozhets
API for project team members
2012-09-21add API for project team membersNihad Abbasov
2012-09-21APi for commits. Better api docsDmitriy Zaporozhets
2012-09-16Method name changedAlex Denisov
2012-09-16API attributes refactoredAlex Denisov
2012-09-10Add authorization to hooks requestsmiks
2012-09-10Merge branch 'master' into project_hooks_apimiks
2012-09-10Error throwing moved to api_helperAlex Denisov
2012-09-10Auth for APIrandx
2012-09-08Projects hooks API implementedmiks
2012-09-08Return empty bodymiks
2012-09-08Merge branch 'master' into project_users_apimiks
2012-09-07Make project users API more RESTfulmiks
2012-09-06convert params hash to arraymiks
2012-09-06API on adding users to project implementedmiks
2012-09-05Unnecessary code removedAlex Denisov
2012-09-03Create project via API: fixes addedAlex Denisov
2012-09-03add pagination to APINihad Abbasov
2012-08-31Typo and mistakes fixedAlex Denisov
2012-08-31API on Projects creation implementedAlex Denisov
2012-08-11Fully embrace Ruby 1.9 hash syntaxRobert Speicher
Didn't bother with files in db/, config/, or features/
2012-08-01API: set content type for raw snippetNihad Abbasov
2012-08-01fix typo according to docs and testsNihad Abbasov
2012-07-31updating project api to include raw blob contents and single branchJeremy Anderson
2012-07-25API: update docsNihad Abbasov
2012-07-06refactor projects APINihad Abbasov
2012-07-04ability to update and get a raw snippet via APINihad Abbasov
2012-06-29add project snippets APINihad Abbasov
2012-06-29refactor API and improve docsNihad Abbasov