<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/gitlab/gitlab-ce.git/spec/lib, branch 58375-api-controller</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 spec for RestClient raising exception</title>
<updated>2019-04-04T20:22:45+00:00</updated>
<author>
<name>rpereira2</name>
<email>rpereira@gitlab.com</email>
</author>
<published>2019-04-02T18:14:50+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=359d00cd5ded5ef7d3cf33b34c1e4869f1e5c9c5'/>
<id>359d00cd5ded5ef7d3cf33b34c1e4869f1e5c9c5</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add a proxy method to PrometheusClient</title>
<updated>2019-04-04T20:22:41+00:00</updated>
<author>
<name>rpereira2</name>
<email>rpereira@gitlab.com</email>
</author>
<published>2019-04-02T05:54:36+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=baab836b9bb5cab5fada8e0ce155b80b805c07b7'/>
<id>baab836b9bb5cab5fada8e0ce155b80b805c07b7</id>
<content type='text'>
- Also refactor the get and json_api_get methods so that the get method
can be reused by the new proxy method.
- The new proxy method makes no changes to the request to the prometheus
server and response from the prometheus server. This allows it to be
used as a proxy to the Prometheus server, hence the name.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- Also refactor the get and json_api_get methods so that the get method
can be reused by the new proxy method.
- The new proxy method makes no changes to the request to the prometheus
server and response from the prometheus server. This allows it to be
used as a proxy to the Prometheus server, hence the name.
</pre>
</div>
</content>
</entry>
<entry>
<title>Renamed terminal_specification to channel_specification</title>
<updated>2019-04-04T18:32:02+00:00</updated>
<author>
<name>Francisco Javier López</name>
<email>fjlopez@gitlab.com</email>
</author>
<published>2019-04-04T18:32:02+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=8a134f4c6505c4f8f3c89e0ae4d4ea2293765be3'/>
<id>8a134f4c6505c4f8f3c89e0ae4d4ea2293765be3</id>
<content type='text'>
We're moving from using terminology related to terminals when
we refer to Websockets connections in Workhorse.
It's more appropiate a concept like channel.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
We're moving from using terminology related to terminals when
we refer to Websockets connections in Workhorse.
It's more appropiate a concept like channel.
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch '57831-allow-graphql-scalar-fields-to-be-authorized' into 'master'</title>
<updated>2019-04-04T17:12:43+00:00</updated>
<author>
<name>Nick Thomas</name>
<email>nick@gitlab.com</email>
</author>
<published>2019-04-04T17:12:43+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=a2d044bf97ec350019b2daebd962ab4901070818'/>
<id>a2d044bf97ec350019b2daebd962ab4901070818</id>
<content type='text'>
Allow GraphQL Scalar-fields to be authorized

Closes #57831

See merge request gitlab-org/gitlab-ce!26338</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Allow GraphQL Scalar-fields to be authorized

Closes #57831

See merge request gitlab-org/gitlab-ce!26338</pre>
</div>
</content>
</entry>
<entry>
<title>Automatically set Prometheus step interval</title>
<updated>2019-04-04T15:38:37+00:00</updated>
<author>
<name>Peter Leitzen</name>
<email>pleitzen@gitlab.com</email>
</author>
<published>2019-04-04T15:38:37+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=552d38861ad77bf6a64b1e61a91e36fcd26d057c'/>
<id>552d38861ad77bf6a64b1e61a91e36fcd26d057c</id>
<content type='text'>
By computing the step interval passed to the query_range Prometheus API
call we improve the performance on the Prometheus server and GitLab by
reducing the amount of data points sent back and prevent Prometheus
from sending errors when requesting longer intervals.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
By computing the step interval passed to the query_range Prometheus API
call we improve the performance on the Prometheus server and GitLab by
reducing the amount of data points sent back and prevent Prometheus
from sending errors when requesting longer intervals.
</pre>
</div>
</content>
</entry>
<entry>
<title>Allow to use untrusted Regexp via feature flag</title>
<updated>2019-04-04T15:00:56+00:00</updated>
<author>
<name>Kamil Trzciński</name>
<email>ayufan@ayufan.eu</email>
</author>
<published>2019-04-04T15:00:56+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=8a833c720e91c7b4d764e85c30e3be18ee5221fd'/>
<id>8a833c720e91c7b4d764e85c30e3be18ee5221fd</id>
<content type='text'>
This brings support for untrusted regexp for 'only:refs:' when
enabled via feature flag: alllow_unsafe_ruby_regexp.

This is by default disabled, and should not be used in production
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This brings support for untrusted regexp for 'only:refs:' when
enabled via feature flag: alllow_unsafe_ruby_regexp.

This is by default disabled, and should not be used in production
</pre>
</div>
</content>
</entry>
<entry>
<title>Use parent object when authorizing scalar types</title>
<updated>2019-04-04T14:03:21+00:00</updated>
<author>
<name>Brett Walker</name>
<email>bwalker@gitlab.com</email>
</author>
<published>2019-03-20T23:39:18+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=6643b92b8807e2d59f36d676303b89ea01824f22'/>
<id>6643b92b8807e2d59f36d676303b89ea01824f22</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Monitor GraphQL with Prometheus</title>
<updated>2019-04-04T13:50:31+00:00</updated>
<author>
<name>Jan Provaznik</name>
<email>jprovaznik@gitlab.com</email>
</author>
<published>2019-04-04T13:50:31+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=435d98c9cee0d32305a6fd20995f41849749e8eb'/>
<id>435d98c9cee0d32305a6fd20995f41849749e8eb</id>
<content type='text'>
Extends graphql's platform tracing class to observe duration
of graphql methods.

In graphql 1.8.11 is added prometheus class but it's not very useful
for us because it uses prometheus_exporter to export results.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Extends graphql's platform tracing class to observe duration
of graphql methods.

In graphql 1.8.11 is added prometheus class but it's not very useful
for us because it uses prometheus_exporter to export results.
</pre>
</div>
</content>
</entry>
<entry>
<title>Fixed test specs</title>
<updated>2019-04-04T13:08:34+00:00</updated>
<author>
<name>Oswaldo Ferreira</name>
<email>oswaldo@gitlab.com</email>
</author>
<published>2019-04-04T13:08:34+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=e540c0d71e00c4ce031b94cf11ec3de905e87da7'/>
<id>e540c0d71e00c4ce031b94cf11ec3de905e87da7</id>
<content type='text'>
- added suggestions to mock data
- fixed props to be not required
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- added suggestions to mock data
- fixed props to be not required
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'dz-reserve-v2-root-path' into 'master'</title>
<updated>2019-04-04T12:13:04+00:00</updated>
<author>
<name>Grzegorz Bizon</name>
<email>grzegorz@gitlab.com</email>
</author>
<published>2019-04-04T12:13:04+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=2fdc7c1fd6884cf120bf82cb870f66d1bf73811a'/>
<id>2fdc7c1fd6884cf120bf82cb870f66d1bf73811a</id>
<content type='text'>
Add v2 to reserved top level routes

See merge request gitlab-org/gitlab-ce!26540</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Add v2 to reserved top level routes

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