<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/gitlab/gitlab-ce.git/spec/controllers/admin, branch document-lambda-deploy</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>Remove typo from factory name</title>
<updated>2019-07-30T15:32:42+00:00</updated>
<author>
<name>João Cunha</name>
<email>j.a.cunha@gmail.com</email>
</author>
<published>2019-07-30T13:12:16+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=9aa31c8aef56a104fe5007a8994b3936059d3516'/>
<id>9aa31c8aef56a104fe5007a8994b3936059d3516</id>
<content type='text'>
- the typo in this factory name was precluding us from properly
creating dynamic code to remove duplciation.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- the typo in this factory name was precluding us from properly
creating dynamic code to remove duplciation.
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'ce-port-315-log-impersonation-actions-in-audit-log' into 'master'</title>
<updated>2019-07-23T13:02:58+00:00</updated>
<author>
<name>Ash McKenzie</name>
<email>amckenzie@gitlab.com</email>
</author>
<published>2019-07-23T13:02:58+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=a9c7bda8f6f63c774bf723aeaefa47e98ccdfb2a'/>
<id>a9c7bda8f6f63c774bf723aeaefa47e98ccdfb2a</id>
<content type='text'>
CE Port: Log impersonation actions in audit log

See merge request gitlab-org/gitlab-ce!31039</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
CE Port: Log impersonation actions in audit log

See merge request gitlab-org/gitlab-ce!31039</pre>
</div>
</content>
</entry>
<entry>
<title>Bring backward compatibility for request profiles</title>
<updated>2019-07-23T09:30:00+00:00</updated>
<author>
<name>Kamil Trzciński</name>
<email>ayufan@ayufan.eu</email>
</author>
<published>2019-07-23T09:30:00+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=3a4cb6d6759abbfd16e048413e8545d1d94e7d9e'/>
<id>3a4cb6d6759abbfd16e048413e8545d1d94e7d9e</id>
<content type='text'>
It seems that we missed the backward compatibility support
for profiles in the existing folder.

This commit also fixes some specs to be idempotent
and work in a temporary directory which not always
seems to be the case.

This commit also brings the profile_spec.rb which seems
to be missing.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
It seems that we missed the backward compatibility support
for profiles in the existing folder.

This commit also fixes some specs to be idempotent
and work in a temporary directory which not always
seems to be the case.

This commit also brings the profile_spec.rb which seems
to be missing.
</pre>
</div>
</content>
</entry>
<entry>
<title>CE Port: Log impersonation actions in audit log</title>
<updated>2019-07-23T06:14:09+00:00</updated>
<author>
<name>manojmj</name>
<email>mmj@gitlab.com</email>
</author>
<published>2019-07-23T06:14:09+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=3c9d75e045c94e25a53e78257b47c938f9c538a2'/>
<id>3c9d75e045c94e25a53e78257b47c938f9c538a2</id>
<content type='text'>
This change adds audit logs for user impersonation
when an admin starts/stops impersonating
another user.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This change adds audit logs for user impersonation
when an admin starts/stops impersonating
another user.
</pre>
</div>
</content>
</entry>
<entry>
<title>Style rules; Revert some examples</title>
<updated>2019-07-19T20:00:05+00:00</updated>
<author>
<name>Fabio Papa</name>
<email>fabtheman@gmail.com</email>
</author>
<published>2019-06-28T20:31:47+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=0b708e5d36f75b8c82b313737bffbdcc2f7e0255'/>
<id>0b708e5d36f75b8c82b313737bffbdcc2f7e0255</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Make subgroup_creation_level default to maintainer at SQL level</title>
<updated>2019-07-19T19:06:57+00:00</updated>
<author>
<name>Fabio Papa</name>
<email>fabtheman@gmail.com</email>
</author>
<published>2019-06-30T21:40:23+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=4b572f807c0f51ad47ad907d0ac471c7b81ac8be'/>
<id>4b572f807c0f51ad47ad907d0ac471c7b81ac8be</id>
<content type='text'>
- Migration updates existing groups to "owner", then sets default to
  "maintainer" so that new groups will default to that
- Update spec examples
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- Migration updates existing groups to "owner", then sets default to
  "maintainer" so that new groups will default to that
- Update spec examples
</pre>
</div>
</content>
</entry>
<entry>
<title>Style rules; Revert some examples</title>
<updated>2019-07-19T19:06:57+00:00</updated>
<author>
<name>Fabio Papa</name>
<email>fabtheman@gmail.com</email>
</author>
<published>2019-06-28T20:31:47+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=a2cd8e0dab5c5efb3f1c6a6968337b371e194a24'/>
<id>a2cd8e0dab5c5efb3f1c6a6968337b371e194a24</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-19T19:06:56+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=832f668f295d20e00db8d7bd71627724da3a45f3'/>
<id>832f668f295d20e00db8d7bd71627724da3a45f3</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Make subgroup_creation_level default to maintainer at SQL level</title>
<updated>2019-07-19T19:06:56+00:00</updated>
<author>
<name>Fabio Papa</name>
<email>fabtheman@gmail.com</email>
</author>
<published>2019-06-30T21:40:23+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=44bd74cd0e87c36a99fb5ac2723f44bccf3dfbb9'/>
<id>44bd74cd0e87c36a99fb5ac2723f44bccf3dfbb9</id>
<content type='text'>
- Migration updates existing groups to "owner", then sets default to
  "maintainer" so that new groups will default to that
- Update spec examples
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- Migration updates existing groups to "owner", then sets default to
  "maintainer" so that new groups will default to that
- Update spec examples
</pre>
</div>
</content>
</entry>
<entry>
<title>Style rules; Revert some examples</title>
<updated>2019-07-19T19:06:56+00:00</updated>
<author>
<name>Fabio Papa</name>
<email>fabtheman@gmail.com</email>
</author>
<published>2019-06-28T20:31:47+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=97b1f48e97383648946c985eef8e8a29c307b05e'/>
<id>97b1f48e97383648946c985eef8e8a29c307b05e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
