summaryrefslogtreecommitdiff
path: root/doc/api
Commit message (Collapse)AuthorAgeFilesLines
* Clarify which token should be used to delete a runnerGennady Trafimenkov2016-10-101-2/+4
|
* Fix a typo in doc/api/labels.mdLemures Lemniscati2016-10-091-1/+1
|
* Merge branch 'ben.boeckel/gitlab-ce-api-visible-projects' into 'master' Rémy Coutable2016-10-071-134/+321
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add visible projects API ## What does this MR do? Add a new `/projects/visible` API endpoint. Originally created by @ben.boeckel in https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/5970. ## Are there points in the code the reviewer needs to double check? Does the API make sense? ## Why was this MR needed? The `/projects` endpoint only returned projects the user was explicitly a member of. Closes #19361, #3119. See merge request !6681
| * Make projects API docs match parameter styleSean McGivern2016-10-071-140/+196
| |
| * Update API docs and specs for /projects/visibleSean McGivern2016-10-041-1/+3
| |
| * api: add /projects/visible API endpointBen Boeckel2016-10-041-0/+129
| | | | | | | | FIxes #19361, #3119.
| * docs: clarify /projects endpoint descriptionBen Boeckel2016-10-041-1/+1
| |
* | Merge branch 'mahcsig/gitlab-ce-17350-multi-file-commit'Rémy Coutable2016-10-061-0/+87
|\ \ | | | | | | | | | See !6096.
| * | multi-file commitMarc Siegfriedt2016-10-051-0/+87
| |/ | | | | | | | | | | add docs and tests - add additional validation allow move without content updated response
* | Added Issue Board API supportAndre Guedes2016-10-051-0/+251
|/ | | | - Includes documentation and tests
* Merge branch 'patch-6' into 'master' Dmitriy Zaporozhets2016-09-301-1/+1
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixed Session Cookie header ## What does this MR do? This MR fixes the wiki text header for the Session Cookie section ## Are there points in the code the reviewer needs to double check? It is markdown so probably not. Two very simple changes - first is replacing a dot with a space (was causing invalid markdown, not rendered as a header) and capitalized the word Cookie to match the other header formatting. ## Why was this MR needed? Fix the wiki documentation. ## Screenshots (if relevant) None. ## Does this MR meet the acceptance criteria? I can't imagine it wouldn't. - [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 [merge request performance guides](http://docs.gitlab.com/ce/development/merge_request_performance_guidelines.html) - [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) ## What are the relevant issue numbers? I didn't think this warranted an issue as it is just some simple wiki markdown formatting with little to no consequence. See merge request !6584
| * Fixed Session Cookie headerAlan Moore2016-09-291-1/+1
| |
* | Merge branch 'master' into 'fix_oauth_doc'Achilleas Pipinellis2016-09-304-5/+42
|\ \ | | | | | | | | | # Conflicts: # doc/api/oauth2.md
| * | Expose the Koding application settings in the APIkoding-setting-apiDJ Mountney2016-09-291-3/+9
| | | | | | | | | | | | This will allow the Koding app to enable the integration itself once is has authorized an admin user using the application secrets.
| * | Merge branch 'issue_22382' into 'master' Rémy Coutable2016-09-291-0/+1
| |\ \ | | | | | | | | | | | | | | | | | | | | | | | | Expose project share expiration_date field on API closes #22382 See merge request !6484
| | * | Expose project share expiration_date field on APIissue_22382Felipe Artur2016-09-281-0/+1
| | | |
| * | | Merge branch '22367-add-pipeline-id-build' into 'master' Rémy Coutable2016-09-291-0/+30
| |\ \ \ | | |_|/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Expose pipeline data in builds API Exposes pipeline data in builds API, as suggested by #22367. The fields exposed were 'id', 'status', 'ref', and 'sha'. Closes #22367 See merge request !6502
| | * | expose pipeline data in builds APIGuilherme Salazar2016-09-281-0/+30
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | add pipeline ref, sha, and status to the build API response add tests of build API (pipeline data) change API documentation for builds API log change to builds API in CHANGELOG CHANGELOG: add reference to pull request and contributor's name
| * | | Merge branch 'fix-csfr-typo-in-doc' into 'master' Achilleas Pipinellis2016-09-281-8/+8
| |\ \ \ | | |/ / | |/| | | | | | | | | | | | | | | | | | Fix typo `CSFR` -> `CSRF` in the OAuth2 doc See merge request !6538
| | * | Fix typo `CSFR` -> `CSRF` in the OAuth2 docfix-csfr-typo-in-docRémy Coutable2016-09-271-8/+8
| | | | | | | | | | | | | | | | | | | | | | | | [ci skip] Signed-off-by: Rémy Coutable <remy@rymai.me>
* | | | Fix a confusion in OAuth2 documentationfix_oauth_docValery Sizov2016-09-281-11/+11
|/ / /
* | | Add User#organization to users apiDmitriy Zaporozhets2016-09-271-1/+8
|/ / | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* | 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