summaryrefslogtreecommitdiff
path: root/doc/api/notes.md
Commit message (Collapse)AuthorAgeFilesLines
* Add latest changes from gitlab-org/gitlab@12-4-stable-eeGitLab Bot2019-10-221-8/+8
|
* Remove spaces from lines failing lintThomas Randolph2019-08-291-6/+6
|
* Limit the size of issuable description and commentsAlexandru Croitor2019-08-221-8/+8
| | | | | | | | | | | | | 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
* Changing badges to use parentheses not bracketsMarcel Amirault2019-07-081-2/+2
| | | | | | | | | | | | | | Previously, we used brackets to denote the tier badges, but this made Kramdown, the docs site Markdown renderer, show many warnings when building the site. This is now fixed by using parentheses instead of square brackets. This was caused by [PREMIUM] looking like a link to Kramdown, which couldn't find a URL there. See: - https://gitlab.com/gitlab-com/gitlab-docs/merge_requests/484 - https://gitlab.com/gitlab-org/gitlab-ce/issues/63800
* Port some EE API docs to CEAchilleas Pipinellis2019-05-291-1/+129
| | | | | | | | | | | The following EE files had small differences with their CE counterpart so they have been ported to CE: - doc/api/boards.md - doc/api/discussions.md - doc/api/notes.md - doc/api/resource_label_events.md - doc/api/services.md
* Link to resource label events APIVictor Wu2019-04-161-0/+2
|
* Add pagination to notes and discussions docsJames Ramsay2019-04-151-0/+7
|
* Replace look-alike token with '<your_access_token>'docs/fake-token-no-moreAchilleas Pipinellis2019-01-041-14/+14
| | | | | Replace all '9koXpg98eAheJpvBs5tK' occurrences with '<your_access_token>' in API docs.
* Fix param typo in notes.mdArtur Pomadowski2018-10-161-1/+1
|
* Allow date parameters on Issues and Notes API for group ownersFlorent Dubois2018-08-221-1/+1
| | | | | | | - Allow `created_at` and `updated_at` parameters on Issues API - Allow `created_at` on Issue Notes API Closes gitlab-org/gitlab-ce#40059
* Resolve "do not set updated_at when creating note"Kia Mei Somabes2018-07-121-0/+2
|
* Merge request and commit discussions APIJan Provaznik2018-05-011-3/+6
|
* Add discussion APIjprovazn-apiJan Provaznik2018-03-071-17/+60
| | | | | * adds basic discussions API for issues and snippets * reorganizes notes specs (so same tests can be used for all noteable types - issues, MRs, snippets)
* doc: Spelling fixesVille Skyttä2018-01-191-1/+1
|
* support ordering of project notes in notes apihaseeb2017-11-291-12/+21
|
* Expose noteable_iid in Notesue4452017-08-081-3/+6
|
* Add "API" to all respective headings (h1s)Marcia Ramos2017-05-181-1/+1
|
* Fix wrong copy edits for URL-encoded substitutions in API docsalkuzad/gitlab-ce-namespaces_encoding_docsAchilleas Pipinellis2017-04-101-1/+1
|
* Mention URL path encoding to all API docsAchilleas Pipinellis2017-04-081-15/+15
|
* Add information about namespace encoding to API docsDawid Goslawski2017-04-081-15/+15
|
* API: Make the /notes endpoint work with noteable iid instead of idToon Claes2017-03-271-20/+20
| | | | | | | | | | | | | | | | In API V4 all endpoints were changed so Merge Requests and Issues should be referred by iid, instead of id. Except the /notes endpoint was forgotten. So change the endpoints from: - /projects/:id/issues/:issue_id/notes - /projects/:id/merge_requests/:merge_request_id/notes To: - /projects/:id/issues/:issue_iid/notes - /projects/:id/merge_requests/:merge_request_iid/notes For Project Snippets nothing changes.
* Use v4 endpoint in API docsapi-v4-docRobert Schilling2017-03-011-3/+3
|
* Update documentationRobert Schilling2017-02-281-72/+0
|
* Remove deprecated `upvotes` and `downvotes` from the notes APIRobert Schilling2017-02-221-15/+3
|
* Merge branch 'issue-24534' into 'master' Rémy Coutable2016-11-251-6/+3
|\ | | | | | | | | | | | | Remove unnecessary sentences for return codes in the API documentation Closes #24534 See merge request !7511
| * Remove unnecessary sentences for status codes in the API documentationLuis Alonso Chavez Armendariz2016-11-241-6/+3
| |
* | Rephrase some system notes to be compatible with new system note stylerephrase-system-notesDouwe Maan2016-11-241-1/+1
|/
* Remove /u/ prefix from user pages in documentationDmitriy Zaporozhets2016-10-131-3/+3
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Fix API notes endpoint when posting only emojiZ.J. van de Weg2016-09-161-1/+5
|
* use long options for curl examples in API documentation (!5703)winniehell2016-08-091-3/+3
|
* Revert "Merge branch 'patch-1' into 'master'"Rémy Coutable2016-05-091-5/+5
| | | This reverts merge request !4030
* Made it clearer that issue_id means iid, not id.Aral Balkan2016-05-041-5/+5
|
* Allow back dating notes on creationMichael Greene2016-04-131-0/+1
|
* Fix code review issuesRobert Schilling2016-04-121-17/+113
|
* Delete notes via APIRobert Schilling2016-04-121-0/+45
|
* API: Expose updated_at for notesRobert Schilling2016-04-121-0/+3
|
* Don't remove `ProjectSnippet#expires_at` from APIrs-snippet-expires-apiRobert Speicher2016-03-091-0/+1
| | | | | | See https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/3103 This partially reverts commit 836d5930332797192094ce4a3c8083e96f7e8c53.
* Remove `Snippet#expires_at`rs-snippets-dont-expireRobert Speicher2016-03-051-1/+0
| | | | | | This was removed from the interface in https://github.com/gitlabhq/gitlabhq/pull/6027 but its implementation lingered around for two years.
* Revert upvotes and downvotes params to MR APIValery Sizov2015-12-281-2/+1
|
* Extent Event and Note APIextend-events-apiDmitriy Zaporozhets2015-12-041-3/+12
| | | | | | | | * add note to Events API * add author section to Events API * add noteable_id and noteable_type to Notes API Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Add upvote/downvote fields to merge request and note API to preserve ↵fix-award-emoji-apiRobert Schilling2015-11-211-3/+8
| | | | compatibility
* award emojiValery Sizov2015-11-191-6/+2
|
* api: add 'system', 'upvote', and 'downvote' fields to note queriesBen Boeckel2015-08-121-2/+8
| | | | This reverts commit 4c586dc7c217b3e43956919fa752a8fa4e16acb9.
* Revert "api: add 'system', 'upvote', and 'downvote' fields to note queries"Stan Hu2015-07-091-8/+2
| | | | This reverts commit dd4fee5fdbda07fbc09234c4b043c3c9939a6a9b.
* api: add 'system', 'upvote', and 'downvote' fields to note queriesBen Boeckel2015-07-091-2/+8
|
* Fix cross references when usernames, milestones, or project names contain ↵Stan Hu2015-03-191-1/+1
| | | | | | underscores. Remove emphasis from system notes to avoid Markdown conflicts in names.
* Implemented notes (body) patching in API.uran2014-12-251-1/+46
|
* Fix Md style for API.Ciro Santilli2014-08-151-30/+24
|
* Wipe wall notes featureDmitriy Zaporozhets2014-06-131-62/+1
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Add titles to doc pages.Marin Jankovski2014-05-271-0/+2
|