<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/gitlab/gitlab-ce.git/app/services/notes, branch auto_devops_detect2</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>Forbid the use of `#reload` and prefer `#reset`</title>
<updated>2019-04-15T11:05:14+00:00</updated>
<author>
<name>Kamil Trzciński</name>
<email>ayufan@ayufan.eu</email>
</author>
<published>2019-04-08T13:33:36+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=650f40865e5d8136cb366fbde689c4100aafb0c5'/>
<id>650f40865e5d8136cb366fbde689c4100aafb0c5</id>
<content type='text'>
The `#reload` makes to load all objects into memory,
and the main purpose of `#reload` is to drop the association cache.

The `#reset` seems to solve exactly that case.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The `#reload` makes to load all objects into memory,
and the main purpose of `#reload` is to drop the association cache.

The `#reset` seems to solve exactly that case.
</pre>
</div>
</content>
</entry>
<entry>
<title>Show commands applied message when promoting issues</title>
<updated>2019-03-04T09:21:47+00:00</updated>
<author>
<name>Felipe Artur</name>
<email>fcardozo@gitlab.com</email>
</author>
<published>2019-03-04T09:21:47+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=78dc1b58a64be03e6d3622aab5605e1d5f6a6643'/>
<id>78dc1b58a64be03e6d3622aab5605e1d5f6a6643</id>
<content type='text'>
Fix 'commands applied' messages not being shown when issue is promoted to epic
using slash commands.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fix 'commands applied' messages not being shown when issue is promoted to epic
using slash commands.
</pre>
</div>
</content>
</entry>
<entry>
<title>Reduce remaining diff with EE in app/services</title>
<updated>2019-02-14T11:37:55+00:00</updated>
<author>
<name>Rémy Coutable</name>
<email>remy@rymai.me</email>
</author>
<published>2019-02-06T12:41:17+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=eafe834c3da04aaba712fe1838c0edfff653b666'/>
<id>eafe834c3da04aaba712fe1838c0edfff653b666</id>
<content type='text'>
Signed-off-by: Rémy Coutable &lt;remy@rymai.me&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Rémy Coutable &lt;remy@rymai.me&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix polling for transformed individual notes</title>
<updated>2019-02-13T07:15:51+00:00</updated>
<author>
<name>Heinrich Lee Yu</name>
<email>heinrich@gitlab.com</email>
</author>
<published>2019-02-06T06:11:33+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=a7b1a4ef1ef0b466423b89472c362341f3749cdc'/>
<id>a7b1a4ef1ef0b466423b89472c362341f3749cdc</id>
<content type='text'>
Sets `updated_at` so that the transformed note is returned together with
the new reply
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Sets `updated_at` so that the transformed note is returned together with
the new reply
</pre>
</div>
</content>
</entry>
<entry>
<title>Add reply to notes to turn into discussions</title>
<updated>2019-02-06T10:31:46+00:00</updated>
<author>
<name>Heinrich Lee Yu</name>
<email>heinrich@gitlab.com</email>
</author>
<published>2019-02-06T10:31:46+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=a04d9ba90c0d1df02f613b7aa01ef598e1ac5b28'/>
<id>a04d9ba90c0d1df02f613b7aa01ef598e1ac5b28</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Prevent comments by email when issue is locked</title>
<updated>2019-01-31T15:52:48+00:00</updated>
<author>
<name>Heinrich Lee Yu</name>
<email>hleeyu@gmail.com</email>
</author>
<published>2019-01-15T18:53:24+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=35b8f103a87811e0a825773aad3e3d04ee85fa9e'/>
<id>35b8f103a87811e0a825773aad3e3d04ee85fa9e</id>
<content type='text'>
This changes the permission check so it uses the policy on Noteable
instead of Project. This prevents bypassing of rules defined in
Noteable for locked discussions and confidential issues.

Also rechecks permissions when reply_to_discussion_id is provided since the
discussion_id may be from a different noteable.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This changes the permission check so it uses the policy on Noteable
instead of Project. This prevents bypassing of rules defined in
Noteable for locked discussions and confidential issues.

Also rechecks permissions when reply_to_discussion_id is provided since the
discussion_id may be from a different noteable.
</pre>
</div>
</content>
</entry>
<entry>
<title>Use parent instead of project</title>
<updated>2019-01-07T18:30:37+00:00</updated>
<author>
<name>Jarka Košanová</name>
<email>jarka@gitlab.com</email>
</author>
<published>2018-12-10T11:51:21+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=c4d18b05846b0ca05b6aa5306596478f71752e48'/>
<id>c4d18b05846b0ca05b6aa5306596478f71752e48</id>
<content type='text'>
Add support for group entities to quick actions
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Add support for group entities to quick actions
</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>Comment on any expanded diff line on MRs</title>
<updated>2018-11-09T18:56:48+00:00</updated>
<author>
<name>Oswaldo Ferreira</name>
<email>oswaldo@gitlab.com</email>
</author>
<published>2018-10-16T16:21:16+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=f9b4130bb75adf33fbf2f74fb2662f09d073bd6f'/>
<id>f9b4130bb75adf33fbf2f74fb2662f09d073bd6f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Revert "Merge branch 'osw-comment-on-any-line-on-diffs' into 'master'"</title>
<updated>2018-11-07T21:57:26+00:00</updated>
<author>
<name>Oswaldo Ferreira</name>
<email>oswaldo@gitlab.com</email>
</author>
<published>2018-11-07T21:57:26+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=198402b38b59a43aa6e50259d7c13c0097dbdfac'/>
<id>198402b38b59a43aa6e50259d7c13c0097dbdfac</id>
<content type='text'>
This reverts commit a82a595728d54bdc12e51dfcfb22e9eddc449143, reversing
changes made to e7df959b8f99875edd246c7ac7779c3203e8755e.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This reverts commit a82a595728d54bdc12e51dfcfb22e9eddc449143, reversing
changes made to e7df959b8f99875edd246c7ac7779c3203e8755e.
</pre>
</div>
</content>
</entry>
</feed>
