<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/gitlab/gitlab-ce.git/spec/models/diff_note_spec.rb, branch build-annotations</title>
<subtitle>gitlab.com: gitlab-org/gitlab-ce.git
</subtitle>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/'/>
<entry>
<title>Add image_diff_note_on_merge_request factory</title>
<updated>2018-12-20T14:22:58+00:00</updated>
<author>
<name>Douwe Maan</name>
<email>douwe@selenight.nl</email>
</author>
<published>2018-12-20T14:22:58+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=f6dd6e566a2c656f97cf7c78df482bd4ec77d006'/>
<id>f6dd6e566a2c656f97cf7c78df482bd4ec77d006</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Allow suggesting single line changes in diffs</title>
<updated>2018-12-13T19:17:19+00:00</updated>
<author>
<name>Oswaldo Ferreira</name>
<email>oswaldo@gitlab.com</email>
</author>
<published>2018-12-13T19:17:19+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=ed3034bbb71d43b12944a9da29b5264cb3ff3312'/>
<id>ed3034bbb71d43b12944a9da29b5264cb3ff3312</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Persist truncated note diffs on a new table</title>
<updated>2018-05-24T18:34:43+00:00</updated>
<author>
<name>Oswaldo Ferreira</name>
<email>oswaldo@gitlab.com</email>
</author>
<published>2018-05-16T15:46:18+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=bb8f2520b4254c9dabe377df48e29c5f17894a1d'/>
<id>bb8f2520b4254c9dabe377df48e29c5f17894a1d</id>
<content type='text'>
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.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
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.
</pre>
</div>
</content>
</entry>
<entry>
<title>Use persisted diff data instead fetching Git on discussions</title>
<updated>2018-04-30T23:07:21+00:00</updated>
<author>
<name>Oswaldo Ferreira</name>
<email>oswaldo@gitlab.com</email>
</author>
<published>2018-04-30T21:44:37+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=be8a320bd8594fe42c2558d2eab471acdbdc7321'/>
<id>be8a320bd8594fe42c2558d2eab471acdbdc7321</id>
<content type='text'>
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.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
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.
</pre>
</div>
</content>
</entry>
<entry>
<title>Improve performance of DiffDiscussion#truncated_diff_lines and DiffNote#diff_line by removing expensive diff position calculation and comparison</title>
<updated>2017-12-22T17:07:15+00:00</updated>
<author>
<name>Douwe Maan</name>
<email>douwe@selenight.nl</email>
</author>
<published>2017-12-22T11:49:56+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=771bf9527ffd5fd8fe258381593f686d5d960a42'/>
<id>771bf9527ffd5fd8fe258381593f686d5d960a42</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>adding view and feature specs</title>
<updated>2017-12-07T14:06:59+00:00</updated>
<author>
<name>micael.bergeron</name>
<email>micaelbergeron@gmail.com</email>
</author>
<published>2017-12-01T19:08:30+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=360b94ceba146935a40b02f39ed3d833eaea134a'/>
<id>360b94ceba146935a40b02f39ed3d833eaea134a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Prevents position update for image diff notes</title>
<updated>2017-11-13T18:40:54+00:00</updated>
<author>
<name>Felipe Artur</name>
<email>felipefac@gmail.com</email>
</author>
<published>2017-11-13T18:38:15+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=aefefbf11701042ae59a60818e3f957b30831dfd'/>
<id>aefefbf11701042ae59a60818e3f957b30831dfd</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Move line code generation into Gitlab::Git</title>
<updated>2017-10-13T01:13:05+00:00</updated>
<author>
<name>Alejandro Rodríguez</name>
<email>alejorro70@gmail.com</email>
</author>
<published>2017-10-10T17:44:14+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=9fdde3693b3b49e929b7c80ccbec4abe412edb7f'/>
<id>9fdde3693b3b49e929b7c80ccbec4abe412edb7f</id>
<content type='text'>
Having a distinct class just for that was a bit overkill
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Having a distinct class just for that was a bit overkill
</pre>
</div>
</content>
</entry>
<entry>
<title>Create a Gitlab::Git submodule for conlict-related files</title>
<updated>2017-10-13T01:03:15+00:00</updated>
<author>
<name>Alejandro Rodríguez</name>
<email>alejorro70@gmail.com</email>
</author>
<published>2017-10-09T19:40:37+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=faa9bd402d3521b3f7b4cc2583f8ef1b3cceb821'/>
<id>faa9bd402d3521b3f7b4cc2583f8ef1b3cceb821</id>
<content type='text'>
Rename classes to (hopefully) clearer names while we're doing that.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Rename classes to (hopefully) clearer names while we're doing that.
</pre>
</div>
</content>
</entry>
<entry>
<title>Move Gitlab::Diff::LineCode to module Gitlab::Git</title>
<updated>2017-10-13T00:45:16+00:00</updated>
<author>
<name>Alejandro Rodríguez</name>
<email>alejorro70@gmail.com</email>
</author>
<published>2017-10-06T22:42:56+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=f72598b659871a3d4e8ef1905918067522ba2a29'/>
<id>f72598b659871a3d4e8ef1905918067522ba2a29</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
