<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/gitlab/gitlab-ce.git/app/models/diff_note.rb, branch docs-sethgitlab-dast</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>Make diff_refs_match_commit validation reusable</title>
<updated>2019-08-01T21:00:36+00:00</updated>
<author>
<name>Patrick Bajao</name>
<email>ebajao@gitlab.com</email>
</author>
<published>2019-07-18T12:09:35+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=70626f324b53b0fc010cbbefcae7095201bf0f82'/>
<id>70626f324b53b0fc010cbbefcae7095201bf0f82</id>
<content type='text'>
Move it to DiffPositionableNote concern which will be re-used
in EE in DraftNote model.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Move it to DiffPositionableNote concern which will be re-used
in EE in DraftNote model.
</pre>
</div>
</content>
</entry>
<entry>
<title>Lock suggestions_filter_enabled as true</title>
<updated>2019-06-05T19:09:00+00:00</updated>
<author>
<name>Kerri Miller</name>
<email>kerrizor@kerrizor.com</email>
</author>
<published>2019-06-02T17:23:53+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=f44eba8c0e537362ccf362480517f12ee7c73130'/>
<id>f44eba8c0e537362ccf362480517f12ee7c73130</id>
<content type='text'>
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.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
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.
</pre>
</div>
</content>
</entry>
<entry>
<title>Avoid 500's when commit is not reachable</title>
<updated>2019-06-05T11:38:09+00:00</updated>
<author>
<name>Oswaldo Ferreira</name>
<email>oswaldo@gitlab.com</email>
</author>
<published>2019-02-19T19:29:10+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=5a89bcc4dae55c40bdd926797aba5e3f0ada05ae'/>
<id>5a89bcc4dae55c40bdd926797aba5e3f0ada05ae</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Get `repository` from noteable in DiffNotes</title>
<updated>2019-06-03T14:42:49+00:00</updated>
<author>
<name>Bob Van Landuyt</name>
<email>bob@vanlanduyt.co</email>
</author>
<published>2019-06-03T14:42:49+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=7412e2fa7478e1ec6a5a0014b7a4bdc6d07133b2'/>
<id>7412e2fa7478e1ec6a5a0014b7a4bdc6d07133b2</id>
<content type='text'>
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.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
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.
</pre>
</div>
</content>
</entry>
<entry>
<title>Make `resolvable_types` a class method</title>
<updated>2019-06-03T14:41:05+00:00</updated>
<author>
<name>Bob Van Landuyt</name>
<email>bob@vanlanduyt.co</email>
</author>
<published>2019-06-03T14:41:05+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=4504959aa6ce6667b9fd5b68ff24a612cb7c027b'/>
<id>4504959aa6ce6667b9fd5b68ff24a612cb7c027b</id>
<content type='text'>
This turns Notable::RESOLVABLE_TYPES into a
`Notable.resolvable_types`. That allows us to override it in EE.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This turns Notable::RESOLVABLE_TYPES into a
`Notable.resolvable_types`. That allows us to override it in EE.
</pre>
</div>
</content>
</entry>
<entry>
<title>Prepare suggestion implementation for multi-line</title>
<updated>2019-03-27T15:26:53+00:00</updated>
<author>
<name>Oswaldo Ferreira</name>
<email>oswaldo@gitlab.com</email>
</author>
<published>2019-03-15T17:35:34+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=03e0604d5ded6402c7fddc4001ab23d9712c98de'/>
<id>03e0604d5ded6402c7fddc4001ab23d9712c98de</id>
<content type='text'>
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.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
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.
</pre>
</div>
</content>
</entry>
<entry>
<title>Implement multi-line suggestions filtering</title>
<updated>2019-03-20T14:30:24+00:00</updated>
<author>
<name>Oswaldo Ferreira</name>
<email>oswaldo@gitlab.com</email>
</author>
<published>2019-03-13T13:57:05+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=53a59604964b2cff06b4e25401acae50b1f82d3e'/>
<id>53a59604964b2cff06b4e25401acae50b1f82d3e</id>
<content type='text'>
Implements the filtering logic for
`suggestion:-x+y` syntax.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Implements the filtering logic for
`suggestion:-x+y` syntax.
</pre>
</div>
</content>
</entry>
<entry>
<title>Use shorthand version of method call</title>
<updated>2019-02-26T20:19:18+00:00</updated>
<author>
<name>Oswaldo Ferreira</name>
<email>oswaldo@gitlab.com</email>
</author>
<published>2019-02-26T20:03:58+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=6fc010bb39f902700b6b1d21b1fdb591c1cd287b'/>
<id>6fc010bb39f902700b6b1d21b1fdb591c1cd287b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Always fetch MR latest version when creating suggestions</title>
<updated>2019-02-26T20:19:17+00:00</updated>
<author>
<name>Oswaldo Ferreira</name>
<email>oswaldo@gitlab.com</email>
</author>
<published>2019-02-20T21:20:08+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=e116fcab4151d61087afae17b6bf6cac58be29fc'/>
<id>e116fcab4151d61087afae17b6bf6cac58be29fc</id>
<content type='text'>
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.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
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.
</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>
</feed>
