An error occurred fetching the project authors.
- 24 Oct, 2019 1 commit
-
-
Eugenia Grieff authored
-
- 18 Oct, 2019 1 commit
-
-
GitLab Bot authored
-
- 17 Oct, 2019 1 commit
-
-
GitLab Bot authored
-
- 16 Oct, 2019 1 commit
-
-
GitLab Bot authored
-
- 11 Oct, 2019 1 commit
-
-
GitLab Bot authored
-
- 18 Sep, 2019 1 commit
-
-
GitLab Bot authored
-
- 22 Aug, 2019 1 commit
-
-
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
-
- 31 Jul, 2019 1 commit
-
-
Stan Hu authored
https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/31117 enabled the HashInefficientHash Rubocop rule that was fooled by the special implementation of `SpecialRole`. We fix this by introducing a `value?` method and adding unit tests. Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/65383
-
- 11 Jul, 2019 1 commit
-
-
Mario de la Ossa authored
When cache_collection_render runs we end up reading and writing things to redis even if we already have the rendered field cached in the DB. This commit avoids using redis at all whenever we have the field already rendered in the DB cache.
-
- 01 Apr, 2019 1 commit
-
-
Thong Kuah authored
Adds `# frozen_string_literal: true` to spec/models ruby files
-
- 14 Mar, 2019 1 commit
-
-
Heinrich Lee Yu authored
Makes `Note#edited?` return `false` when the note body was not edited
-
- 07 Jan, 2019 1 commit
-
-
Jarka Košanová authored
Add support for group entities to quick actions
-
- 29 Nov, 2018 1 commit
-
-
Cindy Pallares authored
[master]Fixed ability to comment on and edit/delete comments on locked or confidential issues See merge request gitlab/gitlabhq!2612
-
- 28 Nov, 2018 1 commit
-
-
Chantal Rollison authored
-
- 23 Oct, 2018 1 commit
-
-
Oswaldo Ferreira authored
-
- 02 Oct, 2018 1 commit
-
-
Brett Walker authored
-
- 11 Jul, 2018 1 commit
-
-
Mark Chao authored
-
- 21 Jun, 2018 1 commit
-
-
Felipe Artur authored
-
- 20 Jun, 2018 2 commits
-
-
Sean McGivern authored
-
Satish Perala authored
-
- 19 Apr, 2018 1 commit
-
-
Stan Hu authored
We saw about 10,000 SQL queries for some commits in the NewNoteWorker, which stalled the Sidekiq queue for other new notes. The notification service took up to 8 minutes to process the commits. Avoiding this N+1 query brings the time down significantly. Closes #45526
-
- 05 Apr, 2018 1 commit
-
-
Douwe Maan authored
[10.6] Prevent notes on confidential issues from being sent to chat See merge request gitlab/gitlabhq!2366 # Conflicts: # app/helpers/services_helper.rb
-
- 05 Feb, 2018 1 commit
-
-
Andreas Brandl authored
Fixes #32282.
-
- 02 Feb, 2018 1 commit
-
-
Mario de la Ossa authored
-
- 22 Dec, 2017 1 commit
-
-
blackst0ne authored
-
- 13 Dec, 2017 2 commits
-
-
Toon Claes authored
When a note is part of a discussion, the email sent out will be `In-Reply-To` the previous note in that discussion. It also `References` all the previous notes in that discussion, and the original issue. Closes gitlab-org/gitlab-ce#36054.
-
Toon Claes authored
When a note is part of a discussion, the email sent out should be `In-Reply-To` the previous note in that discussion. Closes gitlab-org/gitlab-ce#36054
-
- 06 Dec, 2017 1 commit
-
-
Yorick Peterse authored
This throttles the number of UPDATE queries that can be triggered by calling "touch" on a Note, Issue, or MergeRequest. For Note objects we also take care of updating the associated "noteable" relation in a smarter way than Rails does by default.
-
- 20 Nov, 2017 1 commit
-
-
micael.bergeron authored
-
- 07 Oct, 2017 1 commit
-
-
Felipe Artur authored
-
- 06 Sep, 2017 2 commits
-
-
micael.bergeron authored
also fix some code styling issues
-
micael.bergeron authored
-
- 02 Aug, 2017 1 commit
-
-
Robert Speicher authored
-
- 27 Jul, 2017 2 commits
-
-
Rémy Coutable authored
Signed-off-by:
Rémy Coutable <remy@rymai.me>
-
Rémy Coutable authored
Remove superfluous lib: true, type: redis, service: true, models: true, services: true, no_db: true, api: true Signed-off-by:
Rémy Coutable <remy@rymai.me>
-
- 21 Jun, 2017 1 commit
-
-
Grzegorz Bizon authored
-
- 14 Jun, 2017 1 commit
-
-
Robert Speicher authored
-
- 03 May, 2017 1 commit
-
-
Douwe Maan authored
-
- 11 Apr, 2017 1 commit
-
-
mhasbini authored
-
- 05 Apr, 2017 1 commit
-
-
Douwe Maan authored
-