summaryrefslogtreecommitdiff
path: root/doc/api/discussions.md
Commit message (Collapse)AuthorAgeFilesLines
* Add latest changes from gitlab-org/gitlab@13-8-stable-eev13.8.0-rc42Robert Speicher2021-01-201-1/+2
|
* Add latest changes from gitlab-org/gitlab@13-7-stable-eev13.7.0-rc42GitLab Bot2020-12-171-1/+5
|
* Add latest changes from gitlab-org/gitlab@13-3-stable-eeGitLab Bot2020-08-201-2/+3
|
* Add latest changes from gitlab-org/gitlab@13-2-stable-eeGitLab Bot2020-07-201-28/+34
|
* Add latest changes from gitlab-org/gitlab@13-1-stable-eeGitLab Bot2020-06-181-34/+44
|
* Add latest changes from gitlab-org/gitlab@12-10-stable-eeGitLab Bot2020-04-201-21/+28
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-04-081-1/+1
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-02-271-31/+31
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-02-181-8/+8
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-01-301-33/+33
|
* Update docs to pass new markdownlintMarcel Amirault2019-08-221-1/+1
| | | | | Deletes extra spaces and line, makes lists consistent, and fixes links.
* Rename "discussions" to "threads" in docsMichel Engelen2019-07-151-115/+115
|
* 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/+215
| | | | | | | | | | | 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
* Allow replying to an individual note in the APIallow-replying-to-individual-notes-from-apiSean McGivern2019-05-061-2/+4
| | | | | | If you can do this in the UI, you should be able to do it in the API. If a discussion is not a single note discussion, or it is replyable, you can reply to it.
* Link to resource label events APIVictor Wu2019-04-161-0/+2
|
* Add pagination to notes and discussions docsJames Ramsay2019-04-151-0/+7
|
* Remove consecutive blank lines from markdown filesEvan Read2019-02-181-1/+0
| | | | | For the sake of consistency, removes any extraneous consecutive blank lines from the doc suite.
* Replace look-alike token with '<your_access_token>'docs/fake-token-no-moreAchilleas Pipinellis2019-01-041-27/+27
| | | | | Replace all '9koXpg98eAheJpvBs5tK' occurrences with '<your_access_token>' in API docs.
* Eliminate duplicated wordsTakuya Noguchi2018-11-221-4/+4
| | | | Signed-off-by: Takuya Noguchi <takninnovationresearch@gmail.com>
* Document that created_at works for group owners on DiscussionsSean McGivern2018-08-231-8/+8
|
* Merge request and commit discussions APIJan Provaznik2018-05-011-5/+580
|
* Minor fixes in API docJan Provaznik2018-03-071-1/+1
|
* Add discussion APIjprovazn-apiJan Provaznik2018-03-071-0/+411
* adds basic discussions API for issues and snippets * reorganizes notes specs (so same tests can be used for all noteable types - issues, MRs, snippets)