- Feb 17, 2020
-
-
GitLab Bot authored
-
- Dec 18, 2019
-
-
GitLab Bot authored
-
- Dec 04, 2019
-
-
GitLab Bot authored
-
- Nov 21, 2019
-
-
GitLab Bot authored
-
- Sep 23, 2019
-
-
GitLab Bot authored
-
- Sep 16, 2019
-
-
GitLab Bot authored
-
- Sep 13, 2019
-
-
GitLab Bot authored
-
- Aug 01, 2019
-
-
Move it to DiffPositionableNote concern which will be re-used in EE in DraftNote model.
-
- Jun 05, 2019
-
-
Kerri Miller authored
Most/all of the work we're doing in this method is done at creation/edit time, so do we need to also check at render? Assume if you've gotten to this point, it's ok to enable the suggestion filter.
-
Oswaldo Ferreir authored
-
- Jun 03, 2019
-
-
Bob Van Landuyt authored
Getting the `repository` directly from the noteable in DiffNotes allows us to use a different repository when the DiffNote is not on a project repository. It is only the first step in decoupling the DiffNote from a project's main repository.
-
Bob Van Landuyt authored
This turns Notable::RESOLVABLE_TYPES into a `Notable.resolvable_types`. That allows us to override it in EE.
-
- Mar 27, 2019
-
-
Oswaldo Ferreir authored
Adds the groundwork needed in order to persist multi-line suggestions, while providing the parsing strategy which will be reused for the **Preview** as well.
-
- Mar 20, 2019
-
-
Oswaldo Ferreir authored
Implements the filtering logic for `suggestion:-x+y` syntax.
-
- Feb 26, 2019
-
-
Oswaldo Ferreir authored
-
Oswaldo Ferreir authored
This is an issue that can only be seen through EE. Further details can be seen on https://gitlab.com/gitlab-org/gitlab-ee/issues/9876. In general we should always use the latest diff version of a file in order to both create and apply suggestions.
-
- Dec 13, 2018
-
-
Oswaldo Ferreir authored
-
- Nov 09, 2018
-
-
Oswaldo Ferreir authored
-
- Nov 07, 2018
-
-
Oswaldo Ferreir authored
This reverts commit a82a5957, reversing changes made to e7df959b.
-
- Nov 06, 2018
-
-
Oswaldo Ferreir authored
-
- Oct 26, 2018
-
-
Sean McGivern authored
-
- Oct 04, 2018
-
-
Mario de la Ossa authored
-
- Sep 19, 2018
-
-
- Aug 27, 2018
-
-
Michael Kozono authored
-
- Jul 26, 2018
-
-
gfyoung authored
Partially addresses #47424.
-
- May 24, 2018
-
-
Oswaldo Ferreir authored
We request Gitaly in a N+1 manner to build discussion diffs. Once the diffs are from different revisions, it's hard to make a single request to the service in order to build the whole response. With this change we solve this problem and simplify a lot fetching this piece of info.
-
- Apr 30, 2018
-
-
Oswaldo Ferreir authored
Today, when fetching diffs of a note, we always go to Gitaly in order to diff between commits and return the diff of each discussion note. With this change we avoid doing that for notes on the "current version" of the MR.
-
- Dec 22, 2017
-
-
Douwe Maan authored
Improve performance of DiffDiscussion#truncated_diff_lines and DiffNote#diff_line by removing expensive diff position calculation and comparison
-
- Dec 07, 2017
-
-
Douwe Maan authored
-
- Nov 13, 2017
-
-
Felipe Artur authored
-
- Oct 07, 2017
-
-
- Jul 06, 2017
-
-
Yorick Peterse authored
This cop has been renamed to ActiveRecordSerialize to match the way "ActiveRecord" is usually written.
-
- May 31, 2017
-
-
Douwe Maan authored
-
Yorick Peterse authored
This Cop blacklists the use of ActiveRecord's "serialize" method, except for cases where we already use this.
-
- May 23, 2017
-
-
Douwe Maan authored
-
Douwe Maan authored
-
- May 03, 2017
-
-
Douwe Maan authored
-
- Apr 08, 2017
-
-
Douwe Maan authored
-
- Apr 06, 2017
-
-
Douwe Maan authored
-
- Apr 05, 2017
-
-