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 (Expand)Author
2014-03-19Make use of project factory traitsRobert Speicher
2014-03-17Add tests for API project permissions infoDmitriy Zaporozhets
2014-03-17Move project members api to separate fileDmitriy Zaporozhets
2014-01-22Make changes to testsDmitriy Zaporozhets
2013-12-04Extract tests for project hooks APIDmitriy Zaporozhets
2013-11-27Adding authenticated public mode (internal).Jason Hollingsworth
2013-11-18API: projects/all testsDmitriy Zaporozhets
2013-11-06Remove default_branch support from API project creationDmitriy Zaporozhets
2013-10-09API: specs for remove projectDmitriy Zaporozhets
2013-09-24Added search for projects by name to apiIzaak Alpert
2013-07-18Style changes from review with @randxIzaak Alpert
2013-07-18Merge Request on forked projectsIzaak Alpert
2013-07-12enhance project creation apis to allow setting of public attributeAngus MacArthur
2013-07-10Merge branch 'master' into 6-0-devDmitriy Zaporozhets
2013-07-09Additon of apis for fork administration.Angus MacArthur
2013-06-22remove useless routing tests. Added symlink creation for project with codeDmitriy Zaporozhets
2013-06-06API: project eventsDmitriy Zaporozhets
2013-06-04Merge branch 'gist' of https://github.com/Andrew8xx8/gitlabhq into Andrew8xx8...Dmitriy Zaporozhets
2013-05-23split repositories and projects apiDmitriy Zaporozhets
2013-05-14Refactor API classes. So api classes like Gitlab::Issues become API::IssuesDmitriy Zaporozhets
2013-05-07fix api delete hook testDmitriy Zaporozhets
2013-05-06fix API route to delete project hookNihad Abbasov
2013-05-06modify api to work with new deploy keysDmitriy Zaporozhets
2013-05-02fix testDmitriy Zaporozhets
2013-05-01Update all gems!Dmitriy Zaporozhets
2013-04-11Specs refactoring to reduce test time. Disabled observers by default for specsDmitriy Zaporozhets
2013-04-01fixed test using repo with commits but old factoryDmitriy Zaporozhets
2013-03-25Tests fixedAndrew8xx8
2013-03-07Merge branch 'master' into fixes/api, code clean up and tests fixedSebastian Ziebell
2013-03-07Merge pull request #3146 from amacarthur/AdminAPIsDmitriy Zaporozhets
2013-03-06Project deploy keys APIMatt Humphrey
2013-03-05Additional Admin APIsAngus MacArthur
2013-02-27API: fixed adding a noteSebastian Ziebell
2013-02-27API: extracted helper method to validate required parameters, code clean upSebastian Ziebell
2013-02-27API repository documentation updated, includes infos to return codesSebastian Ziebell
2013-02-22API documentation updated for project snippets.Sebastian Ziebell
2013-02-22API: Fixes tests for changed hook deletionSebastian Ziebell
2013-02-20Merge branch 'master' into fixes/apiSebastian Ziebell
2013-02-20Removed unnecessary paramter hash. Also tidied up hash format in hook creatio...Matt Humphrey
2013-02-20Merge branch 'master' into fixes/apiSebastian Ziebell
2013-02-20Fix RESTfulness of project hook deletions by APIMatt Humphrey
2013-02-20Merge pull request #2988 from Asquera/error_project_limitDmitriy Zaporozhets
2013-02-16API: fixes visibility of project hookSebastian Ziebell
2013-02-15Test to check 404 error when project id not foundSebastian Ziebell
2013-02-14API: tests that check status codes for project branches and hooksSebastian Ziebell
2013-02-14API: status code 403 returned if new project would exceed limitSebastian Ziebell
2013-02-14API: tests to show incorrect behavior when reaching project limitSebastian Ziebell
2013-02-13API: return status code 400 if filepath of raw file blob not givenSebastian Ziebell
2013-02-13API: fixes a few return codes for project snippetsSebastian Ziebell
2013-02-13Merge branch 'master' into fixes/apiSebastian Ziebell