summaryrefslogtreecommitdiff
path: root/doc/api
Commit message (Collapse)AuthorAgeFilesLines
* Add link to broadcast messages docsZ.J. van de Weg2016-09-231-0/+1
| | | | | Fixes #22508 [ci skip]
* Merge branch 'and-you-get-awards' into 'master' Rémy Coutable2016-09-211-5/+10
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | And Snippets get awards ## What does this MR do? Makes snippets more awesome, by making them awardables ## Why was this MR needed? Because Snippets were left behind. ## What are the relevant issue numbers? Closes #17878 See merge request !4456
| * Fix tests for Snippets toggling awardsZ.J. van de Weg2016-09-191-3/+3
| | | | | | | | Also incorporate feedback
| * API docs for award emoji on SnippetsZ.J. van de Weg2016-09-191-5/+10
| | | | | | | | [ci skip]
* | Merge branch 'master' of gitlab.com:gitlab-org/gitlab-ceDmitriy Zaporozhets2016-09-215-16/+44
|\ \
| * | Add optional 'author' param when making commitsDan Dunckel2016-09-191-3/+9
| |/
| * Merge branch 'issue_20978' into 'master' Rémy Coutable2016-09-192-11/+29
| |\ | | | | | | | | | | | | | | | | | | Allow to set request_access_enabled for groups and projects using API Closes #20978 See merge request !6359
| | * Allow to set request_access_enabled for groups and projects using APIFelipe Artur2016-09-192-11/+29
| | |
| * | Merge branch 'patch-3' into 'master' Achilleas Pipinellis2016-09-171-1/+1
| |\ \ | | |/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | docs: fix typo, it should refer to `domain_blacklist_enabled` setting ## What does this MR do? fix the documentation ## Are there points in the code the reviewer needs to double check? N/A ## Why was this MR needed? typo fix ## What are the relevant issue numbers? N/A ## Screenshots (if relevant) N/A ## Does this MR meet the acceptance criteria? yes, it's just a typo fix in the documentation without any code or business logic changes See merge request !5899
| | * docs: fix typo, it should refer to `domain_blacklist_enabled` settingBenjamin Schwarze2016-08-191-1/+1
| | |
| * | Fix API notes endpoint when posting only emojiZ.J. van de Weg2016-09-161-1/+5
| | |
* | | Update API documentation to mention rails session cookiesNick Thomas2016-09-191-4/+12
|/ / | | | | | | [ci skip]
* | Syntax fixes and better tests for helper methods. Updated docs.group-specific-lfs-settingsPatricio Cano2016-09-151-2/+2
| |
* | Added group-specific setting for LFS.Patricio Cano2016-09-151-0/+2
| | | | | | | | Groups can enable/disable LFS, but this setting can be overridden at the project level. Admin only
* | Fix a typo in documentationfeature/builds-register-change-404-to-204Tomasz Maczukin2016-09-131-1/+1
| |
* | Update API documentationTomasz Maczukin2016-09-131-0/+9
| | | | | | | | [ci skip]
* | Add notification_settings API callsMarc Siegfriedt2016-09-092-0/+170
| | | | | | | | Use NotificationSetting::EMAIL_EVENTS for params
* | Merge branch '15571-api-for-ci-lint' into 'master' Rémy Coutable2016-09-072-1/+51
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | API for CI Lint ## What does this MR do? Add API for CI Lint. Can check if `.gitlab-ci.yml` content is valid. ## What are the relevant issue numbers? Closes #15571 ## Does this MR meet the acceptance criteria? - [x] [CHANGELOG](https://gitlab.com/gitlab-org/gitlab-ce/blob/master/CHANGELOG) entry added - [x] API support added - [x] Documentation - Tests - [x] Added for this feature/bug - [x] All builds are passing cc @ubudzisz @grzesiek @yorickpeterse See merge request !5953
| * | Improve curl commend, remove blank linesKatarzyna Kobierska2016-09-071-1/+1
| | |
| * | Fix invalid curl commandKatarzyna Kobierska2016-09-071-39/+2
| | |
| * | Improve documentation grammarKatarzyna Kobierska2016-09-071-2/+2
| | |
| * | Improve documentationKatarzyna Kobierska2016-09-071-24/+65
| | |
| * | Rename file and update READMEKatarzyna Kobierska2016-09-073-3/+2
| | |
| * | Move ci_lint to api/ciKatarzyna Kobierska2016-09-073-2/+2
| | |
| * | Add Documentation to Ci Lint APIKatarzyna Kobierska2016-09-072-1/+48
| | |
* | | Merge branch 'master' into 'master' Rémy Coutable2016-09-071-2/+2
|\ \ \ | |/ / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Issue #21440: Small fix to curl example for adding member to project ## What does this MR do? Two lines changed in docs to move the user_id field out of the url and onto the query string ## Why was this MR needed? Issue #21440 reported under Issues. The documentation example for adding members to a project had a slight problem. ## What are the relevant issue numbers? Closes #21440. See merge request !6236
| * | Issue #21440: Fix to curl example for adding member to projectJonny McCullagh2016-09-061-2/+2
| | |
* | | Added fork API paremeter for a specific namespaceOlaf Tomalka2016-09-061-1/+2
|/ / | | | | | | | | | | | | | | | | Browser interface allows forking to an owned grup. This commit brings API up to speed by providing optional namespace parameter to fork API. This allows forking to users and groups under forker's control using their id or unique name. Fixes #21591
* | Add link on API docs index pagezj-add-link-docs-indexZ.J. van de Weg2016-09-031-1/+2
| | | | | | | | [ci skip]
* | Merge branch 'merge-request-sha-info' into 'master' Douwe Maan2016-09-011-2/+22
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge request sha info ## What does this MR do? Exposes `sha` and `merge_commit_sha` items in `MergeRequest` API endpoint data. ## Are there points in the code the reviewer needs to double check? No. ## Why was this MR needed? It's useful information. ## What are the relevant issue numbers? Closes #20456. ## Screenshots (if relevant) N/A ## Does this MR meet the acceptance criteria? - [x] [CHANGELOG](https://gitlab.com/gitlab-org/gitlab-ce/blob/master/CHANGELOG) entry added - [x] [Documentation created/updated](https://gitlab.com/gitlab-org/gitlab-ce/blob/master/doc/development/doc_styleguide.md) - [x] API support added - Tests - [x] Added for this feature/bug - [x] All builds are passing - [x] Conform by the [style guides](https://gitlab.com/gitlab-org/gitlab-ce/blob/master/CONTRIBUTING.md#style-guides) - [x] Branch has no merge conflicts with `master` (if you do - rebase it please) - [x] [Squashed related commits together](https://git-scm.com/book/en/Git-Tools-Rewriting-History#Squashing-Commits) See merge request !5966
| * | entities: expose {,merge_commit_}sha in MergeRequestBen Boeckel2016-08-311-2/+22
| | | | | | | | | | | | Fixes #20456.
* | | Add BroadcastMessage API documentationRobert Speicher2016-08-311-0/+158
| | |
* | | Merge branch 'api-confidential-issues' into 'master' Robert Speicher2016-08-311-10/+22
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | API: Expose issue confidentiality flag. ## What does this MR do? This MR adds support for confidential issues the the API. The property as exposed and users can create or update confidential issues. ## What are the relevant issue numbers? Closes #17199 See merge request !5384
| * | | API: Expose issue#confidentialapi-confidential-issuesRobert Schilling2016-08-311-10/+22
| |/ /
* | | The ID of a project can be also a stringAchilleas Pipinellis2016-08-312-11/+11
| | | | | | | | | | | | [ci skip]
* | | Don't expose a user's private token in the `/api/v3/user` API.Timothy Andrew2016-08-311-2/+1
|/ / | | | | | | | | | | - This would allow anyone with a personal access token (even a read-only token, once scopes are implemented) to escalate their access by obtaining the private token.
* | Renamed `enable_lfs` to `lfs_enabled` for the Project field, and related fixes.project-specific-lfsPatricio Cano2016-08-301-3/+3
| |
* | Added CHANGELOG, documentation, and API functionalityPatricio Cano2016-08-301-0/+3
| |
* | Merge branch 'patch-5' into 'master' Achilleas Pipinellis2016-08-301-30/+24
|\ \ | | | | | | | | | | | | | | | | | | | | | Update projects.md ## What does this MR do? Repaired some examples for a branches in projects.md See merge request !6018
| * | Update projects.md Miroslav Meca2016-08-251-30/+24
| | | | | | | | | | | | | | | | | | | | | The wrong example for "Branches". Added option parameters in protect branch section. Here is reason: https://gitlab.com/gitlab-org/gitlab-ee/commit/3ab07b8aae8dae43cfa3aae1306c59ea264a8594 Maybe this section could/should be deleted. Because in file repositories.md it had been deleted: https://gitlab.com/gitlab-org/gitlab-ee/commit/8f3701eff005aeedcebff8ce02074f5056a369b3
* | | Mention that the `:id` of a project can also be `NAMESPACE/PROJECT_NAME`Achilleas Pipinellis2016-08-302-18/+18
| | | | | | | | | | | | [ci skip]
* | | Merge branch 'dz-merge-request-version'Douwe Maan2016-08-251-0/+109
|\ \ \ | |/ / |/| |
| * | Merge branch 'master' into dz-merge-request-versionDmitriy Zaporozhets2016-08-221-1/+4
| |\ \ | | | | | | | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
| * \ \ Merge branch 'master' into dz-merge-request-versionDmitriy Zaporozhets2016-08-196-2/+474
| |\ \ \ | | | |/ | | |/| | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
| * | | Fix merge request versions api docDmitriy Zaporozhets2016-08-191-2/+2
| | | | | | | | | | | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
| * | | Merge branch 'master' into dz-merge-request-versionDmitriy Zaporozhets2016-08-1533-741/+1000
| |\ \ \ | | | | | | | | | | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
| * | | | Add single merge request diff API endpointDmitriy Zaporozhets2016-08-121-29/+43
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
| * | | | Fix project id param for merge request version APIDmitriy Zaporozhets2016-08-031-1/+1
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
| * | | | Update merge request versions API to match styleguideDmitriy Zaporozhets2016-08-031-3/+8
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
| * | | | Add API to list merge request diff versionsDmitriy Zaporozhets2016-08-031-0/+90
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>