summaryrefslogtreecommitdiff
path: root/doc/api
Commit message (Collapse)AuthorAgeFilesLines
* Added relationships between Release and MilestoneEtienne Baqué2019-09-031-20/+74
| | | | | | Modified schema via migrations. Added one-to-one relationship between the two models. Added changelog file
* Realign 3 docs that diverged between ce/eeMarcel Amirault2019-09-022-2/+2
|
* Improve document format, putting parameters in a tableAlexis Sánchez2019-09-011-1/+3
|
* Improve RAW reading, consistency in api uriAlexis Sánchez2019-09-011-60/+60
|
* Merge branch '12055-public-mr-approval-rules-api-ce' into 'master'Robert Speicher2019-08-301-4/+268
|\ | | | | | | | | Doc: Add documentation about public MR-level API See merge request gitlab-org/gitlab-ce!32133
| * Doc: Fix order of sections12055-public-mr-approval-rules-api-cePatrick Bajao2019-08-301-81/+81
| |
| * Doc: Update POST/PUT endpoints to use *_ids paramsPatrick Bajao2019-08-301-8/+8
| |
| * Doc: Fix type of users and groups paramsPatrick Bajao2019-08-301-8/+8
| |
| * Doc: Add info about update/delete restrictionPatrick Bajao2019-08-301-1/+7
| |
| * Doc: Add documentation about public MR-level APIPatrick Bajao2019-08-301-0/+258
| |
* | Merge branch 'master' into 'doc_api_settings'Achilleas Pipinellis2019-08-307-24/+37
|\ \ | | | | | | | | | # Conflicts: # doc/api/settings.md
| * | Update doc/api/deploy_keys.mdAlexis Sánchez2019-08-301-5/+8
| | |
| * | Merge branch 'revert-79fa2cd9' into 'master'Evan Read2019-08-301-5/+5
| |\ \ | | |/ | |/| | | | | | | | | | | | | Revert "Merge branch 'nik-api-snippets-fix' into 'master'" Closes #66673 See merge request gitlab-org/gitlab-ce!32295
| | * Revert "Merge branch 'nik-api-snippets-fix' into 'master'"revert-79fa2cd9Stan Hu2019-08-271-5/+5
| | | | | | | | | This reverts merge request !28571
| * | Remove spaces from lines failing lintThomas Randolph2019-08-291-6/+6
| | |
| * | Merge branch 'master' of dev.gitlab.org:gitlab/gitlabhqRobert Speicher2019-08-295-14/+24
| |\ \
| | * \ Merge branch 'security-enable-image-proxy' into 'master'GitLab Release Tools Bot2019-08-291-0/+10
| | |\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Use image proxy to mitigate stealing ip addresses Closes #2812 See merge request gitlab/gitlabhq!2926
| | | * | Add support for using a Camo proxy serverBrett Walker2019-08-231-0/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | User images and videos will get proxied through the Camo server in order to keep malicious sites from collecting the IP address of users.
| | * | | Merge branch 'security-61974-limit-issue-comment-size' into 'master'GitLab Release Tools Bot2019-08-294-14/+14
| | |\ \ \ | | | |/ / | | |/| | | | | | | | | | | | Limit the size of issuable description and comments See merge request gitlab/gitlabhq!3267
| | | * | Limit the size of issuable description and commentsAlexandru Croitor2019-08-224-14/+14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Limiting the size of issuable description and comments to 1_000_000, which is close to ~1MB of ASCII characters, which represents 99.9% of all descriptions and comments we have in DB at the moment. This should help prevent DoS attacks when comments contain refference strings. Also this change updates regexp matching the namespaces paths by limiting the namespaces paths to Namespace::NUMBER_OF_ANCESTORS_ALLOWED, as we allow 20 levels deep groups. see https://gitlab.com/gitlab-org/gitlab-ce/issues/61974#note_191274234
* | | | | Apply suggestion to doc/api/settings.mdAchilleas Pipinellis2019-08-291-1/+1
| | | | |
* | | | | Settings API: External authentication moved to coreMathieu Parent2019-08-291-15/+11
| | | | | | | | | | | | | | | | | | | | See #57131.
* | | | | Settings API: Remove sentry settingsMathieu Parent2019-08-291-2/+0
| | | | | | | | | | | | | | | | | | | | See !28447
* | | | | Settings API: Document undocumented settingsMathieu Parent2019-08-291-1/+12
| | | | |
* | | | | Settings API: Document the missing import_sourcesMathieu Parent2019-08-291-1/+2
| | | | |
* | | | | Settings API: Sort settingsMathieu Parent2019-08-291-17/+18
|/ / / /
* | | | Merge branch 'docs-nelbacha-improve-grammar-and-code' into 'master'Tom Atkins2019-08-281-2/+2
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | Improve grammar and correct syntax in curl example See merge request gitlab-org/gitlab-ce!32163
| * | | | Improve grammar and correct syntax in curl exampledocs-nelbacha-improve-grammar-and-codeNourdin el Bacha2019-08-231-2/+2
| |/ / /
* | | | Update CE files for GSD projects filterVictor Zagorodny2019-08-281-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | A new param with_security_reports was added to GET /groups/:id/projects API and the code to support this logic in GroupProjectsFinder and Project model. Also, a DB index was added to ci_job_artifacts table to speed up the search of security reports artifacts for projects
* | | | Fix markdown in various docsMarcel Amirault2019-08-281-1/+0
| |_|/ |/| | | | | | | | | | | | | | Clean up issues that may cause the docs-lint test to fail, such as trailing whitespace, no EOF newline, blockquotes, etc
* | | Remove trailing whitespace from project snippets API docssh-fix-docs-lint-snippetsStan Hu2019-08-271-2/+2
| | | | | | | | | | | | Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/66677
* | | Add example requests for snippets APIRainer Kern2019-08-271-0/+58
| | |
* | | Merge branch '57657-promote-label-to-group-label-via-api-endpoint' into 'master'Sean McGivern2019-08-271-0/+34
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Promote Label to Group Label via API endpoint Closes #57657 See merge request gitlab-org/gitlab-ce!25218
| * | | Update docs targeting 12.3Robert Schilling2019-08-261-1/+1
| | | |
| * | | Move promote to put and add more specsRobert Schilling2019-08-261-2/+2
| | | |
| * | | Add docs and first specsRobert Schilling2019-08-261-0/+34
| |/ /
* | | Update doc/api/events.mdAlexis Sánchez2019-08-271-6/+6
| | |
* | | Add backticks and remove square bracketsMarcel Amirault2019-08-261-4/+4
| | | | | | | | | | | | | | | Square and Angle bracket use causes kramdown warnings, so changed or enclosed in backticks as needed
* | | Fix N+1 Gitaly calls in /api/v4/projects/:id/issuessh-fix-nplusone-issuesStan Hu2019-08-231-1/+0
|/ / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This is a follow-up from https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/31938. In GitLab 9.0, https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/9661 removed the `subscribed` flag from the API when the user requested a list of issues or merge requests since calculating this value triggers extensive Markdown processing. In GitLab 12.0 via a4fbf39e, we accidentally reintroduced this performance regression by changing `IssueBasic` to `Issue` in `entities.rb`. This showed up as a Gitaly N+1 issue since the Markdown processing would attempt to extract a commit if it detected a regex that matched a commit. We restore the prior behavior by once again removing the `subscribed` flag for the bulk list of issues and merge requests and add a test to ensure they aren't reintroduced. Relates to https://gitlab.com/gitlab-org/gitlab-ce/issues/66202
* | Add label_id parameter to label API for PUT and DELETEPatrick Derichs2019-08-231-3/+5
| | | | | | | | Add specs for new parameter and updated documentation as well.
* | Merge branch '57402-upate-issues-list-sort-options-ce' into 'master'Jan Provaznik2019-08-231-3/+3
|\ \ | | | | | | | | | | | | CE: Update sort options for issues list See merge request gitlab-org/gitlab-ce!31849
| * | Update sort options for issues list57402-upate-issues-list-sort-options-ceAlexandru Croitor2019-08-231-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Increase sort options for issues list from updated_at and create_at, to include more options close to what is required in actual issue list UI. This helps us to use REST API for issues list with sorting capabilities https://gitlab.com/gitlab-org/gitlab-ce/issues/57402
* | | Update dependencies api docTetiana Chupryna2019-08-231-5/+11
| | |
* | | Update capitalization in admin, api, othersMarcel Amirault2019-08-237-12/+12
|/ / | | | | | | | | Update capitalization in /administration, /api, /ci and /customization
* | Expose namespace storage statistics with GraphQLAlessio Caiazza2019-08-221-0/+12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Root namespaces have storage statistics. This commit allows namespace owners to get those stats via GraphQL queries like the following one { namespace(fullPath: "a_namespace_path") { rootStorageStatistics { storageSize repositorySize lfsObjectsSize buildArtifactsSize packagesSize wikiSize } } }
* | Add `searchBy` helper & `SidebarItemEpicsSelect`ce-6878-add-epic-select-dropdownKushal Pandya2019-08-221-0/+8
| | | | | | | | | | - Adds `searchBy` util in common utils - Adds placeholder `SidebarItemEpicsSelect`
* | Update docs to pass new markdownlintMarcel Amirault2019-08-226-24/+25
| | | | | | | | | | Deletes extra spaces and line, makes lists consistent, and fixes links.
* | Merge branch ↵Kushal Pandya2019-08-221-0/+1
|\ \ | | | | | | | | | | | | | | | | | | 'ee-2502-refactor-ee-app-assets-javascripts-approvals-components-approvers_select-vue-to-remove-approverusers' into 'master' Add a new method to `Api.js`: `projectUsers` See merge request gitlab-org/gitlab-ce!31801
| * | Add a skip_users filter to the project users APINick Thomas2019-08-191-0/+1
| | | | | | | | | | | | | | | | | | This functionality is available in the /autocomplete users pseudo-API. We're attempting to replace that with the canonical API, so it needs support for this parameter too.
* | | Merge branch ↵Achilleas Pipinellis2019-08-211-1/+1
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | 'update-api-docs-remove-incorrect-group-vulnerabilities-reference' into 'master' Update api_resources docs - remove incorrect group vulnerabilities reference See merge request gitlab-org/gitlab-ce!31979