<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/gitlab/gitlab-ce.git/locale, branch docs/split-autodevops-variable-table</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>Merge branch '32495-improve-slack-notification-on-pipeline-status' into 'master'</title>
<updated>2019-07-26T18:45:27+00:00</updated>
<author>
<name>Robert Speicher</name>
<email>rspeicher@gmail.com</email>
</author>
<published>2019-07-26T18:45:27+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=c712340f418a55b8204965aa6cb86cfe5a726f99'/>
<id>c712340f418a55b8204965aa6cb86cfe5a726f99</id>
<content type='text'>
Make pipeline failure Slack notifications prettier and more informative

Closes #32495

See merge request gitlab-org/gitlab-ce!27683</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Make pipeline failure Slack notifications prettier and more informative

Closes #32495

See merge request gitlab-org/gitlab-ce!27683</pre>
</div>
</content>
</entry>
<entry>
<title>Add UndoStack class - a custom undo/redo engine</title>
<updated>2019-07-26T07:18:15+00:00</updated>
<author>
<name>Martin Hanzel</name>
<email>mhanzel@gitlab.com</email>
</author>
<published>2019-07-26T07:18:15+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=c111d121d6faedfe3f38af1780e16ab056048e30'/>
<id>c111d121d6faedfe3f38af1780e16ab056048e30</id>
<content type='text'>
It will be hooked up to the markdown editor later
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
It will be hooked up to the markdown editor later
</pre>
</div>
</content>
</entry>
<entry>
<title>Update namespace label text for managed clusters</title>
<updated>2019-07-25T17:38:06+00:00</updated>
<author>
<name>Jacques Erasmus</name>
<email>jerasmus@gitlab.com</email>
</author>
<published>2019-07-25T17:38:06+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=f0b2ef0b5fc4600c2a941a9b506873bc9dd80594'/>
<id>f0b2ef0b5fc4600c2a941a9b506873bc9dd80594</id>
<content type='text'>
Added the ability to update the namespace label text for gitlab-managed
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Added the ability to update the namespace label text for gitlab-managed
</pre>
</div>
</content>
</entry>
<entry>
<title>Improve pipeline status Slack notifications</title>
<updated>2019-07-25T14:26:29+00:00</updated>
<author>
<name>Nathan Friend</name>
<email>nathan@gitlab.com</email>
</author>
<published>2019-07-25T14:26:29+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=7b5fb754f8b74e5b356e7e7ef882bada1acc20e7'/>
<id>7b5fb754f8b74e5b356e7e7ef882bada1acc20e7</id>
<content type='text'>
This commit adds some formatting to the Slack notifications for pipeline
statuses, as well as adds information about the stage and jobs
that failed in the case of pipeline failure.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This commit adds some formatting to the Slack notifications for pipeline
statuses, as well as adds information about the stage and jobs
that failed in the case of pipeline failure.
</pre>
</div>
</content>
</entry>
<entry>
<title>Autofix i18n lints for vue files</title>
<updated>2019-07-25T13:00:18+00:00</updated>
<author>
<name>Ezekiel Kigbo</name>
<email>ekigbo@gitlab.com</email>
</author>
<published>2019-07-25T13:00:18+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=d3d4a1d968e149182019a064cca0ec45d9134522'/>
<id>d3d4a1d968e149182019a064cca0ec45d9134522</id>
<content type='text'>
Autofixes additional linting errors
found in vue files.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Autofixes additional linting errors
found in vue files.
</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>
<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>
</feed>
