<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/gitlab/gitlab-ce.git/app/services/groups, branch git-write-ref-prep</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 Members with Owner and Master roles always able to create subgroups</title>
<updated>2017-09-07T18:47:58+00:00</updated>
<author>
<name>Ruben Davila</name>
<email>rdavila84@gmail.com</email>
</author>
<published>2017-09-07T18:35:45+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=62bb6235c229a869052180f9709c4801116f02cc'/>
<id>62bb6235c229a869052180f9709c4801116f02cc</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Refer to “Share with group lock” consistently</title>
<updated>2017-09-06T19:07:21+00:00</updated>
<author>
<name>Michael Kozono</name>
<email>mkozono@gmail.com</email>
</author>
<published>2017-09-06T18:31:45+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=1feeea9c6af5d683f18c021df16e4eedfa9306e0'/>
<id>1feeea9c6af5d683f18c021df16e4eedfa9306e0</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Make UpdateService error message translatable</title>
<updated>2017-09-06T19:07:21+00:00</updated>
<author>
<name>Winnie Hellmann</name>
<email>winnie@gitlab.com</email>
</author>
<published>2017-09-06T18:15:06+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=4d53b657737b9f539451092722f0fa1621234ba3'/>
<id>4d53b657737b9f539451092722f0fa1621234ba3</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Refactor based on code review</title>
<updated>2017-09-06T19:07:21+00:00</updated>
<author>
<name>Michael Kozono</name>
<email>mkozono@gmail.com</email>
</author>
<published>2017-09-06T00:10:30+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=a4b564b6200582b6d3700a5e77e0c11fc5cac011'/>
<id>a4b564b6200582b6d3700a5e77e0c11fc5cac011</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Dry up method for code climate</title>
<updated>2017-09-06T19:07:20+00:00</updated>
<author>
<name>Michael Kozono</name>
<email>mkozono@gmail.com</email>
</author>
<published>2017-09-02T06:59:24+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=9fc10b1bf33ddede32a4a8e0217144383831cee6'/>
<id>9fc10b1bf33ddede32a4a8e0217144383831cee6</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Enforce share_with_group_lock rules</title>
<updated>2017-09-06T19:07:20+00:00</updated>
<author>
<name>Michael Kozono</name>
<email>mkozono@gmail.com</email>
</author>
<published>2017-09-02T01:00:46+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=6c57734677746aa0e6695aa75990a85a7f95b50d'/>
<id>6c57734677746aa0e6695aa75990a85a7f95b50d</id>
<content type='text'>
…in Groups::UpdateService instead of only in the browser.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
…in Groups::UpdateService instead of only in the browser.
</pre>
</div>
</content>
</entry>
<entry>
<title>Handle creating a nested group on MySQL correctly</title>
<updated>2017-08-25T10:35:47+00:00</updated>
<author>
<name>Bob Van Landuyt</name>
<email>bob@vanlanduyt.co</email>
</author>
<published>2017-08-25T10:35:47+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=529a07bd1e05a85b3cfa117ed8980ad64d997db0'/>
<id>529a07bd1e05a85b3cfa117ed8980ad64d997db0</id>
<content type='text'>
Since we don't support nested groups on MySQL, raise an error
explaining that on import instead of trying anyway.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Since we don't support nested groups on MySQL, raise an error
explaining that on import instead of trying anyway.
</pre>
</div>
</content>
</entry>
<entry>
<title>Migrate creation of nested groups into a service</title>
<updated>2017-08-23T11:36:38+00:00</updated>
<author>
<name>Bob Van Landuyt</name>
<email>bob@vanlanduyt.co</email>
</author>
<published>2017-08-22T10:13:25+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=22ef4ba3a4be66296e5ee9231b4eb39e172c0f1f'/>
<id>22ef4ba3a4be66296e5ee9231b4eb39e172c0f1f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch '35845-improve-subgroup-creation-permissions' into 'master'</title>
<updated>2017-08-22T08:52:30+00:00</updated>
<author>
<name>Douwe Maan</name>
<email>douwe@gitlab.com</email>
</author>
<published>2017-08-22T08:52:30+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=28501691da41e1593a822061549d29a6a946d7a3'/>
<id>28501691da41e1593a822061549d29a6a946d7a3</id>
<content type='text'>
Improves subgroup creation permissions

Closes #35845

See merge request !13418</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Improves subgroup creation permissions

Closes #35845

See merge request !13418</pre>
</div>
</content>
</entry>
<entry>
<title>Make sure repository's removal work for legacy and hashed storages</title>
<updated>2017-08-22T04:33:20+00:00</updated>
<author>
<name>Gabriel Mazetto</name>
<email>brodock@gmail.com</email>
</author>
<published>2017-08-21T13:28:07+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=fb9e059a412d95ee3b7442a472ecfd9c67eafd7b'/>
<id>fb9e059a412d95ee3b7442a472ecfd9c67eafd7b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
