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
2017-04-21Unnecessary "include WaitForAjax" and "include ApiHelpers"Jacopo
Removed all the unnecessary include of `WaitForAjax` and `ApiHelpers` in the specs. Removed unnecessary usage of `api:true`
2017-03-08Remove unecessary endpoint from repository, add compatibility endpoints for ↵Felipe Artur
v3 and several improvements
2017-03-08Update API endpoints for raw filesFelipe Artur
2017-02-16Add a custom pagination matcherRobert Schilling
2017-01-27Use `:empty_project` where possible in request specsRobert Speicher
2016-12-20Improve specs for Files APIRémy Coutable
Signed-off-by: Rémy Coutable <remy@rymai.me>
2016-12-20Improve specs for Repositories APIRémy Coutable
Signed-off-by: Rémy Coutable <remy@rymai.me>
2016-12-19Allow Repositories API GET endpoints to be requested anonymouslyRémy Coutable
Signed-off-by: Rémy Coutable <remy@rymai.me>
2016-11-28Changed API spec files to describe the correct classLivier
Restore changes for api spec files Fix error in rspec Users Delete extra space Repositories-spec
2016-11-12Issue #4270: Recursive option for files through APIRebeca Méndez
2016-10-11refactors tests because of gitlab-test repository changestiagonbotelho
2016-08-09adds second batch of tests changed to active tensetiagonbotelho
2016-06-27Use HTTP matchers if possibleZ.J. van de Weg
2016-03-07Add traits for each access_level to ProjectMember factoryRobert Speicher
2016-02-11Fix APIJacob Vosmaer
2015-11-12Move git tags API to separate fileDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2015-11-04Replace all usages of `git` command with configurable binary pathRobert Speicher
Closes #3311
2015-10-14Fix API archive specsJacob Vosmaer
2015-04-14Track who created a group or project member.Douwe Maan
2015-02-12Updated rspec to rspec 3.x syntaxJeroen van Baarsen
Signed-off-by: Jeroen van Baarsen <jeroenvanbaarsen@gmail.com>
2015-01-19Handle errors on API when a project does not have a repository (Closes #6289)jubianchi
2014-11-05Factor using Repository#path_to_repoCiro Santilli
2014-10-30Create RepoTag Grape entity and present it when doing stuff with tags via ↵Sean Edge
API. Update API doc for repositories. Add tag message to tag list page in UI. Update Changelog. Update spec to set .gitconfig identity, required for annotated tags.
2014-09-30Fix contributors apiDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2014-09-15Replace project_access attribute with access_level in specs and APIDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2014-09-15Fix adminarea and emails for new membership logicDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2014-09-14Huge replace of old users_project and users_group referencesDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2014-09-06Fix tests for CIDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2014-09-05Fix tests by using non-exist tag namesDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2014-09-05Fix tag testsDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2014-09-04Added annotated tags. Updated tag haml file and call to gitlab-shell. ↵Sean Edge
Updated API for annotated tags. Added tests for API. Strip leading/trailing whitespace from message, if present. Update CHANGELOG.
2014-09-03Validate tag-names and references in WebUI, APIRobert Schilling
2014-08-01Fix API repository specsDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2014-07-02Move API contributors logic to repository modelDmitriy Zaporozhets
2014-07-02Collect contributors info via APIDmitriy Zaporozhets
2014-06-17Remove rails observers from applicationDmitriy Zaporozhets
2014-05-29Merge pull request #7014 from asedge/api_create_tagDmitriy Zaporozhets
Add CreateTagService. Use new service to allow tag creation through API.
2014-05-28Fix broken repositories_spec test for creating new tags.Sean Edge
2014-05-27More fixup for HoundCI. Fix up some small issues in docs.Sean Edge
2014-05-27Better specs for Compare APIDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2014-05-27Expose timeout and same_ref compare fieldsDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2014-05-26Fixup for HoundCI.Sean Edge
2014-05-26Add tests for creating tag with API.Sean Edge
2014-05-26Add some tests to compare apiDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2014-04-11Added API testing groupJeroen van Baarsen
2014-03-31Move branches api to separate classDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2014-02-18Extract commits API to separate fileDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2014-01-22Make changes to testsDmitriy Zaporozhets
* project_with_code -> project * project -> ermpty_project Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2014-01-02Add support for various archive formats.Jason Hollingsworth
Used mime-types gem instead of hardcoding content types. Allow multiple extensions in archive route (.tar.gz, .tar.bz2). Change content disposition from infile(?) to attachment for api. Fixed api would return “archive” instead of {project}-{hash}.{ext}
2013-12-26Add api support for raw blob searchThom Gerdes
See issue http://feedback.gitlab.com/forums/176466-general/suggestions/4566001-expose-raw-object-search-via-the-gitlab-api