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-02-12Added example for get file archiveArihant
2019-01-26Docs: Minor fix to formattingMarti Raudsepp
2019-01-08Merge branch 'doc-merge_base' into 'master'Evan Read
Fix doc for "Allow getting the merge base of multiple revisions" See merge request gitlab-org/gitlab-ce!24051
2019-01-04Replace look-alike token with '<your_access_token>'Achilleas Pipinellis
Replace all '9koXpg98eAheJpvBs5tK' occurrences with '<your_access_token>' in API docs.
2018-12-27Fix doc for "Allow getting the merge base of multiple revisions"Mathieu Parent
See 71d71afb3ac5f302470e66ace4f59e247249d99e
2018-12-03Fix documentation for /api/v4/projects/:id/repository/archiveStan Hu
The documentation mistakenly says that `format` can be used as a parameter, but the Grape middleware reserves `format` as a content-type header. Update the documentation to make it explicit the suffix should be used to specify a format. Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/45992
2018-11-09Parameter per_page addedAlvaro Junqueira
2018-10-21fix a typo in repositories.md (contend -> content)Maurits
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-06-28Allow straight diff in Compare APIMaciej Nowak
Repository compare API now allows choosing straight (from..to) or merge-base diff (from...to)
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>
2018-01-29Document format parameter for Repository Archive endpointMark Fletcher
2018-01-04Specifies the accepted refs for downloading an archive via the APIMark Fletcher
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-13Adds requirements that supports anything in sha paramsGuilherme Vieira
2017-05-18Add "API" to all respective headings (h1s)Marcia Ramos
2017-04-08Mention URL path encoding to all API docsAchilleas Pipinellis
2017-04-08Add information about namespace encoding to API docsDawid Goslawski
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-03-01Clarification of list repository tree API callMarius Kleiner
2016-12-19Allow Repositories API GET endpoints to be requested anonymouslyRémy Coutable
Signed-off-by: Rémy Coutable <remy@rymai.me>
2016-11-12Issue #4270: Recursive option for files through APIRebeca Méndez
2015-11-12Move git tags API to separate fileDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2015-02-16Correct json payload [ci skip]Bugagazavr
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-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-15Fix Md style for API.Ciro Santilli
2014-08-07Fix spelling errors in doc, closes #7437Robert Schilling
Further changes
2014-07-02Add contributors API docsDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
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-27More fixup for HoundCI. Fix up some small issues in docs.Sean Edge
2014-05-27Add titles to doc pages.Marin Jankovski
2014-05-27Expose timeout and same_ref compare fieldsDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2014-05-26Add compare branches endpoint to APIDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2014-05-24Update documentaiton for create_tag method.Sean Edge
2014-04-05Api-Doc JSON lintJohannes Schleifenbaum
Fixes: #5505
2014-03-31Move branches API docs to separate fileDmitriy 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-02-18Complete api files CRUDDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2014-01-16Mention base64 encoding for files APIDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2014-01-06Merge pull request #5823 from bobot/feature/api_parent_idsDmitriy Zaporozhets
[API] add parent_ids to specific commit informations
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
2013-12-11[API] add parent_ids to specific commit informationsFrançois Bobot
2013-11-20Improve consistency: use file_path for API create/update/delete filesDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2013-11-19API: delete file from repositoryDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2013-11-11API: Edit file in repositoryDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2013-11-10Fix type in API docDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>