- Feb 18, 2020
-
-
GitLab Bot authored
-
- Jan 30, 2020
-
-
GitLab Bot authored
-
- Oct 20, 2019
-
-
GitLab Bot authored
-
- Aug 30, 2019
-
-
Thomas Randolph authored
-
- Aug 22, 2019
-
-
Alexandru Croitor authored
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
-
- Jul 08, 2019
-
-
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
-
- May 29, 2019
-
-
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
-
- Apr 16, 2019
-
-
- Apr 15, 2019
-
-
James Ramsay authored
-
- Jan 04, 2019
-
-
Achilleas Pipinellis authored
Replace all '9koXpg98eAheJpvBs5tK' occurrences with '<your_access_token>' in API docs.
-
- Oct 16, 2018
-
-
Artur Pomadowski authored
-
- Aug 22, 2018
-
-
Florent Dubois authored
- Allow `created_at` and `updated_at` parameters on Issues API - Allow `created_at` on Issue Notes API Closes gitlab-org/gitlab-ce#40059
-
- Jul 12, 2018
-
-
Kia Mei Somabes authored
-
- May 01, 2018
-
-
- Mar 07, 2018
-
-
Jan Provaznik authored
* adds basic discussions API for issues and snippets * reorganizes notes specs (so same tests can be used for all noteable types - issues, MRs, snippets)
-
- Jan 19, 2018
-
-
Ville Skyttä authored
-
- Nov 29, 2017
-
-
haseeb authored
-
- Aug 08, 2017
-
-
sue445 authored
-
- May 18, 2017
-
-
Marcia Ramos authored
-
- Apr 10, 2017
-
-
Achilleas Pipinellis authored
-
- Apr 08, 2017
-
-
Achilleas Pipinellis authored
-
Dawid Goslawski authored
-
- Mar 27, 2017
-
-
Toon Claes authored
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.
-
- Mar 01, 2017
-
-
Robert Schilling authored
-
- Feb 28, 2017
-
-
Robert Schilling authored
-
- Feb 22, 2017
-
-
Robert Schilling authored
-
- Nov 24, 2016
-
-
Luis Alonso Chavez Armendariz authored
-
Douwe Maan authored
-
- Oct 13, 2016
-
-
Dmitriy Zaporozhets authored
Signed-off-by:
Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-
- Sep 16, 2016
-
-
Zeger-Jan van de Weg authored
-
- Aug 08, 2016
-
-
winniehell authored
-
- Jun 03, 2016
-
-
James Lopez authored
This reverts commit 3e991230.
-
James Lopez authored
# Conflicts: # app/models/project.rb
-
- May 09, 2016
-
-
Rémy Coutable authored
This reverts merge request !4030
-
- May 04, 2016
-
-
Aral Balkan authored
-
- Apr 13, 2016
-
-
Michael Greene authored
-
- Apr 12, 2016
-
-
Robert Schilling authored
-
Robert Schilling authored
-
Robert Schilling authored
-
- Mar 09, 2016
-
-
Robert Speicher authored
See https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/3103 This partially reverts commit 836d5930.
-