- 14 Aug, 2017 1 commit
-
-
Robert Speicher authored
An upcoming update to rubocop-gitlab-security added additional violations.
-
- 11 May, 2017 1 commit
-
-
Jarka Kadlecova authored
-
- 09 May, 2017 1 commit
-
-
Toon Claes authored
In commit 020295ff a regex was added to quickly determine if mentionables might be referenced. But this didn't take into account the note might not belong to a project. So when it doesn't belong to a project, assume the default issue tracker is used, and use DEFAULT_PATTERN to check if there are mentionables. Fixes gitlab-org/gitlab-ce#31993
-
- 04 May, 2017 1 commit
-
-
James Edwards-Jones authored
-
- 23 Feb, 2017 2 commits
-
-
Douwe Maan authored
This reverts commit cb10b725c8929b8b4460f89c9d96c773af39ba6b.
-
Douwe Maan authored
-
- 08 Feb, 2017 1 commit
-
-
Ershad Kunnakkadan authored
-
- 25 Jan, 2017 1 commit
-
-
Jarka Kadlecova authored
-
- 18 Jan, 2017 1 commit
-
-
Jarka Kadlecova authored
-
- 21 Nov, 2016 1 commit
-
-
Felipe Artur authored
-
- 04 Oct, 2016 1 commit
-
-
Paco Guzman authored
We remove some arguments that are rarely used or used just to simplify setups on specs. Modified Mentionable#create_new_cross_references method we don’t need to calculate previous references to avoid the duplication because we do that at database level when creating references extracted from the current entity state. MergeRequests won’t create cross_references for commits that are included so we change a spec to use a different merge request to make references to commits to other branches
-
- 15 Jul, 2016 1 commit
-
-
Douglas Barbosa Alexandre authored
-
- 30 Jun, 2016 1 commit
-
-
Sean McGivern authored
-
- 03 Jun, 2016 2 commits
-
-
James Lopez authored
This reverts commit 3e991230.
-
James Lopez authored
# Conflicts: # app/models/project.rb
-
- 26 May, 2016 1 commit
-
-
Yorick Peterse authored
Caching is now always enabled when rendering attributes as there's no reason to not cache them. The method Mentionable#all_references has also been modified to take an optional Gitlab::ReferenceExtractor instance to allow other code to create one and re-use it between multiple calls.
-
- 06 May, 2016 1 commit
-
-
Ahmad Sherif authored
Fixes #14002
-
- 06 Jan, 2016 1 commit
-
-
Douwe Maan authored
-
- 24 Dec, 2015 1 commit
-
-
Douwe Maan authored
-
- 16 Dec, 2015 1 commit
-
-
Douwe Maan authored
-
- 15 Dec, 2015 1 commit
-
-
Douwe Maan authored
-
- 01 Dec, 2015 1 commit
-
-
Douwe Maan authored
-
- 30 Nov, 2015 1 commit
-
-
Douwe Maan authored
-
- 14 Oct, 2015 4 commits
-
-
Douwe Maan authored
-
Douwe Maan authored
-
Douwe Maan authored
-
Douwe Maan authored
-
- 12 Oct, 2015 2 commits
-
-
Douwe Maan authored
-
Douwe Maan authored
-
- 07 Oct, 2015 1 commit
-
-
Douwe Maan authored
-
- 14 Jul, 2015 2 commits
-
-
Robert Speicher authored
-
Robert Speicher authored
It now accounts for models that have changed but have already been persisted, such as when called from an UpdateService. Closes #1773
-
- 22 Jun, 2015 1 commit
-
-
Robert Speicher authored
-
- 08 Jun, 2015 1 commit
-
-
Robert Speicher authored
Fixes #1778
-
- 26 May, 2015 3 commits
-
-
Robert Speicher authored
-
Robert Speicher authored
-
Robert Speicher authored
Except for Note, which still overrides it.
-
- 14 May, 2015 1 commit
-
-
Douwe Maan authored
-
- 11 May, 2015 1 commit
-
-
Robert Speicher authored
There's a lot of code in the Note model that only deals with creating system notes, so we're going to split that into its own class.
-
- 24 Apr, 2015 1 commit
-
-
Douwe Maan authored
-