<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/gitlab/gitlab-ce.git/app/views/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>Remove inline JS in links</title>
<updated>2019-08-20T21:43:04+00:00</updated>
<author>
<name>Heinrich Lee Yu</name>
<email>heinrich@gitlab.com</email>
</author>
<published>2019-08-15T07:29:29+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=0284917c701acfa5d88a98fef641ab35164ed9a8'/>
<id>0284917c701acfa5d88a98fef641ab35164ed9a8</id>
<content type='text'>
Changes these to use unobtrusive JS
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Changes these to use unobtrusive JS
</pre>
</div>
</content>
</entry>
<entry>
<title>Migrates Snowplow backend from EE to CE</title>
<updated>2019-08-14T19:21:58+00:00</updated>
<author>
<name>Jeremy Jackson</name>
<email>jjackson@gitlab.com</email>
</author>
<published>2019-08-14T19:21:58+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=5d9d5e603119c3ae334b0855a63d10d12b2390bd'/>
<id>5d9d5e603119c3ae334b0855a63d10d12b2390bd</id>
<content type='text'>
This introduces several changes, but these are all just ported from the
EE project.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This introduces several changes, but these are all just ported from the
EE project.
</pre>
</div>
</content>
</entry>
<entry>
<title>Final removal of KubernetesService</title>
<updated>2019-08-07T23:47:07+00:00</updated>
<author>
<name>Tiger</name>
<email>twatson@gitlab.com</email>
</author>
<published>2019-08-01T06:20:35+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=e3696bf20e4d646f46f847237da828eaee00253a'/>
<id>e3696bf20e4d646f46f847237da828eaee00253a</id>
<content type='text'>
Creating new records has been disabled, and all
existing records been migrated to clusters as of
https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/28534
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Creating new records has been disabled, and all
existing records been migrated to clusters as of
https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/28534
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix Admin area user access level radio button labels</title>
<updated>2019-08-05T23:00:57+00:00</updated>
<author>
<name>Drew Blessing</name>
<email>drew@blessing.io</email>
</author>
<published>2019-07-25T15:51:48+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=81f44275bd3882d2153357c1839561e5a6a53348'/>
<id>81f44275bd3882d2153357c1839561e5a6a53348</id>
<content type='text'>
In the admin user edit form, access level radio button labels didn't have
the correct 'for' value. Clicking on the label did not select the radio
button. This makes usability a bit nicer since the click area is increased
when the label is clickable.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
In the admin user edit form, access level radio button labels didn't have
the correct 'for' value. Clicking on the label did not select the radio
button. This makes usability a bit nicer since the click area is increased
when the label is clickable.
</pre>
</div>
</content>
</entry>
<entry>
<title>Update translations in gitlab.pot</title>
<updated>2019-08-02T14:39:18+00:00</updated>
<author>
<name>George Koltsov</name>
<email>gkoltsov@gitlab.com</email>
</author>
<published>2019-07-26T12:08:05+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=5a19a43a13031de83af2d241498465a882421270'/>
<id>5a19a43a13031de83af2d241498465a882421270</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add outbound requests setting for system hooks</title>
<updated>2019-08-02T14:39:18+00:00</updated>
<author>
<name>George Koltsov</name>
<email>gkoltsov@gitlab.com</email>
</author>
<published>2019-07-26T10:21:52+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=e5e1c907c01b53194f77e8d8de53554ba1824e7c'/>
<id>e5e1c907c01b53194f77e8d8de53554ba1824e7c</id>
<content type='text'>
This MR adds new application setting to network section
`allow_local_requests_from_system_hooks`. Prior to this change
system hooks were allowed to do local network requests by default
and we are adding an ability for admins to control it.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This MR adds new application setting to network section
`allow_local_requests_from_system_hooks`. Prior to this change
system hooks were allowed to do local network requests by default
and we are adding an ability for admins to control it.
</pre>
</div>
</content>
</entry>
<entry>
<title>Allow blank but not nil in validations</title>
<updated>2019-07-31T06:54:03+00:00</updated>
<author>
<name>Reuben Pereira</name>
<email>rpereira@gitlab.com</email>
</author>
<published>2019-07-31T06:54:03+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=5c7f2853dc5a8eca874108a0217a115090f29e9b'/>
<id>5c7f2853dc5a8eca874108a0217a115090f29e9b</id>
<content type='text'>
- The most common use case for qualified_domain_validator currently is
to allow blank ([]) but not allow nil. Modify the
qualified_domain_validator to support this use case.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- The most common use case for qualified_domain_validator currently is
to allow blank ([]) but not allow nil. Modify the
qualified_domain_validator to support this use case.
</pre>
</div>
</content>
</entry>
<entry>
<title>Add support page link in help menu</title>
<updated>2019-07-30T17:03:17+00:00</updated>
<author>
<name>Diego Louzán</name>
<email>diego.louzan@gmail.com</email>
</author>
<published>2019-07-30T17:03:17+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=e20538088bba75fa3193004b8695d4ffab7aca21'/>
<id>e20538088bba75fa3193004b8695d4ffab7aca21</id>
<content type='text'>
Creates a new item in help dropdown to show configured support page link
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Creates a new item in help dropdown to show configured support page link
</pre>
</div>
</content>
</entry>
<entry>
<title>Add default colors for broadcast messages</title>
<updated>2019-07-26T13:06:12+00:00</updated>
<author>
<name>Ammar Alakkad</name>
<email>aalakkad@gitlab.com</email>
</author>
<published>2019-07-26T13:06:12+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=352385111fb7fffead03b7a474a7feea3fdaebdf'/>
<id>352385111fb7fffead03b7a474a7feea3fdaebdf</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<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>
</feed>
