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
path: root/doc/api
AgeCommit message (Collapse)Author
2018-07-19Backport of gitlab-org/gitlab-ee!6137Valery Sizov
2018-07-17Merge branch '38095-change-api-docs-lookup-by-username' into 'master'Rémy Coutable
Resolve "Change API docs to reflect that lookup by username does not require admin access" Closes #38095 See merge request gitlab-org/gitlab-ce!20646
2018-07-16Update pipelines.md to have correct curl commandsAlex Holland
2018-07-16Update doc/api/users.mdDaniel Fernau
Move "search by email or username" block to "for normal users" section
2018-07-12Merge branch 'dz-manifest-import' into 'master'Douwe Maan
Add manifest import See merge request gitlab-org/gitlab-ce!20304
2018-07-12Merge branch 'docs-add-api-params-array-hash' into 'master'Douwe Maan
Add examples for array and hash type API params See merge request gitlab-org/gitlab-ce!20574
2018-07-12Merge branch 'project_import_export_update' into 'master'Marcia Ramos
Update project_import_export.md to include example remote import script and additional curl command See merge request gitlab-org/gitlab-ce!20529
2018-07-12Resolve "do not set updated_at when creating note"Kia Mei Somabes
2018-07-12Add examples for array and hash type API paramsAthar Hameed
2018-07-11Revert "Merge branch 'ee-5481-epic-todos' into 'master'"Jarka Kadlecová
This reverts commit 4d9a3f42f1fd3be21555e19872b7121cca65015e, reversing changes made to ecf9c145f6e4d170cd059df88743393d9e63c489.
2018-07-11Add documentation for manifest import featureDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2018-07-10Update project_import_export.md. Removed cURL statementMichael Leopard
2018-07-10Update project_import_export.md to include example remote import script and ↵Michael Leopard
additional curl command
2018-07-10Merge branch 'fix-api-docs-simple-projects' into 'master'Rémy Coutable
Fix API docs around unauthenticated projects return fields See merge request gitlab-org/gitlab-ce!20477
2018-07-09Fix API docs on unauthenticated projects returnKaspar Emanuel
2018-07-09Adds with_projects optional parameter to /groups/:id API endpointTiago Botelho
2018-07-06Merge branch 'ide-merge-request-info' into 'master'Sean McGivern
Added merge request info to Web IDE sidebar Closes #45187 See merge request gitlab-org/gitlab-ce!19860
2018-07-05added API docsPhil Hughes
CHANGELOG improved comments in API code improved spec description
2018-07-05Mention the forked_from_project field in projects APIAchilleas Pipinellis
2018-07-04Merge branch 'ee-5481-epic-todos' into 'master'Sean McGivern
Port of Todos for epics See merge request gitlab-org/gitlab-ce!19908
2018-07-03New jobs sortingÉlie
2018-07-03[backend] Addressed review commentsJan Provaznik
* Group filtering now includes also issues/MRs from subgroups/subprojects * fixed due_date * Also DRYed todo controller specs
2018-07-02Resolve "404 when trying to create a new issue from the group"Jan Beckmann
2018-07-01Merge branch 'ccr/add_locked_state' into 'master'Rémy Coutable
Add locked state to merge request API See merge request gitlab-org/gitlab-ce!20186
2018-06-29Merge branch 'transfer_project_api_endpoint' into 'master'Grzegorz Bizon
Add transfer project endpoint to the Projects API Closes #45146 See merge request gitlab-org/gitlab-ce!20122
2018-06-28Add locked state to merge request APIChantal Rollison
2018-06-28Merge branch 'bvl-graphql-permissions' into 'master'Sean McGivern
expose permissions on types Closes #47695 See merge request gitlab-org/gitlab-ce!20152
2018-06-28Expose permissions on types in GraphQLBob Van Landuyt
This adds a reusable way to expose permissions for a user to types in GraphQL.
2018-06-28Merge branch 'straight-comparision-mode' into 'master'Sean McGivern
Allow straight diff in Compare API See merge request gitlab-org/gitlab-ce!20120
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-28Add SHA256 and HEAD on File APIAhmet Demir
2018-06-27Add transfer project endpoint to the Projects APIAram Visser
2018-06-22Add ip_address to json examples in Runner API docsAchilleas Pipinellis
2018-06-20Merge branch 'docs-clarify-API-share-project-to-group' into 'master'Achilleas Pipinellis
Docs clarify API to share project to a group See merge request gitlab-org/gitlab-ce!19301
2018-06-20Merge branch 'ce-5024-filename-search' into 'master'Sean McGivern
Implement filtering by filename on code search Closes #43627 See merge request gitlab-org/gitlab-ce!19509
2018-06-20Correct cURL syntaxHenrik Hüttemann
2018-06-19Merge branch 'dm-branch-api-can-push' into 'master'Robert Speicher
Expose whether current user can push into a branch on branches API See merge request gitlab-org/gitlab-ce!19958
2018-06-19Implement filtering by filename on code searchMario de la Ossa
2018-06-19Merge branch 'more-group-api-sorting-options' into 'master'Douwe Maan
Fix group pagination and add sort by id to groups and subgroups Closes #47409 See merge request gitlab-org/gitlab-ce!19665
2018-06-18Expose whether current user can push into a branch on branches APIDouwe Maan
2018-06-15Merge branch 'bvl-graphql-nested-merge-request' into 'master'Douwe Maan
Expose single merge request within a project GraphQL query See merge request gitlab-org/gitlab-ce!19853
2018-06-15Allow querying a single MR within a projectBob Van Landuyt
This allows the user to get a single MR nested in a GraphQL project query. Since we need the full path and the iid anyway, this makes more sense than having a root query that needs the full path as well.
2018-06-15Fix indentation for 'Current status' sectionFabio Busatto
2018-06-14Fix fields for author & assignee in MR API docs.gfyoung
Closes #42445.
2018-06-13Resolve "Provide ability to retrieve `visibility` level via Snippets API"Jan
2018-06-12Added with_statsoption for GET /projects/:id/repository/commitsLeonid Batizhevskii
2018-06-12Add id group api sorting optionMarko, Peter
With introduction of subgroups, many groups may have the same name and/or path, thus further sorting options are necessary. Signed-off-by: Marko, Peter <peter.marko@siemens.com>
2018-06-06docMark Chao
2018-06-06docMark Chao
2018-06-06Doc updateMark Chao