<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/gitlab/gitlab-ce.git/app/models/group.rb, branch replace_explore_projects.feature</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>Optimize SQL queries used in Groups::GroupMembersController#create</title>
<updated>2017-09-05T20:54:07+00:00</updated>
<author>
<name>Rubén Dávila</name>
<email>ruben@gitlab.com</email>
</author>
<published>2017-09-05T16:03:24+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=66cfb901c0df6eb5741721e901b66fbe82e183ce'/>
<id>66cfb901c0df6eb5741721e901b66fbe82e183ce</id>
<content type='text'>
The following optimizations were performed:

- Add new association to GroupMember and ProjectMember

  This new association will allow us to check if a user is a member of a
  Project or Group through a single query instead of two.

- Optimize retrieving of Members when adding multiple Users
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The following optimizations were performed:

- Add new association to GroupMember and ProjectMember

  This new association will allow us to check if a user is a member of a
  Project or Group through a single query instead of two.

- Optimize retrieving of Members when adding multiple Users
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch '31273-creating-an-project-within-an-internal-sub-group-gives-the-option-to-set-it-a-public' into 'master'</title>
<updated>2017-08-31T17:17:05+00:00</updated>
<author>
<name>Tim Zallmann</name>
<email>tzallmann@gitlab.com</email>
</author>
<published>2017-08-31T17:17:05+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=e58428382265f02639a7fc8c1bfcc6311564c0d0'/>
<id>e58428382265f02639a7fc8c1bfcc6311564c0d0</id>
<content type='text'>
Resolve various visibility level settings issues

Closes #31273

See merge request !13442</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Resolve various visibility level settings issues

Closes #31273

See merge request !13442</pre>
</div>
</content>
</entry>
<entry>
<title>revert changes to visibility level helpers from 6f03ddc</title>
<updated>2017-08-30T19:37:08+00:00</updated>
<author>
<name>Mike Greiling</name>
<email>mike@pixelcog.com</email>
</author>
<published>2017-08-30T19:37:08+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=6cad21efbe25ffe1c0a3a153a25ed9601b50c427'/>
<id>6cad21efbe25ffe1c0a3a153a25ed9601b50c427</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Address some suggestions from first code review</title>
<updated>2017-08-29T05:53:35+00:00</updated>
<author>
<name>Rubén Dávila</name>
<email>ruben@gitlab.com</email>
</author>
<published>2017-08-29T05:49:01+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=6f03ddcdc3af1fbb840498a0e4765458079f0b0f'/>
<id>6f03ddcdc3af1fbb840498a0e4765458079f0b0f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>prefer !x.exists? instead of x.none? to prevent unnecessary instantiation of records</title>
<updated>2017-08-26T08:31:14+00:00</updated>
<author>
<name>Mike Greiling</name>
<email>mike@pixelcog.com</email>
</author>
<published>2017-08-25T20:54:05+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=b7b49c4a15e592904a41df72aa5ab9b791abc0ef'/>
<id>b7b49c4a15e592904a41df72aa5ab9b791abc0ef</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix broken spec.</title>
<updated>2017-08-26T08:31:14+00:00</updated>
<author>
<name>Rubén Dávila</name>
<email>ruben@gitlab.com</email>
</author>
<published>2017-08-25T20:03:16+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=aff72ece729ab33afa8c3a4a83e97c5383ce5ed8'/>
<id>aff72ece729ab33afa8c3a4a83e97c5383ce5ed8</id>
<content type='text'>
parent_id is being set to 0 by RSpec.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
parent_id is being set to 0 by RSpec.
</pre>
</div>
</content>
</entry>
<entry>
<title>recognize instances where group visibility levels are unavailable</title>
<updated>2017-08-26T08:30:01+00:00</updated>
<author>
<name>Mike Greiling</name>
<email>mike@pixelcog.com</email>
</author>
<published>2017-08-24T22:19:49+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=37edce19dd2f006ef2117ca8a9f05398e704a11c'/>
<id>37edce19dd2f006ef2117ca8a9f05398e704a11c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>separate visibility_level_allowed logic from model validators</title>
<updated>2017-08-26T08:30:01+00:00</updated>
<author>
<name>Mike Greiling</name>
<email>mike@pixelcog.com</email>
</author>
<published>2017-08-24T21:21:10+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=af6968a15859a309cbb93a0327fc1d4be36041bc'/>
<id>af6968a15859a309cbb93a0327fc1d4be36041bc</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add validation to check visibility level of sub groups.</title>
<updated>2017-08-26T08:30:01+00:00</updated>
<author>
<name>Rubén Dávila</name>
<email>ruben@gitlab.com</email>
</author>
<published>2017-08-23T16:51:11+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=b2b9d63f9b7301cbef9d1e1b8d4ad3cefeacf35d'/>
<id>b2b9d63f9b7301cbef9d1e1b8d4ad3cefeacf35d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add validation for visibility level of sub groups</title>
<updated>2017-08-26T08:30:01+00:00</updated>
<author>
<name>Rubén Dávila</name>
<email>ruben@gitlab.com</email>
</author>
<published>2017-08-16T01:25:47+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=d413f8e4e426e2cb2dc61d5a72d84a7dc67a28c8'/>
<id>d413f8e4e426e2cb2dc61d5a72d84a7dc67a28c8</id>
<content type='text'>
Sub groups should not have a visibility level higher than its parent.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Sub groups should not have a visibility level higher than its parent.
</pre>
</div>
</content>
</entry>
</feed>
