<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/gitlab/gitlab-ce.git/app/controllers/projects/deployments_controller.rb, branch fix/github-doc</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  rescue_from(ActionController::UnknownFormat) in Application Controller</title>
<updated>2017-06-20T13:53:23+00:00</updated>
<author>
<name>Pawel Chojnacki</name>
<email>pawel@chojnacki.ws</email>
</author>
<published>2017-06-20T13:53:05+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=15b7b9ec4117bf19168ea0f923ea11e926edcc5c'/>
<id>15b7b9ec4117bf19168ea0f923ea11e926edcc5c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Move Prometheus service to project model</title>
<updated>2017-06-16T18:48:34+00:00</updated>
<author>
<name>Pawel Chojnacki</name>
<email>pawel@chojnacki.ws</email>
</author>
<published>2017-06-16T18:48:34+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=6e4d5334211d73dd731cb8757b2ef10e8ea428b7'/>
<id>6e4d5334211d73dd731cb8757b2ef10e8ea428b7</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Use explicit instance of prometheus service and add access methods to it</title>
<updated>2017-06-07T00:38:52+00:00</updated>
<author>
<name>Pawel Chojnacki</name>
<email>pawel@chojnacki.ws</email>
</author>
<published>2017-06-07T00:36:59+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=a7e1205219387a6d24c8579994f73a33b3028010'/>
<id>a7e1205219387a6d24c8579994f73a33b3028010</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Explicitly require format.json in prometheus_controller</title>
<updated>2017-06-06T12:40:03+00:00</updated>
<author>
<name>Pawel Chojnacki</name>
<email>pawel@chojnacki.ws</email>
</author>
<published>2017-06-06T12:40:03+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=c7a1da800ff6fa16db5de796a8f8d715ddd3b582'/>
<id>c7a1da800ff6fa16db5de796a8f8d715ddd3b582</id>
<content type='text'>
+ add missing prometheus_controller tests!
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
+ add missing prometheus_controller tests!
</pre>
</div>
</content>
</entry>
<entry>
<title>Add per deployment additional metrics</title>
<updated>2017-05-25T15:39:43+00:00</updated>
<author>
<name>Pawel Chojnacki</name>
<email>pawel@chojnacki.ws</email>
</author>
<published>2017-05-25T15:39:43+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=608186d54bb9aefb0b867c177ac62d534e8840ad'/>
<id>608186d54bb9aefb0b867c177ac62d534e8840ad</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Respond with 404 when metrics are not enabled or deployment_metrics is not implemented</title>
<updated>2017-05-12T16:16:22+00:00</updated>
<author>
<name>Pawel Chojnacki</name>
<email>pawel@chojnacki.ws</email>
</author>
<published>2017-05-12T16:16:22+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=f38779c6f521e0d554303db0619bafb07ffeda29'/>
<id>f38779c6f521e0d554303db0619bafb07ffeda29</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Custom queries for prometheus</title>
<updated>2017-05-11T21:07:12+00:00</updated>
<author>
<name>Pawel Chojnacki</name>
<email>pawel@chojnacki.ws</email>
</author>
<published>2017-04-26T20:09:03+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=4f824d2aecf4fec46febd767fa7f7d747c732112'/>
<id>4f824d2aecf4fec46febd767fa7f7d747c732112</id>
<content type='text'>
- Tests for prometheus queries

- fix rubocop warnings

- Remove unused method. Add more queries to deployment queries.

- Wrap BaseQuery in module hierarchy

Renname Prometheus class to PrometheusClient
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- Tests for prometheus queries

- fix rubocop warnings

- Remove unused method. Add more queries to deployment queries.

- Wrap BaseQuery in module hierarchy

Renname Prometheus class to PrometheusClient
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove unnecessary user hash being passed to DeploymentSerializer</title>
<updated>2017-05-10T18:21:31+00:00</updated>
<author>
<name>Oswaldo Ferreira</name>
<email>oswaldo@gitlab.com</email>
</author>
<published>2017-05-10T18:21:31+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=368bf99eb758a738d225134e3baa6763869e7541'/>
<id>368bf99eb758a738d225134e3baa6763869e7541</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Ensure all Serializers receive `current_user` instead `user`</title>
<updated>2017-05-10T16:30:54+00:00</updated>
<author>
<name>Oswaldo Ferreira</name>
<email>oswaldo@gitlab.com</email>
</author>
<published>2017-05-10T16:30:54+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=9d08dddfdb0ef66de9ec3b7c7cbfd96e2f949678'/>
<id>9d08dddfdb0ef66de9ec3b7c7cbfd96e2f949678</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge request widget redesign</title>
<updated>2017-05-09T04:15:34+00:00</updated>
<author>
<name>Fatih Acet</name>
<email>acetfatih@gmail.com</email>
</author>
<published>2017-05-09T04:15:34+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=0151325dacebb99d54b6effb1d5842c0c712168c'/>
<id>0151325dacebb99d54b6effb1d5842c0c712168c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
