summaryrefslogtreecommitdiff
path: root/doc/api
Commit message (Collapse)AuthorAgeFilesLines
* 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
| | |
| * | Adds variables to POST api/v4/projects/:id/pipelineJacopo2018-06-011-1/+3
| |/
* | Merge branch '42751-rename-mr-maintainer-push' into 'master'Robert Speicher2018-06-051-2/+6
|\ \ | | | | | | | | | | | | Rephrase Merge Request Maintainer Edit See merge request gitlab-org/gitlab-ce!19061
| * | Rephrase "maintainer" to more precise "members who can merge to the target ↵42751-rename-mr-maintainer-pushMark Chao2018-06-011-2/+6
| |/ | | | | | | | | | | branch" "Maintainer" will be freed to be used for #42751
* | Merge branch 'sh-add-missing-squash-param-api-docs' into 'master'Achilleas Pipinellis2018-06-041-0/+1
|\ \ | |/ |/| | | | | Fix missing squash parameter in doc/api/merge_requests.md See merge request gitlab-org/gitlab-ce!19260
| * Fix missing squash parameter in doc/api/merge_requests.mdsh-add-missing-squash-param-api-docsStan Hu2018-05-301-0/+1
| |
* | Add merge requests list endpoint for groupsFelipe Artur2018-05-311-0/+106
| |
* | Removed API endpoint and specsfj-36819-remove-v3-apiFrancisco Javier López2018-05-305-15/+13
|/
* Merge branch 'blackst0ne-squash-and-merge-in-gitlab-core-ce' into 'master'Phil Hughes2018-05-301-1/+11
|\ | | | | | | | | | | | | Resolve "Squash and merge in GitLab Core (CE)" Closes #34591 See merge request gitlab-org/gitlab-ce!18956
| * Add 'squash and rebase' feature to CEblackst0ne-squash-and-merge-in-gitlab-core-ceblackst0ne2018-05-291-1/+11
| |
* | Merge branch '46758-fallout-of-cacheable-attribute' into 'master'Douwe Maan2018-05-291-2/+5
|\ \ | | | | | | | | | | | | | | | | | | Ensure ApplicationSetting#performance_bar_allowed_group_id is properly set when retrieved from cache Closes #46758 See merge request gitlab-org/gitlab-ce!19144
| * | Ensure ApplicationSetting#performance_bar_allowed_group_id is properly set ↵Rémy Coutable2018-05-291-2/+5
| | | | | | | | | | | | | | | | | | when retrieved from cache Signed-off-by: Rémy Coutable <remy@rymai.me>
* | | Merge branch '44602-clarify-update-docs-text-about-restrictions' into 'master'Achilleas Pipinellis2018-05-291-1/+1
|\ \ \ | |/ / |/| | | | | | | | Resolve "Clarify/Update docs/text about restrictions." See merge request gitlab-org/gitlab-ce!17970
| * | include groups in descriptionDavin Walker2018-05-281-1/+1
| |/
* | Expose artifacts_expire_at field for job entity in apiSemyon Pupkov2018-05-261-0/+5
|/ | | | https://gitlab.com/gitlab-org/gitlab-ce/issues/45798
* Clarify milestone_id scope for API operations on IssuablesMark Fletcher2018-05-242-4/+4
|
* Resolve "Deprecate Gemnasium project service"Olivier Gonzalez2018-05-231-0/+7
|
* Expose readme url in Project APIImre Farkas2018-05-221-1/+10
|
* Merge branch '44799-api-naming-issue-scope' into 'master'Rémy Coutable2018-05-212-8/+10
|\ | | | | | | | | | | | | Resolve "API naming for issue scope" Closes #44799 See merge request gitlab-org/gitlab-ce!18935
| * Add created_by_me and assigned_to_me scopes44799-api-naming-issue-scopeMark Chao2018-05-212-8/+10
| | | | | | | | Deprecate corresponding dash versions created-by-me and assigned-to-me
* | Resolve "Expand API: Render an arbitrary Markdown document"blackst0ne2018-05-182-0/+30
| |
* | Move API group deletion to SidekiqStan Hu2018-05-181-0/+3
| |
* | Clean up docsblackst0ne2018-05-141-2/+2
| |