<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/gitlab/gitlab-ce.git/locale/gitlab.pot, branch frozen_string_spec_support</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>[ADD] outbound requests whitelist</title>
<updated>2019-07-24T17:59:38+00:00</updated>
<author>
<name>Reuben Pereira</name>
<email>rpereira@gitlab.com</email>
</author>
<published>2019-07-24T17:59:38+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=e5bdcfbc9b1007332fdaa1d37ce1fac47325850d'/>
<id>e5bdcfbc9b1007332fdaa1d37ce1fac47325850d</id>
<content type='text'>
Signed-off-by: Istvan szalai &lt;istvan.szalai@savoirfairelinux.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Istvan szalai &lt;istvan.szalai@savoirfairelinux.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Removed pluralize function</title>
<updated>2019-07-24T17:39:18+00:00</updated>
<author>
<name>Ezekiel Kigbo</name>
<email>ekigbo@gitlab.com</email>
</author>
<published>2019-07-24T17:39:18+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=78d57823cabc6ad7844439373a4bed253cfd1f6f'/>
<id>78d57823cabc6ad7844439373a4bed253cfd1f6f</id>
<content type='text'>
Replaced instance of the `pluralize` js function
with `n__` to follow our development guide.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Replaced instance of the `pluralize` js function
with `n__` to follow our development guide.
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove unused peek view code</title>
<updated>2019-07-24T12:15:13+00:00</updated>
<author>
<name>Sean McGivern</name>
<email>sean@gitlab.com</email>
</author>
<published>2019-07-24T11:49:43+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=74f0faa27c12a50f7705161b66c27485809e8e07'/>
<id>74f0faa27c12a50f7705161b66c27485809e8e07</id>
<content type='text'>
We haven't needed these since we started rendering the performance bar
in Vue.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
We haven't needed these since we started rendering the performance bar
in Vue.
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch '11639-improve-discovery-and-navigation-for-gitlab-package-features-ce' into 'master'</title>
<updated>2019-07-24T09:41:46+00:00</updated>
<author>
<name>Kushal Pandya</name>
<email>kushalspandya@gmail.com</email>
</author>
<published>2019-07-24T09:41:46+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=f64868ccbd88ecd9517554c5817d077d6e12d1e0'/>
<id>f64868ccbd88ecd9517554c5817d077d6e12d1e0</id>
<content type='text'>
Improving packages navigation in project sidebar [CE Backport]

See merge request gitlab-org/gitlab-ce!30256</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Improving packages navigation in project sidebar [CE Backport]

See merge request gitlab-org/gitlab-ce!30256</pre>
</div>
</content>
</entry>
<entry>
<title>Add links in admin area overview</title>
<updated>2019-07-24T04:33:08+00:00</updated>
<author>
<name>Illya Klymov</name>
<email>xanf@xanf.me</email>
</author>
<published>2019-04-19T09:44:21+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=a6ac0a2765f07348f618076b8e550e29c9675b77'/>
<id>a6ac0a2765f07348f618076b8e550e29c9675b77</id>
<content type='text'>
Introduces new `feature_entry` helper for dashboard.
This helper reduces code duplication when listing available features
and relevant links to configuration sections
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Introduces new `feature_entry` helper for dashboard.
This helper reduces code duplication when listing available features
and relevant links to configuration sections
</pre>
</div>
</content>
</entry>
<entry>
<title>Add empty chart component</title>
<updated>2019-07-24T03:18:57+00:00</updated>
<author>
<name>Jose Ivan Vargas</name>
<email>jvargas@gitlab.com</email>
</author>
<published>2019-07-24T03:18:57+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=378c507cbcd4acec60fc5dadea499e6b16caa801'/>
<id>378c507cbcd4acec60fc5dadea499e6b16caa801</id>
<content type='text'>
This merge request adds an empty chart component
which will load in case of queries not having
data to display, this will override the current
logic, which hides all the graphs that have no
data to show
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This merge request adds an empty chart component
which will load in case of queries not having
data to display, this will override the current
logic, which hides all the graphs that have no
data to show
</pre>
</div>
</content>
</entry>
<entry>
<title>Add validator for qualidied domain array</title>
<updated>2019-07-23T19:47:17+00:00</updated>
<author>
<name>Reuben Pereira</name>
<email>rpereira@gitlab.com</email>
</author>
<published>2019-07-23T19:47:17+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=42ecbcad108aa44beb279421c300024d17a360cd'/>
<id>42ecbcad108aa44beb279421c300024d17a360cd</id>
<content type='text'>
- Validate that the entries contain no unicode, html tags and are not
larger than 255 characters.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- Validate that the entries contain no unicode, html tags and are not
larger than 255 characters.
</pre>
</div>
</content>
</entry>
<entry>
<title>Improving packages navigation in project sidebar</title>
<updated>2019-07-23T09:39:25+00:00</updated>
<author>
<name>Nick Kipling</name>
<email>nkipling@gitlab.com</email>
</author>
<published>2019-07-02T09:00:07+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=c1698f4132526697d711c73ca507bba790f7824c'/>
<id>c1698f4132526697d711c73ca507bba790f7824c</id>
<content type='text'>
Removed Registry from sidebar
Created new Packages top level item
Added Container Registry into packages
Updated tests to support new layout
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Removed Registry from sidebar
Created new Packages top level item
Added Container Registry into packages
Updated tests to support new layout
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'maintainers-can-create-subgroup' into 'master'</title>
<updated>2019-07-22T15:17:23+00:00</updated>
<author>
<name>Sean McGivern</name>
<email>sean@gitlab.com</email>
</author>
<published>2019-07-22T15:17:23+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=e48851de62086b65c75a3dd802743e722d5d7be8'/>
<id>e48851de62086b65c75a3dd802743e722d5d7be8</id>
<content type='text'>
Add a group setting to allow Maintainers to create sub-groups

See merge request gitlab-org/gitlab-ce!29718</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Add a group setting to allow Maintainers to create sub-groups

See merge request gitlab-org/gitlab-ce!29718</pre>
</div>
</content>
</entry>
</feed>
