Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add latest changes from gitlab-org/gitlab@master | GitLab Bot | 2020-07-30 | 1 | -2/+3 |
| | |||||
* | Add latest changes from gitlab-org/gitlab@master | GitLab Bot | 2020-07-08 | 1 | -28/+34 |
| | |||||
* | Add latest changes from gitlab-org/gitlab@master | GitLab Bot | 2020-06-02 | 1 | -1/+5 |
| | |||||
* | Add latest changes from gitlab-org/gitlab@master | GitLab Bot | 2020-05-28 | 1 | -33/+33 |
| | |||||
* | Add latest changes from gitlab-org/gitlab@master | GitLab Bot | 2020-05-27 | 1 | -0/+6 |
| | |||||
* | Add latest changes from gitlab-org/gitlab@master | GitLab Bot | 2020-04-16 | 1 | -21/+28 |
| | |||||
* | Add latest changes from gitlab-org/gitlab@master | GitLab Bot | 2020-04-08 | 1 | -1/+1 |
| | |||||
* | Add latest changes from gitlab-org/gitlab@master | GitLab Bot | 2020-02-27 | 1 | -31/+31 |
| | |||||
* | Add latest changes from gitlab-org/gitlab@master | GitLab Bot | 2020-02-18 | 1 | -8/+8 |
| | |||||
* | Add latest changes from gitlab-org/gitlab@master | GitLab Bot | 2020-01-30 | 1 | -33/+33 |
| | |||||
* | Update docs to pass new markdownlint | Marcel Amirault | 2019-08-22 | 1 | -1/+1 |
| | | | | | Deletes extra spaces and line, makes lists consistent, and fixes links. | ||||
* | Rename "discussions" to "threads" in docs | Michel Engelen | 2019-07-15 | 1 | -115/+115 |
| | |||||
* | Changing badges to use parentheses not brackets | Marcel Amirault | 2019-07-08 | 1 | -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 CE | Achilleas Pipinellis | 2019-05-29 | 1 | -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-api | Sean McGivern | 2019-05-06 | 1 | -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 API | Victor Wu | 2019-04-16 | 1 | -0/+2 |
| | |||||
* | Add pagination to notes and discussions docs | James Ramsay | 2019-04-15 | 1 | -0/+7 |
| | |||||
* | Remove consecutive blank lines from markdown files | Evan Read | 2019-02-18 | 1 | -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-more | Achilleas Pipinellis | 2019-01-04 | 1 | -27/+27 |
| | | | | | Replace all '9koXpg98eAheJpvBs5tK' occurrences with '<your_access_token>' in API docs. | ||||
* | Eliminate duplicated words | Takuya Noguchi | 2018-11-22 | 1 | -4/+4 |
| | | | | Signed-off-by: Takuya Noguchi <takninnovationresearch@gmail.com> | ||||
* | Document that created_at works for group owners on Discussions | Sean McGivern | 2018-08-23 | 1 | -8/+8 |
| | |||||
* | Merge request and commit discussions API | Jan Provaznik | 2018-05-01 | 1 | -5/+580 |
| | |||||
* | Minor fixes in API doc | Jan Provaznik | 2018-03-07 | 1 | -1/+1 |
| | |||||
* | Add discussion APIjprovazn-api | Jan Provaznik | 2018-03-07 | 1 | -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) |