<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/gitlab/gitlab-ce.git/app/models/group.rb, branch docs/add_file_diff_description</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>Limit access request email to 10 most recently active owners/maintainers</title>
<updated>2019-08-30T21:30:51+00:00</updated>
<author>
<name>Manoj MJ</name>
<email>mmj@gitlab.com</email>
</author>
<published>2019-08-30T21:30:51+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=b943baa42a5365bd6377022223f66db9af58da33'/>
<id>b943baa42a5365bd6377022223f66db9af58da33</id>
<content type='text'>
This change limits the number of emails
for new access requests notifications to
10 most recently active owners/maintainers
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This change limits the number of emails
for new access requests notifications to
10 most recently active owners/maintainers
</pre>
</div>
</content>
</entry>
<entry>
<title>Return NO_ACCESS if user is nil</title>
<updated>2019-08-28T13:04:23+00:00</updated>
<author>
<name>Patrick Derichs</name>
<email>pderichs@gitlab.com</email>
</author>
<published>2019-08-28T10:09:45+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=59995d15886b831f2483dfaa8e0c46372aa76eb0'/>
<id>59995d15886b831f2483dfaa8e0c46372aa76eb0</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add group level container repository endpoints</title>
<updated>2019-08-05T20:00:50+00:00</updated>
<author>
<name>Steve Abrams</name>
<email>sabrams@gitlab.com</email>
</author>
<published>2019-08-05T20:00:50+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=3dbf3997bbf51eca8a313c4e152c77c1b038fd5d'/>
<id>3dbf3997bbf51eca8a313c4e152c77c1b038fd5d</id>
<content type='text'>
API endpoints for requesting container repositories
and container repositories with their tag information
are enabled for users that want to specify the group
containing the repository rather than the specific project.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
API endpoints for requesting container repositories
and container repositories with their tag information
are enabled for users that want to specify the group
containing the repository rather than the specific project.
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'remove-nested-groups-checks' into 'master'</title>
<updated>2019-07-26T14:57:12+00:00</updated>
<author>
<name>Lin Jen-Shin</name>
<email>godfat@godfat.org</email>
</author>
<published>2019-07-26T14:57:12+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=bd1a5a9f422df267725bd5fbd254f3c1f16fd596'/>
<id>bd1a5a9f422df267725bd5fbd254f3c1f16fd596</id>
<content type='text'>
Remove code related to object hierarchy and MySQL

Closes #65056 and #65055

See merge request gitlab-org/gitlab-ce!31095</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Remove code related to object hierarchy and MySQL

Closes #65056 and #65055

See merge request gitlab-org/gitlab-ce!31095</pre>
</div>
</content>
</entry>
<entry>
<title>Prefer `flat_map` over `map` + `flatten`</title>
<updated>2019-07-26T10:44:13+00:00</updated>
<author>
<name>Peter Leitzen</name>
<email>pleitzen@gitlab.com</email>
</author>
<published>2019-07-26T10:44:13+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=8136fac26c8f470720ff90d152b93abf50f5084d'/>
<id>8136fac26c8f470720ff90d152b93abf50f5084d</id>
<content type='text'>
Convert several occurrences of `map` + `flatten` to
`flat_map` where applicable.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Convert several occurrences of `map` + `flatten` to
`flat_map` where applicable.
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove code related to object hierarchy in MySQL</title>
<updated>2019-07-25T07:35:06+00:00</updated>
<author>
<name>Heinrich Lee Yu</name>
<email>heinrich@gitlab.com</email>
</author>
<published>2019-07-24T09:20:54+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=1ce5bcacdbf56682e05fa63875203bf4d10584bc'/>
<id>1ce5bcacdbf56682e05fa63875203bf4d10584bc</id>
<content type='text'>
These are not required because MySQL is not
supported anymore
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
These are not required because MySQL is not
supported anymore
</pre>
</div>
</content>
</entry>
<entry>
<title>Make pipeline emails respect group email setting</title>
<updated>2019-07-23T05:00:53+00:00</updated>
<author>
<name>Heinrich Lee Yu</name>
<email>heinrich@gitlab.com</email>
</author>
<published>2019-07-18T17:04:43+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=40d6d5e2d0123f1417bb5d3d1ead47bd525f8dac'/>
<id>40d6d5e2d0123f1417bb5d3d1ead47bd525f8dac</id>
<content type='text'>
When a user's notification email is set for a group, we
should use that for pipeline emails
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
When a user's notification email is set for a group, we
should use that for pipeline emails
</pre>
</div>
</content>
</entry>
<entry>
<title>Make Group#subgroup_creation_level return Owner if it is nil in DB</title>
<updated>2019-07-19T21:26:44+00:00</updated>
<author>
<name>Fabio Papa</name>
<email>fabtheman@gmail.com</email>
</author>
<published>2019-07-10T19:27:12+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=039e5348d0aaf45795e0ebf5d74ec59eb00dc91f'/>
<id>039e5348d0aaf45795e0ebf5d74ec59eb00dc91f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Apply changes recomended by merge request coach</title>
<updated>2019-07-19T20:14:21+00:00</updated>
<author>
<name>Fabio Papa</name>
<email>fabtheman@gmail.com</email>
</author>
<published>2019-07-01T20:41:32+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=7b7c14940097612140c71164481a371688d961b2'/>
<id>7b7c14940097612140c71164481a371688d961b2</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove AR hook to set the default subgroup_creation_level</title>
<updated>2019-07-19T20:06:50+00:00</updated>
<author>
<name>Fabio Papa</name>
<email>fabtheman@gmail.com</email>
</author>
<published>2019-07-01T16:00:34+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=ef5f8bda2cc6698d20081c3e7403e9af39398a63'/>
<id>ef5f8bda2cc6698d20081c3e7403e9af39398a63</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
