summaryrefslogtreecommitdiff
path: root/doc/api
Commit message (Collapse)AuthorAgeFilesLines
* Remove label issue and MR counts from default API responsesspeed-up-labels-apiSean McGivern2019-08-082-8/+10
| | | | | | | These counts significantly increase the load time for these requests. Users can now opt in to receiving the counts by setting `with_counts=true` in requests. This is a breaking change, but hopefully a fairly minor one.
* Add group level container repository endpointsSteve Abrams2019-08-051-3/+74
| | | | | | | API endpoints for requesting container repositories and container repositories with their tag information are enabled for users that want to specify the group containing the repository rather than the specific project.
* Merge branch 'georgekoltsov/55474-outbound-setting-system-hooks' into 'master'Rémy Coutable2019-08-051-3/+11
|\ | | | | | | | | Add outbound setting for system hooks See merge request gitlab-org/gitlab-ce!31177
| * Add backwards compatibility for legacy settingGeorge Koltsov2019-08-021-2/+9
| | | | | | | | | | `allow_local_requests_for_hooks_and_services` was renamed to `allow_local_requests_for_web_hooks_and_services`.
| * Add outbound requests setting for system hooksGeorge Koltsov2019-08-021-1/+2
| | | | | | | | | | | | | | This MR adds new application setting to network section `allow_local_requests_from_system_hooks`. Prior to this change system hooks were allowed to do local network requests by default and we are adding an ability for admins to control it.
* | Documentation - Services slackJeffrey Cafferata2019-08-021-9/+15
|/
* Add rate limit docsMichael Kozono2019-08-021-0/+7
|
* Merge branch 'patch-30' into 'master'Evan Read2019-08-011-3/+3
|\ | | | | | | | | Docs: Jobs: use curl --location to follow redirects See merge request gitlab-org/gitlab-ce!31244
| * Jobs: use curl --location to follow redirectsDamian Nowak2019-07-291-3/+3
| | | | | | Required to fetch artifacts/logs if AWS is used as the storage backend.
* | Add support page link in help menuDiego Louzán2019-07-301-1/+1
| | | | | | | | Creates a new item in help dropdown to show configured support page link
* | Merge branch 'docs-OAuth2-scopes' into 'master'Evan Read2019-07-301-6/+12
|\ \ | | | | | | | | | | | | | | | | | | Add requesting particular OAuth2 scopes details Closes #65200 See merge request gitlab-org/gitlab-ce!31215
| * | Add requesting particular OAuth2 scopes detailsdocs-OAuth2-scopesBen Bodenmiller2019-07-271-6/+12
| | |
* | | Merge branch 'master' of dev.gitlab.org:gitlab/gitlabhqRobert Speicher2019-07-291-29/+0
|\ \ \ | |_|/ |/| |
| * | Merge branch 'security-remove-take-trigger-ownership-feature' into 'master'GitLab Release Tools Bot2019-07-261-29/+0
| |\ \ | | | | | | | | | | | | | | | | | | | | | | | | Drop feature to take ownership of a trigger token Closes #2868 See merge request gitlab/gitlabhq!3198
| | * | Drop feature to take ownership of a trigger tokenFabio Pitino2019-07-101-29/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Removing API and frontend interactions that allowed users to take ownership of a trigger token. Removed mentions from the documentation.
* | | | Merge branch 'add-git-blame-api' into 'master'Nick Thomas2019-07-291-0/+69
|\ \ \ \ | |_|_|/ |/| | | | | | | | | | | | | | | | | | | Expose git blame in api Closes #51345 See merge request gitlab-org/gitlab-ce!30675
| * | | Add git blame apiOleg Zubchenko2019-07-261-0/+69
| | | |
* | | | Restructure project cluster topicEvan Read2019-07-252-2/+2
| | | | | | | | | | | | | | | | | | | | Also fixes links to section headings that have changed.
* | | | Fix typo in param nameTetiana Chupryna2019-07-251-2/+2
| | | |
* | | | Merge branch 'docs-nfriend-project-name-vs-project-path' into 'master'Marcia Ramos2019-07-251-1/+6
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | Clarify difference between project name and project path for API usage See merge request gitlab-org/gitlab-ce!31019
| * | | | Clarify project name vs pathdocs-nfriend-project-name-vs-project-pathNathan Friend2019-07-221-1/+6
| | | | |
* | | | | [ADD] outbound requests whitelistReuben Pereira2019-07-241-0/+3
| |_|/ / |/| | | | | | | | | | | Signed-off-by: Istvan szalai <istvan.szalai@savoirfairelinux.com>
* | | | Fix some errors in Markdown filesEvan Read2019-07-241-1/+1
| | | |
* | | | Clean up headers in markdownMarcel Amirault2019-07-241-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Some markdown headers needed tweaking to adhere to standards, including blank lines above and below, only one space after hash, first header should be h1, and only one h1 per doc
* | | | Merge branch 'gsemet/gitlab-ce-gsemet-master-patch-33258' into 'master'Sean McGivern2019-07-231-0/+1
|\ \ \ \ | |/ / / |/| | | | | | | | | | | Multiple pipeline support for Build status See merge request gitlab-org/gitlab-ce!30828
| * | | Add specs for specifying pipeline behaviorMatija Čupić2019-07-231-1/+1
| | | | | | | | | | | | | | | | | | | | Adds specs for testing the new behavior of specifying a pipeline when POSTing a status.
| * | | Multiple pipeline support for Build statusGaetan Semet2019-07-171-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This allows user to specify the pipeline ID when several pipelines has been triggered on the same branch and commit. Signed-off-by: Gaetan Semet <gaetan.semet@renault.com>
* | | | OAuth2 support for GitLab personal access tokensSteve Abrams2019-07-221-0/+6
| | | | | | | | | | | | | | | | | | | | | | | | PATs are accepted using the OAuth2 compliant header "Authorization: Bearer {token}" in order to allow for OAuth requests while 2FA is enabled.
* | | | Add a note about private_profile changes in 12.1Adam Hegyi2019-07-191-0/+3
| | | |
* | | | Merge branch 'fix-lint-api-path-in-docs' into 'master'Evan Read2019-07-191-1/+1
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Update lint.md to provide correct path for API call as per #58223 Closes #58223 See merge request gitlab-org/gitlab-ce!25703
| * | | | Update lint.md to provide the correct path for the APIElliot Rushton2019-07-181-1/+1
| | | | |
* | | | | Update numbered lists for docs standardsMarcel Amirault2019-07-191-2/+2
|/ / / / | | | | | | | | | | | | | | | | Ensure that all numbered lists use only 1. and no other numbers. Also ensure that numbered lists use proper spacing.
* | | | Merge branch 'webide-commit-use-correct-parent' into 'master'Nick Thomas2019-07-181-4/+5
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | Use correct parent when committing in WebIDE See merge request gitlab-org/gitlab-ce!29598
| * | | | Add start_sha to commits APIMarkus Koller2019-07-181-4/+5
| |/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | When passing start_branch on committing from the WebIDE, it's possible that the branch has changed since editing started, which results in the change being applied on top of the latest commit in the branch and overwriting the new changes. By passing the start_sha instead we can make sure that the change is applied on top of the commit which the user started editing from.
* | | | Doc for "Move external authorization service API management to EE"Imre Farkas2019-07-181-2/+2
|/ / /
* | | Merge branch '12800-read-and-write-user-admin-notes-via-api-ce' into 'master'Stan Hu2019-07-161-3/+21
|\ \ \ | | | | | | | | | | | | | | | | CE Backport: Read and write User "Admin notes" via API See merge request gitlab-org/gitlab-ce!30775
| * | | CE: Read and write User "Admin notes" via APImanojmj2019-07-171-3/+21
| | | | | | | | | | | | | | | | | | | | | | | | This change adds the ability to read and write admin notes for a user via the USER API
* | | | Docs Dependencies APITetiana Chupryna2019-07-162-0/+51
| | | |
* | | | Update Release API docsJason Goodman2019-07-162-1/+17
| | | | | | | | | | | | | | | | Include released_at parameter
* | | | Rewrite to avoid square brackets, minimizing Kramdown warningsEvan Read2019-07-161-3/+3
| | | |
* | | | Merge branch 'mc/docs/api-download-latest-artifact-docs' into 'master'Evan Read2019-07-161-7/+7
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | Update job artifact download docs See merge request gitlab-org/gitlab-ce!30714
| * | | | Update job artifact download docsmc/docs/api-download-latest-artifact-docsMatija Čupić2019-07-141-7/+7
| | |/ / | |/| |
* | | | Migrate null values for users.private_profileAdam Hegyi2019-07-151-4/+4
| | | | | | | | | | | | | | | | | | | | - Background migration for changing null values to false - Set false as default value for private_profile DB column
* | | | Convert more product badges to round bracketsEvan Read2019-07-151-2/+2
| | | |
* | | | Rename "discussions" to "threads" in docsMichel Engelen2019-07-151-115/+115
| | | |
* | | | Remove extra blank lines from docsMarcel Amirault2019-07-153-12/+1
|/ / / | | | | | | | | | | | | | | | Removing extra blank lines in docs that serve no purpose, as well as some --- lines that also are not needed.
* | | Merge branch '55623-group-cluster-apis' into 'master'Grzegorz Bizon2019-07-121-0/+280
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Resolve "API support for group-level clusters" Closes #55623 See merge request gitlab-org/gitlab-ce!30213
| * | | Add API for CRUD group clusters55623-group-cluster-apisDylan Griffith2019-07-111-0/+280
| | | | | | | | | | | | | | | | This is basically a copy of the API for project clusters.
* | | | Remove trailing whitespace in docsMarcel Amirault2019-07-122-2/+2
| | | | | | | | | | | | | | | | | | | | Remove unneeded trailing whitespace in lines in /development /ci /api and /administration docs.
* | | | Add blank lines around code blocksMarcel Amirault2019-07-125-0/+7
| | | | | | | | | | | | | | | | All code blocks should be surrounded by blank lines