summaryrefslogtreecommitdiff
path: root/doc/api
Commit message (Collapse)AuthorAgeFilesLines
* 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
| |
* | Remove an extra backtick from Group Milestones API documentationRobert Speicher2018-05-111-1/+1
|/
* Merge branch 'docs-fixed-typo-microsoft-teams-slug' into 'master'Achilleas Pipinellis2018-05-111-3/+3
| | | | | Fix: API Documentation typo on Microsoft Teams slug See merge request gitlab-org/gitlab-ee!5412
* Expand documentation for Runners APIMark Fletcher2018-05-101-0/+83
| | | | | | - Document Registation - POST `/runners/` - Document Deletion - DELETE `/runners/` - Document Verification - POST `/runners/verify/
* Store application wide termsBob Van Landuyt2018-05-041-0/+6
| | | | | | | | This allows admins to define terms in the application settings. Every time the terms are adjusted, a new version is stored and becomes the 'active' version. This allows tracking which specific version was accepted by a user.
* Merge request and commit discussions APIJan Provaznik2018-05-012-8/+586
|
* show only groups an admin is a member of in dashboards/gropsRoger Rüttimann2018-05-011-2/+2
|
* Merge branch 'jramsay-44880-filter-pipelines-by-sha' into 'master'Kamil Trzciński2018-04-291-0/+1
|\ | | | | | | | | | | | | Add sha filter to list pipelines Closes #44880 See merge request gitlab-org/gitlab-ce!18125
| * Add sha filter to list pipelinesJames Ramsay2018-04-271-0/+1
| | | | | | | | | | | | | | To find the pipeline for a specific sha requires scanning the list of all pipelines for a ref that contains the sha. This makes it hard to find the pipeline id needed to access a trace for a specific job run in the pipeline using the API.
* | Fixed typosPascal Borreli2018-04-273-4/+4
|/
* Merge branch 'docs-zj-api-compat-docs' into 'master'Rémy Coutable2018-04-261-0/+23
|\ | | | | | | | | | | | | Document compatibility process for the HTTP API Closes #22693 See merge request gitlab-org/gitlab-ce!18565
| * Document compatibility process for the HTTP APIZeger-Jan van de Weg2018-04-261-0/+23
| | | | | | | | | | | | | | GitLab lacked formal documentation around our API, how the versioning worked and to the numbers meant. Fixes https://gitlab.com/gitlab-org/gitlab-ce/issues/22693
* | Merge branch 'docs-add-snippets-api-index' into 'master'Marcia Ramos2018-04-251-0/+1
|\ \ | |/ |/| | | | | Link to Snippets API docs from API index See merge request gitlab-org/gitlab-ce!18536