summaryrefslogtreecommitdiff
path: root/doc/api
Commit message (Collapse)AuthorAgeFilesLines
...
* | Docs: Last batch of misc broken anchorsMarcel Amirault2019-03-041-1/+1
| |
* | add tag_list param to runners apiAlexis Reigel2019-02-271-16/+22
| |
* | Merge branch '42086-project-fetch-statistics-api-http-only' into 'master'57125-heatmap-chart-typeNick Thomas2019-02-271-0/+49
|\ \ | | | | | | | | | | | | | | | | | | Resolve "Project fetch statistics API (HTTP only)" Closes #42086 See merge request gitlab-org/gitlab-ce!23596
| * | Add project http fetch statistics APIJacopo2019-02-271-0/+49
| | | | | | | | | | | | | | | | | | The API get projects/:id/traffic/fetches allows user with write access to the repository to get the number of clones for the last 30 days.
* | | Merge branch 'osw-merge-refs-refreshing-api' into 'master'Douwe Maan2019-02-271-0/+34
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | API support for MR merge to temporary merge ref path Closes #57252 See merge request gitlab-org/gitlab-ce!24918
| * | | Add API support for refreshing merge ref pathOswaldo Ferreira2019-02-261-0/+34
| | | | | | | | | | | | | | | | | | | | | | | | Add a merge_requests/:iid/merge_to_ref API which make use of the groundwork to write merge results into refs/merge-requests/:iid/merge.
* | | | Added: Documentation for the APINermin Vehabovic2019-02-261-0/+15
| | | | | | | | | | | | | | | | Added: Specs for the API action
* | | | Merge branch 'ce-revert-d5ce84fd' into 'master'Lin Jen-Shin2019-02-261-0/+7
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Revert "Merge branch 'revert-82d7b5a0-ce' into 'master'" Closes #57857 and #50747 See merge request gitlab-org/gitlab-ce!25559
| * | | | Merge branch 'filter-confidential-issues' into 'master'Kamil Trzciński2019-02-261-0/+7
| |/ / / | | | | | | | | | | | | | | | | | | | | | | | | Ability to filter confidential issues Closes #50747 See merge request gitlab-org/gitlab-ce!24960
* | | | Merge branch 'add_YouTrack_integration' into 'master'Sean McGivern2019-02-261-0/+36
|\ \ \ \ | |/ / / |/| | | | | | | | | | | | | | | | | | | Added YouTrack integration Closes #42595 See merge request gitlab-org/gitlab-ce!25361
| * | | API documentation, changelog and additional tests for YouTrack integration ↵Yauhen Kotau2019-02-201-0/+36
| | | | | | | | | | | | | | | | service
* | | | Revert "Merge branch ↵Michael Kozono2019-02-252-62/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | '49449-add-an-api-endpoint-for-bulk-updating-issues-and-mrs' into 'master'" This reverts commit 7981c0292b07a0138b096fa082341fcb13e9ce2b, reversing changes made to 9202bbd129537a698b986e6295d0c783b5a84815.
* | | | Revert "Merge branch 'filter-confidential-issues' into 'master'"Michael Kozono2019-02-251-7/+0
| | | | | | | | | | | | | | | | | | | | This reverts commit d133bf84c668df3dfc9938bb04150754cb873c8b, reversing changes made to 7981c0292b07a0138b096fa082341fcb13e9ce2b.
* | | | Merge branch '40795-set-project-name-on-fork-api' into 'master'Douwe Maan2019-02-251-0/+2
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add ability to set project path and name on fork using API Closes #40795 See merge request gitlab-org/gitlab-ce!25363
| * | | | Let users set name/path on project fork using APIBalasankar "Balu" C2019-02-201-0/+2
| | | | |
* | | | | Merge branch 'filter-confidential-issues' into 'master'Kamil Trzciński2019-02-251-0/+7
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Ability to filter confidential issues Closes #50747 See merge request gitlab-org/gitlab-ce!24960
| * | | | | Add API support for filtering confidential issuesRobert Schilling2019-02-211-0/+7
| | | | | |
* | | | | | Merge branch '49449-add-an-api-endpoint-for-bulk-updating-issues-and-mrs' ↵Rémy Coutable2019-02-252-0/+62
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | into 'master' API endpoint for bulk updating issues and MRs Closes #49449 See merge request gitlab-org/gitlab-ce!25201
| * | | | | | Incorporate review feedbackRobert Schilling2019-02-182-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Use shared examples for issues and merge requests rather than a loop creating common specs.
| * | | | | | Add new to test bulk_update endpoint for issues and MRsRobert Schilling2019-02-142-0/+62
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add documentation for issues and MRs. Add shared tests for both bulk updating issues and MRs.
* | | | | | | Fix misspellings in docsTakuya Noguchi2019-02-251-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Takuya Noguchi <takninnovationresearch@gmail.com>
* | | | | | | Ensure all lists are surrounded by new linesEvan Read2019-02-221-0/+1
| |_|_|_|/ / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Markdown renderers find it easier to determine where lists start and end when lists are surrounded by new lines. For consistency, also ensure entries in the list are aligned when they span multipls lines.
* | | | | | Add GraphQL filters for issuables (state, labels, time fields)Rémy Coutable2019-02-211-1/+1
| |/ / / / |/| | | | | | | | | | | | | | Signed-off-by: Rémy Coutable <remy@rymai.me>
* | | | | Document active param for JIRA service APIAthar Hameed2019-02-211-0/+1
| | | | |
* | | | | Added missing comma in sample response json for list of boards and a single ↵akkee2019-02-201-3/+3
| |/ / / |/| | | | | | | | | | | board
* | | | Add related merge request count to api responsePatrick Derichs2019-02-191-0/+10
| | | |
* | | | Merge branch 'jej/feature-gates-can-be-set-by-group-path' into 'master'James Lopez2019-02-191-1/+2
|\ \ \ \ | |_|/ / |/| | | | | | | | | | | Allow setting feature flags per GitLab group See merge request gitlab-org/gitlab-ce!25022
| * | | Allow setting feature flags per GitLab groupJames Edwards-Jones2019-02-191-1/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Building on support for setting feature flags by project, this adds support for setting them by GitLab group path. This is different from setting them by Flipper feature_groups, which are for batch updating pre-registered collections.
* | | | Remove consecutive blank lines from markdown filesEvan Read2019-02-1816-27/+0
| | | | | | | | | | | | | | | | | | | | For the sake of consistency, removes any extraneous consecutive blank lines from the doc suite.
* | | | Refactor of API landing pageEvan Read2019-02-157-111/+150
| | | | | | | | | | | | | | | | | | | | - Breaks up into more sections. - Also minor fixes to pages within sections.
* | | | Merge branch ↵Marcia Ramos2019-02-151-5/+6
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | '36263-the-award-emoji-api-has-an-incorrect-description-of-the-id-parameter' into 'master' Clarify IDs in the award emoji API Closes #36263 See merge request gitlab-org/gitlab-ce!25215
| * | | | API: Clarify the award emoji docsRobert Schilling2019-02-131-5/+6
| | |/ / | |/| |
* | | | Merge branch '49502-gpg-signature-api-endpoint' into 'master'Douwe Maan2019-02-151-0/+40
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Provide an API endpoint to get the GPG signature of a commit Closes #49502 See merge request gitlab-org/gitlab-ce!25032
| * | | | Add API docs for commit's GPG signature endpoint49502-gpg-signature-api-endpointBalasankar "Balu" C2019-02-141-0/+40
| | | | |
* | | | | API: Expose if the user can merge a given merge requestRobert Schilling2019-02-141-0/+3
| | | | |
* | | | | Merge branch '56694-mark-group-level-labels-in-label-api-as-such' into 'master'Rémy Coutable2019-02-141-8/+16
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Mark group-level labels in Label API as such. Closes #56694 See merge request gitlab-org/gitlab-ce!25219
| * | | | | Add docs and specsRobert Schilling2019-02-131-8/+16
| | |/ / / | |/| | |
* | | | | Revert "Merge branch '50559-add-milestone-progress-to-api' into 'master'"Stan Hu2019-02-142-2/+0
| |/ / / |/| | | | | | | This reverts merge request !25173
* | | | Merge branch '57101-api-docs-for-hangouts-chat-service-incorrect' into 'master'Rémy Coutable2019-02-131-3/+3
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | API: Fix docs and parameters for hangouts-chat service Closes #57101 See merge request gitlab-org/gitlab-ce!25180
| * | | | API: Fix docs and parameters for hangouts-chat serviceRobert Schilling2019-02-131-3/+3
| |/ / /
* | | | Add milestone progress to APIRobert Schilling2019-02-132-0/+2
| | | |
* | | | Add support for FTP assets for releasesRobert Schilling2019-02-131-0/+1
| | | | | | | | | | | | | | | | Extend the list of supported protocols to include FTP.
* | | | Merge branch '50006-expose-textcolor-from-public-labels-api' into 'master'Rémy Coutable2019-02-132-0/+14
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Resolve "Expose textcolor from public labels API" Closes #50006 See merge request gitlab-org/gitlab-ce!25172
| * | | | API: Expose text_color for project and group labelsRobert Schilling2019-02-122-0/+14
| |/ / /
* | | | Docs: Fixing path in links in api release docMarcel Amirault2019-02-131-7/+7
|/ / /
* | | Added example for get file archiveArihant2019-02-121-1/+5
| | |
* | | Merge branch '57450-follow-up-from-api-group-labels' into 'master'Achilleas Pipinellis2019-02-111-8/+8
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Resolve "Follow-up from "API group labels"" Closes #57450 See merge request gitlab-org/gitlab-ce!25070
| * | | Improve group labels API docs57450-follow-up-from-api-group-labelsRobert Schilling2019-02-101-8/+8
| | | |
* | | | Merge branch 'docs-57480-fix-branch-api-table-format' into 'master'Achilleas Pipinellis2019-02-111-0/+1
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix branch API table format Closes #57480 See merge request gitlab-org/gitlab-ce!25091
| * | | | Fix branch API table formatMark Fletcher2019-02-111-0/+1
| |/ / /