<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/gitlab/gitlab-ce.git, branch add-prometheus-external-docs</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>Incorporate feedback</title>
<updated>2018-11-13T20:44:31+00:00</updated>
<author>
<name>Joshua Lambert</name>
<email>joshua@gitlab.com</email>
</author>
<published>2018-11-13T20:44:31+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=c1ae5bc0bca26b204e43eded548c35bd875395e1'/>
<id>c1ae5bc0bca26b204e43eded548c35bd875395e1</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add additional documentation for external Prometheus server</title>
<updated>2018-11-13T05:53:37+00:00</updated>
<author>
<name>Joshua Lambert</name>
<email>joshua@gitlab.com</email>
</author>
<published>2018-11-13T05:53:37+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=b83917f9cf654bfedebf1d36a0c487615fee03dd'/>
<id>b83917f9cf654bfedebf1d36a0c487615fee03dd</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>WIP update</title>
<updated>2018-11-06T06:19:40+00:00</updated>
<author>
<name>Joshua Lambert</name>
<email>joshua@gitlab.com</email>
</author>
<published>2018-11-06T06:19:40+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=b42234202b765d542ea3b59e6c6ffc169e836097'/>
<id>b42234202b765d542ea3b59e6c6ffc169e836097</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch '53224-rename-to-resource-base-qa' into 'master'</title>
<updated>2018-11-05T23:37:34+00:00</updated>
<author>
<name>Douglas Barbosa Alexandre</name>
<email>dbalexandre@gmail.com</email>
</author>
<published>2018-11-05T23:37:34+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=57bc28e7907cc5166030c10638a2c756cb45dcaa'/>
<id>57bc28e7907cc5166030c10638a2c756cb45dcaa</id>
<content type='text'>
CE: Rename QA::Factory to QA::Resource

See merge request gitlab-org/gitlab-ce!22772</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
CE: Rename QA::Factory to QA::Resource

See merge request gitlab-org/gitlab-ce!22772</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'fix-codequality' into 'master'</title>
<updated>2018-11-05T20:59:55+00:00</updated>
<author>
<name>Grzegorz Bizon</name>
<email>grzegorz@gitlab.com</email>
</author>
<published>2018-11-05T20:59:55+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=ec37e707326ac1f19a49477f21f01f9df8621e49'/>
<id>ec37e707326ac1f19a49477f21f01f9df8621e49</id>
<content type='text'>
Fix invalid artifact path for codequality

See merge request gitlab-org/gitlab-ce!22816</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fix invalid artifact path for codequality

See merge request gitlab-org/gitlab-ce!22816</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch '48239-performance-info-ref' into 'master'</title>
<updated>2018-11-05T18:53:22+00:00</updated>
<author>
<name>Stan Hu</name>
<email>stanhu@gmail.com</email>
</author>
<published>2018-11-05T18:53:22+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=d33dad88a143e7f0dc495cb5bff45a558d5d81d9'/>
<id>d33dad88a143e7f0dc495cb5bff45a558d5d81d9</id>
<content type='text'>
Performance tuning on Projects::GitHttpController#info_refs

Closes #48239

See merge request gitlab-org/gitlab-ce!22013</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Performance tuning on Projects::GitHttpController#info_refs

Closes #48239

See merge request gitlab-org/gitlab-ce!22013</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch '53362-allow-concurrency-in-puma' into 'master'</title>
<updated>2018-11-05T17:46:16+00:00</updated>
<author>
<name>Stan Hu</name>
<email>stanhu@gmail.com</email>
</author>
<published>2018-11-05T17:46:16+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=c6d4449f33b57a90d78b3f739ccecc5ab8588e96'/>
<id>c6d4449f33b57a90d78b3f739ccecc5ab8588e96</id>
<content type='text'>
Allow concurrency when using Puma

Closes #53362

See merge request gitlab-org/gitlab-ce!22751</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Allow concurrency when using Puma

Closes #53362

See merge request gitlab-org/gitlab-ce!22751</pre>
</div>
</content>
</entry>
<entry>
<title>Allow concurrency when using Puma</title>
<updated>2018-11-05T17:46:15+00:00</updated>
<author>
<name>Andrew Newdigate</name>
<email>andrew@gitlab.com</email>
</author>
<published>2018-11-05T17:46:15+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=b6cde1856ff036732fd1d655c3a6fa113c2457a4'/>
<id>b6cde1856ff036732fd1d655c3a6fa113c2457a4</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'gl-ui-tooltip-2' into 'master'</title>
<updated>2018-11-05T16:48:55+00:00</updated>
<author>
<name>Filipa Lacerda</name>
<email>filipa@gitlab.com</email>
</author>
<published>2018-11-05T16:48:55+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=001cb5aae30264104c0e647923430358c00a249f'/>
<id>001cb5aae30264104c0e647923430358c00a249f</id>
<content type='text'>
Remove gitlab-ui's tooltip from global

See merge request gitlab-org/gitlab-ce!22814</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Remove gitlab-ui's tooltip from global

See merge request gitlab-org/gitlab-ce!22814</pre>
</div>
</content>
</entry>
<entry>
<title>Remove gitlab-ui's tooltip from global</title>
<updated>2018-11-05T16:48:55+00:00</updated>
<author>
<name>Clement Ho</name>
<email>clemmakesapps@gmail.com</email>
</author>
<published>2018-11-05T16:48:55+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=701f0f5e55bd40a0e73eb2ace7077b3ee4f0092a'/>
<id>701f0f5e55bd40a0e73eb2ace7077b3ee4f0092a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
