<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/gitlab/gitlab-ce.git/spec/services/issuable, branch docs-markdown-guidelines</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>CE port for bulk updating group labels</title>
<updated>2019-08-08T06:25:20+00:00</updated>
<author>
<name>Eugenia Grieff</name>
<email>egrieff@gitlab.com</email>
</author>
<published>2019-08-08T06:25:20+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=01950c3944738b918666230b7d36304cd17ce823'/>
<id>01950c3944738b918666230b7d36304cd17ce823</id>
<content type='text'>
- Original EE MR: https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/14827
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- Original EE MR: https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/14827
</pre>
</div>
</content>
</entry>
<entry>
<title>Prefer `flat_map` over `map` + `flatten` in specs</title>
<updated>2019-07-24T08:19:15+00:00</updated>
<author>
<name>Peter Leitzen</name>
<email>pleitzen@gitlab.com</email>
</author>
<published>2019-07-24T08:19:15+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=163a43629c9018beb5f2a474ce63a0065445471b'/>
<id>163a43629c9018beb5f2a474ce63a0065445471b</id>
<content type='text'>
Although `flat_map` is equivalent to `map` + `flatten(1)`
(note the level 1) we can apply this same refactoring to all cases.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Although `flat_map` is equivalent to `map` + `flatten(1)`
(note the level 1) we can apply this same refactoring to all cases.
</pre>
</div>
</content>
</entry>
<entry>
<title>CE port for Group bulk edit merge requests</title>
<updated>2019-07-23T14:39:18+00:00</updated>
<author>
<name>Eugenia Grieff</name>
<email>egrieff@gitlab.com</email>
</author>
<published>2019-07-23T14:39:18+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=89d5663e787dbf938f2862c735a92c7d626548dd'/>
<id>89d5663e787dbf938f2862c735a92c7d626548dd</id>
<content type='text'>
Add bulk update sidebar to merge requests template
Add js to toggle sidebar
Fix bulk update button in issues template
Add specs for merge requests in bulk update service
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Add bulk update sidebar to merge requests template
Add js to toggle sidebar
Fix bulk update button in issues template
Add specs for merge requests in bulk update service
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix reply to discussion on promoted epic</title>
<updated>2019-07-12T09:29:04+00:00</updated>
<author>
<name>Alexandru Croitor</name>
<email>acroitor@gitlab.com</email>
</author>
<published>2019-07-05T15:45:07+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=435be1442f03372f42c368efdd8bf941a577e7b6'/>
<id>435be1442f03372f42c368efdd8bf941a577e7b6</id>
<content type='text'>
Regenerate discussion_id for notes that are being copied over to the
epic when issue is promoted to epic.

https://gitlab.com/gitlab-org/gitlab-ee/issues/11445
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Regenerate discussion_id for notes that are being copied over to the
epic when issue is promoted to epic.

https://gitlab.com/gitlab-org/gitlab-ee/issues/11445
</pre>
</div>
</content>
</entry>
<entry>
<title>Upgrade rspec-rails to 3.8.2 and dependencies</title>
<updated>2019-07-10T18:04:56+00:00</updated>
<author>
<name>Douglas Barbosa Alexandre</name>
<email>dbalexandre@gmail.com</email>
</author>
<published>2019-07-09T00:41:22+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=72dee32f460b8f1217e1e92cd4833b2b91b287e0'/>
<id>72dee32f460b8f1217e1e92cd4833b2b91b287e0</id>
<content type='text'>
This brings the rspec-core version in line with the Gitaly changes
and introduces Rails 5.1/5.2 improvements.

Full CHANGELOG:
https://github.com/rspec/rspec-rails/blob/master/Changelog.md
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This brings the rspec-core version in line with the Gitaly changes
and introduces Rails 5.1/5.2 improvements.

Full CHANGELOG:
https://github.com/rspec/rspec-rails/blob/master/Changelog.md
</pre>
</div>
</content>
</entry>
<entry>
<title>CE Port of Allow bulk update for group issues</title>
<updated>2019-07-09T11:46:16+00:00</updated>
<author>
<name>Fatih Acet</name>
<email>acetfatih@gmail.com</email>
</author>
<published>2019-07-09T11:46:16+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=14e2412ee4969d7b4124ebedbc2dd76eb0ebda47'/>
<id>14e2412ee4969d7b4124ebedbc2dd76eb0ebda47</id>
<content type='text'>
This is a port MR for CE

Original MR:

https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/14141
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This is a port MR for CE

Original MR:

https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/14141
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix typo in test</title>
<updated>2019-05-24T09:18:56+00:00</updated>
<author>
<name>egrieff</name>
<email>egrieff@gitlab.com</email>
</author>
<published>2019-05-24T09:18:56+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=52b0d3a492013b6fddb9be6ea359800dd3025b81'/>
<id>52b0d3a492013b6fddb9be6ea359800dd3025b81</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Test that upload links are rewritten for new notes</title>
<updated>2019-05-23T13:12:41+00:00</updated>
<author>
<name>egrieff</name>
<email>egrieff@gitlab.com</email>
</author>
<published>2019-05-23T13:12:41+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=ec7821d8d130bbc9f06e9b3112b2dfc4fe980d37'/>
<id>ec7821d8d130bbc9f06e9b3112b2dfc4fe980d37</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add frozen_string_literal to spec/services</title>
<updated>2019-04-11T22:14:54+00:00</updated>
<author>
<name>Thong Kuah</name>
<email>tkuah@gitlab.com</email>
</author>
<published>2019-04-11T12:17:24+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=85b29c1c2fa3b94d7371cf454c485457a0756cb1'/>
<id>85b29c1c2fa3b94d7371cf454c485457a0756cb1</id>
<content type='text'>
Probably useful as we often move these files to "new" files.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Probably useful as we often move these files to "new" files.
</pre>
</div>
</content>
</entry>
<entry>
<title>[CE] Support multiple assignees for merge requests</title>
<updated>2019-04-08T21:40:00+00:00</updated>
<author>
<name>Oswaldo Ferreira</name>
<email>oswaldo@gitlab.com</email>
</author>
<published>2019-04-07T18:35:16+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=ca884980ee8e6fe1269f5abdb803519d51aa09c0'/>
<id>ca884980ee8e6fe1269f5abdb803519d51aa09c0</id>
<content type='text'>
Backports https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/10161
(code out of ee/ folder).
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Backports https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/10161
(code out of ee/ folder).
</pre>
</div>
</content>
</entry>
</feed>
