<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/gitlab/gitlab-ce.git/app/controllers/admin, branch frozen_string_lib_2</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>Add RateLimiter to RawController</title>
<updated>2019-07-24T19:49:31+00:00</updated>
<author>
<name>Mayra Cabrera</name>
<email>mcabrera@gitlab.com</email>
</author>
<published>2019-07-24T19:49:31+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=3cefc5d7df09dbc21cd9c892bc6c62b5b583ca6a'/>
<id>3cefc5d7df09dbc21cd9c892bc6c62b5b583ca6a</id>
<content type='text'>
* Limits raw requests to 300 per minute and per raw path.
* Add a new attribute to ApplicationSettings so user can change this
value on their instance.
* Uses Gitlab::ActionRateLimiter to limit the raw requests.
* Add a new method into ActionRateLimiter to log the event into auth.log

Related to https://gitlab.com/gitlab-org/gitlab-ce/issues/48717
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Limits raw requests to 300 per minute and per raw path.
* Add a new attribute to ApplicationSettings so user can change this
value on their instance.
* Uses Gitlab::ActionRateLimiter to limit the raw requests.
* Add a new method into ActionRateLimiter to log the event into auth.log

Related to https://gitlab.com/gitlab-org/gitlab-ce/issues/48717
</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>Add subgroup_creation_level to the list of allowed group params</title>
<updated>2019-07-19T18:55:46+00:00</updated>
<author>
<name>Fabio Papa</name>
<email>fabtheman@gmail.com</email>
</author>
<published>2019-06-27T20:45:58+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=d279cc5a7aaca55b6736b065e3b0c119a9a9959b'/>
<id>d279cc5a7aaca55b6736b065e3b0c119a9a9959b</id>
<content type='text'>
For both groups_controller and admin/groups_controller
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
For both groups_controller and admin/groups_controller
</pre>
</div>
</content>
</entry>
<entry>
<title>Add profile mode to extend request profiling</title>
<updated>2019-07-18T13:11:08+00:00</updated>
<author>
<name>Qingyu Zhao</name>
<email>qzhao@gitlab.com</email>
</author>
<published>2019-06-27T13:42:14+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=10e51ac5f7087bb9cbc495fc15195994fb8763e4'/>
<id>10e51ac5f7087bb9cbc495fc15195994fb8763e4</id>
<content type='text'>
Extend the support for "X-Profile-Token: &lt;token&gt;" to have an additional
header that defines type of profile we are looking for, like:
  X-Profile-Mode: execution
  X-Profile-Mode: memory
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Extend the support for "X-Profile-Token: &lt;token&gt;" to have an additional
header that defines type of profile we are looking for, like:
  X-Profile-Mode: execution
  X-Profile-Mode: memory
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove auto ssl feature flags</title>
<updated>2019-07-12T16:53:44+00:00</updated>
<author>
<name>Vladimir Shushlin</name>
<email>vshushlin@gitlab.com</email>
</author>
<published>2019-07-12T16:53:44+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=7b5936ebdad8df646cbce7a9c035da62cac7cfce'/>
<id>7b5936ebdad8df646cbce7a9c035da62cac7cfce</id>
<content type='text'>
* remove feature flag for admin settings
* remove feature flag for domain settings
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* remove feature flag for admin settings
* remove feature flag for domain settings
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix broken specs due to cached application settings</title>
<updated>2019-07-02T05:23:01+00:00</updated>
<author>
<name>Stan Hu</name>
<email>stanhu@gmail.com</email>
</author>
<published>2019-07-01T23:44:54+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=045ab84e0b54dd2b8c03d281a8d4f9c15ae26a6e'/>
<id>045ab84e0b54dd2b8c03d281a8d4f9c15ae26a6e</id>
<content type='text'>
The /admin panel will now always return an uncached
application setting to ensure it always has the most
current info.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The /admin panel will now always return an uncached
application setting to ensure it always has the most
current info.
</pre>
</div>
</content>
</entry>
<entry>
<title>Update application settings using correct action</title>
<updated>2019-06-19T17:29:10+00:00</updated>
<author>
<name>Brett Walker</name>
<email>bwalker@gitlab.com</email>
</author>
<published>2019-02-20T16:56:19+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=6b4f93c0349e9d54cb48f1d5cf025c5e5ce77aee'/>
<id>6b4f93c0349e9d54cb48f1d5cf025c5e5ce77aee</id>
<content type='text'>
Updating multiple application settings panels through
a single action causes the incorrect action to be shown
when there are errors.  Instead, make each panel action
handle both updating and display.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Updating multiple application settings panels through
a single action causes the incorrect action to be shown
when there are errors.  Instead, make each panel action
handle both updating and display.
</pre>
</div>
</content>
</entry>
<entry>
<title>Whitelist query limiting admin usage data endpoint</title>
<updated>2019-06-12T15:59:16+00:00</updated>
<author>
<name>Peter Leitzen</name>
<email>pleitzen@gitlab.com</email>
</author>
<published>2019-06-12T15:59:16+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=792a998bd4ea36687ddbbbdc0b991fae64476647'/>
<id>792a998bd4ea36687ddbbbdc0b991fae64476647</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
