summaryrefslogtreecommitdiff
path: root/doc/api
Commit message (Collapse)AuthorAgeFilesLines
* Update project_import_export.md. Removed cURL statementproject_import_export_updateMichael Leopard2018-07-101-5/+0
|
* Update project_import_export.md to include example remote import script and ↵Michael Leopard2018-07-101-0/+31
| | | | additional curl command
* Merge branch 'fix-api-docs-simple-projects' into 'master'Rémy Coutable2018-07-101-4/+39
|\ | | | | | | | | Fix API docs around unauthenticated projects return fields See merge request gitlab-org/gitlab-ce!20477
| * Fix API docs on unauthenticated projects returnKaspar Emanuel2018-07-091-4/+39
| |
* | Adds with_projects optional parameter to /groups/:id API endpointTiago Botelho2018-07-091-0/+25
|/
* Merge branch 'ide-merge-request-info' into 'master'Sean McGivern2018-07-061-0/+1
|\ | | | | | | | | | | | | Added merge request info to Web IDE sidebar Closes #45187 See merge request gitlab-org/gitlab-ce!19860
| * added API docsPhil Hughes2018-07-051-0/+1
| | | | | | | | | | | | CHANGELOG improved comments in API code improved spec description
* | Mention the forked_from_project field in projects APIAchilleas Pipinellis2018-07-051-0/+33
|/
* Merge branch 'ee-5481-epic-todos' into 'master'Sean McGivern2018-07-041-0/+1
|\ | | | | | | | | Port of Todos for epics See merge request gitlab-org/gitlab-ce!19908
| * [backend] Addressed review commentsJan Provaznik2018-07-031-0/+1
| | | | | | | | | | | | | | * Group filtering now includes also issues/MRs from subgroups/subprojects * fixed due_date * Also DRYed todo controller specs
* | New jobs sortingÉlie2018-07-031-34/+34
|/
* Resolve "404 when trying to create a new issue from the group"Jan Beckmann2018-07-021-0/+2
|
* Merge branch 'ccr/add_locked_state' into 'master'Rémy Coutable2018-07-011-6/+6
|\ | | | | | | | | Add locked state to merge request API See merge request gitlab-org/gitlab-ce!20186
| * Add locked state to merge request APIChantal Rollison2018-06-281-6/+6
| |
* | Merge branch 'transfer_project_api_endpoint' into 'master'Grzegorz Bizon2018-06-291-0/+10
|\ \ | | | | | | | | | | | | | | | | | | Add transfer project endpoint to the Projects API Closes #45146 See merge request gitlab-org/gitlab-ce!20122
| * | Add transfer project endpoint to the Projects APIAram Visser2018-06-271-0/+10
| |/
* | Merge branch 'bvl-graphql-permissions' into 'master'Sean McGivern2018-06-281-1/+1
|\ \ | | | | | | | | | | | | | | | | | | expose permissions on types Closes #47695 See merge request gitlab-org/gitlab-ce!20152
| * | Expose permissions on types in GraphQLBob Van Landuyt2018-06-281-1/+1
| |/ | | | | | | | | This adds a reusable way to expose permissions for a user to types in GraphQL.
* | Merge branch 'straight-comparision-mode' into 'master'Sean McGivern2018-06-281-0/+1
|\ \ | | | | | | | | | | | | Allow straight diff in Compare API See merge request gitlab-org/gitlab-ce!20120
| * | Allow straight diff in Compare APIMaciej Nowak2018-06-281-0/+1
| |/ | | | | | | Repository compare API now allows choosing straight (from..to) or merge-base diff (from...to)
* | Add SHA256 and HEAD on File APIAhmet Demir2018-06-281-0/+34
|/
* Add ip_address to json examples in Runner API docsAchilleas Pipinellis2018-06-221-0/+12
|
* Merge branch 'docs-clarify-API-share-project-to-group' into 'master'Achilleas Pipinellis2018-06-202-1/+5
|\ | | | | | | | | Docs clarify API to share project to a group See merge request gitlab-org/gitlab-ce!19301
| * Docs clarify API to share project to a groupdocs-clarify-API-share-project-to-groupAndrew Winata2018-06-012-1/+5
| |
* | Merge branch 'ce-5024-filename-search' into 'master'Sean McGivern2018-06-201-0/+9
|\ \ | | | | | | | | | | | | | | | | | | Implement filtering by filename on code search Closes #43627 See merge request gitlab-org/gitlab-ce!19509
| * | Implement filtering by filename on code searchce-5024-filename-searchMario de la Ossa2018-06-191-0/+9
| | |
* | | Correct cURL syntaxHenrik Hüttemann2018-06-201-4/+4
| | |
* | | Merge branch 'dm-branch-api-can-push' into 'master'Robert Speicher2018-06-191-3/+8
|\ \ \ | | | | | | | | | | | | | | | | Expose whether current user can push into a branch on branches API See merge request gitlab-org/gitlab-ce!19958
| * | | Expose whether current user can push into a branch on branches APIdm-branch-api-can-pushDouwe Maan2018-06-181-3/+8
| | | |
* | | | Merge branch 'more-group-api-sorting-options' into 'master'Douwe Maan2018-06-191-2/+2
|\ \ \ \ | |/ / / |/| | | | | | | | | | | | | | | | | | | Fix group pagination and add sort by id to groups and subgroups Closes #47409 See merge request gitlab-org/gitlab-ce!19665
| * | | Add id group api sorting optionMarko, Peter2018-06-121-2/+2
| |/ / | | | | | | | | | | | | | | | | | | 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>
* | | Merge branch 'bvl-graphql-nested-merge-request' into 'master'Douwe Maan2018-06-151-3/+1
|\ \ \ | | | | | | | | | | | | | | | | Expose single merge request within a project GraphQL query See merge request gitlab-org/gitlab-ce!19853
| * | | Allow querying a single MR within a projectBob Van Landuyt2018-06-151-3/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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.
* | | | Fix indentation for 'Current status' sectionFabio Busatto2018-06-151-1/+1
|/ / /
* | | Fix fields for author & assignee in MR API docs.gfyoung2018-06-131-30/+32
| | | | | | | | | | | | Closes #42445.
* | | Resolve "Provide ability to retrieve `visibility` level via Snippets API"Jan2018-06-131-1/+5
| | |
* | | Added with_statsoption for GET /projects/:id/repository/commitsLeonid Batizhevskii2018-06-121-0/+1
|/ /
* | docMark Chao2018-06-061-2/+2
| |
* | docMark Chao2018-06-062-2/+2
| |
* | Doc updateMark Chao2018-06-064-8/+8
| |
* | Rename “Developers + Masters”Mark Chao2018-06-061-2/+2
| |
* | Merge branch '45821-avatar_api' into 'master'Rémy Coutable2018-06-061-0/+33
|\ \ | | | | | | | | | | | | | | | | | | Add Avatar API Closes #45821 See merge request gitlab-org/gitlab-ce!19121
| * | Add Avatar APIImre2018-06-061-0/+33
| |/
* | Merge branch 'bvl-graphql-start-34754' into 'master'Douwe Maan2018-06-061-0/+42
|\ \ | | | | | | | | | | | | | | | | | | GraphQL setup: Basic Project and Merge request endpoint Closes #34754 See merge request gitlab-org/gitlab-ce!19008
| * | Initial setup GraphQL using graphql-ruby 1.8Bob Van Landuyt2018-06-061-13/+21
| | | | | | | | | | | | | | | | | | | | | | | | | | | - All definitions have been replaced by classes: http://graphql-ruby.org/schema/class_based_api.html - Authorization & Presentation have been refactored to work in the class based system - Loaders have been replaced by resolvers - Times are now coersed as ISO 8601
| * | Add `present_using` to typesBob Van Landuyt2018-06-051-0/+34
| | | | | | | | | | | | | | | | | | | | | | | | By specifying a presenter for the object type, we can keep the logic out of `GitlabSchema`. The presenter gets initialized using the object being presented, and the context (including the `current_user`).
* | | Merge branch '25045-add-variables-to-post-pipeline-api' into 'master'Grzegorz Bizon2018-06-061-0/+1
|\ \ \ | |/ / |/| | | | | | | | | | | | | | Resolve "POST api/v4/projects/:id/pipeline should accept variables" Closes #25045 See merge request gitlab-org/gitlab-ce!19124
| * | Removes variables from pipelines apiJacopo2018-06-051-2/+1
| | |
| * | Review 1Jacopo2018-06-011-1/+1
| | |
| * | Rename variables_attributes => variables and adds spec for exclude/only optionJacopo2018-06-011-1/+1
| | |