Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2021-06-28Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2021-05-13Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2021-05-05Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2021-02-10Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2021-01-19Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2021-01-12Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2020-12-11Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2020-11-26Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2020-11-17Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2020-10-28Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2020-09-11Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2020-07-30Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2020-07-28Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2020-07-15Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2020-05-28Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2020-03-30Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2020-02-27Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2020-02-18Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2020-01-30Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2019-10-21Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2019-08-30Remove spaces from lines failing lintThomas Randolph
2019-08-22Limit the size of issuable description and commentsAlexandru Croitor
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
2019-07-08Changing badges to use parentheses not bracketsMarcel Amirault
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
2019-05-30Port some EE API docs to CEAchilleas Pipinellis
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
2019-04-16Link to resource label events APIVictor Wu
2019-04-16Add pagination to notes and discussions docsJames Ramsay
2019-01-04Replace look-alike token with '<your_access_token>'Achilleas Pipinellis
Replace all '9koXpg98eAheJpvBs5tK' occurrences with '<your_access_token>' in API docs.
2018-10-16Fix param typo in notes.mdArtur Pomadowski
2018-08-22Allow date parameters on Issues and Notes API for group ownersFlorent Dubois
- Allow `created_at` and `updated_at` parameters on Issues API - Allow `created_at` on Issue Notes API Closes gitlab-org/gitlab-ce#40059
2018-07-12Resolve "do not set updated_at when creating note"Kia Mei Somabes
2018-05-01Merge request and commit discussions APIJan Provaznik
2018-03-07Add discussion APIJan Provaznik
* adds basic discussions API for issues and snippets * reorganizes notes specs (so same tests can be used for all noteable types - issues, MRs, snippets)
2018-01-19doc: Spelling fixesVille Skyttä
2017-11-29support ordering of project notes in notes apihaseeb
2017-08-08Expose noteable_iid in Notesue445
2017-05-18Add "API" to all respective headings (h1s)Marcia Ramos
2017-04-10Fix wrong copy edits for URL-encoded substitutions in API docsAchilleas Pipinellis
2017-04-08Mention URL path encoding to all API docsAchilleas Pipinellis
2017-04-08Add information about namespace encoding to API docsDawid Goslawski
2017-03-27API: Make the /notes endpoint work with noteable iid instead of idToon Claes
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.
2017-03-01Use v4 endpoint in API docsRobert Schilling
2017-02-28Update documentationRobert Schilling
2017-02-22Remove deprecated `upvotes` and `downvotes` from the notes APIRobert Schilling
2016-11-25Merge branch 'issue-24534' into 'master' Rémy Coutable
Remove unnecessary sentences for return codes in the API documentation Closes #24534 See merge request !7511
2016-11-24Remove unnecessary sentences for status codes in the API documentationLuis Alonso Chavez Armendariz
2016-11-24Rephrase some system notes to be compatible with new system note styleDouwe Maan
2016-10-13Remove /u/ prefix from user pages in documentationDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2016-09-16Fix API notes endpoint when posting only emojiZ.J. van de Weg
2016-08-09use long options for curl examples in API documentation (!5703)winniehell
2016-05-09Revert "Merge branch 'patch-1' into 'master'"Rémy Coutable
This reverts merge request !4030