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
2019-01-10Fix files/blob api endpoint content dispositionFrancisco Javier López
2018-12-31Fixed api content-disposition in blob and files endpointFrancisco Javier López
2018-12-19Update specs to rails5 formatblackst0ne
Updates specs to use new rails5 format. The old format: `get :show, { some: params }, { some: headers }` The new format: `get :show, params: { some: params }, headers: { some: headers }`
2018-11-23Set content disposition attachment to several endpointsFrancisco Javier López
2018-10-12Allow getting the merge base of multiple revisionsBob Van Landuyt
As we now support getting the merge base for multiple revisions in gitaly, we can provide this functionality in our API
2018-08-13Get the `merge-base` of 2 refs trough the APIBob Van Landuyt
This adds an endpoint to get the common ancestor of 2 refs from the API.
2018-07-11Resolve "Rename the `Master` role to `Maintainer`" BackendMark Chao
2018-06-28Allow straight diff in Compare APIMaciej Nowak
Repository compare API now allows choosing straight (from..to) or merge-base diff (from...to)
2018-06-05Fix repository archive generation when hashed storage is enabledNick Thomas
2018-04-17[API] Fix URLs in the 'Link' header for 'GET ↵Rémy Coutable
/projects/:id/repository/contributors' when no value is passed for 'order_by' or 'sort' Signed-off-by: Rémy Coutable <remy@rymai.me>
2017-12-13Adds ordering to projects contributors in APIJacopo
Allows ordering in GET api/v4/projects/:project_id/repository/contributors through `order_by` and `sort` params. The available `order_by` options are: name|email|commits. The available `sort` options are: asc|desc.
2017-10-20Refactor `have_http_status` into `have_gitlab_http_status` in the specsJacopo
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