<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/gitlab/gitlab-ce.git/app/controllers, 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>Allow message strings to be translated</title>
<updated>2019-04-04T20:42:34+00:00</updated>
<author>
<name>rpereira2</name>
<email>rpereira@gitlab.com</email>
</author>
<published>2019-04-04T11:40:06+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=3888b4d35c8e6e24d1871bbc4ec2e1f63a19ed4d'/>
<id>3888b4d35c8e6e24d1871bbc4ec2e1f63a19ed4d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Call permit! on params</title>
<updated>2019-04-04T20:42:34+00:00</updated>
<author>
<name>rpereira2</name>
<email>rpereira@gitlab.com</email>
</author>
<published>2019-04-03T14:00:22+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=5ee7c419ea97f9322dcaf6da02c85f2ac25f477d'/>
<id>5ee7c419ea97f9322dcaf6da02c85f2ac25f477d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove permitting of params</title>
<updated>2019-04-04T20:42:33+00:00</updated>
<author>
<name>rpereira2</name>
<email>rpereira@gitlab.com</email>
</author>
<published>2019-04-03T09:31:44+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=16772b91f0b71b47c8e72bfa2d11693aed58e3ba'/>
<id>16772b91f0b71b47c8e72bfa2d11693aed58e3ba</id>
<content type='text'>
- It is now being done in ProxyService class.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- It is now being done in ProxyService class.
</pre>
</div>
</content>
</entry>
<entry>
<title>Add spec for invalid environment id</title>
<updated>2019-04-04T20:42:33+00:00</updated>
<author>
<name>rpereira2</name>
<email>rpereira@gitlab.com</email>
</author>
<published>2019-04-03T08:02:45+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=eac3e2302c4155ed1890e39b7124672d79b795b6'/>
<id>eac3e2302c4155ed1890e39b7124672d79b795b6</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Streamline controller specs</title>
<updated>2019-04-04T20:42:33+00:00</updated>
<author>
<name>Peter Leitzen</name>
<email>pleitzen@gitlab.com</email>
</author>
<published>2019-04-02T16:38:49+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=1427ad4f5ce11d8327d9258eb3ffc62803c1a304'/>
<id>1427ad4f5ce11d8327d9258eb3ffc62803c1a304</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 Prometheus API per environment</title>
<updated>2019-04-04T20:42:33+00:00</updated>
<author>
<name>rpereira2</name>
<email>rpereira@gitlab.com</email>
</author>
<published>2019-04-02T06:26:09+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=e1a167ee234fbb8886ac1a882002b76adeb67edf'/>
<id>e1a167ee234fbb8886ac1a882002b76adeb67edf</id>
<content type='text'>
The api will proxy requests to the environment's prometheus server.
The Prometheus::ProxyService class can be reused when we add support for
group prometheus servers.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The api will proxy requests to the environment's prometheus server.
The Prometheus::ProxyService class can be reused when we add support for
group prometheus servers.
</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>Allow to sort wiki pages by date and title</title>
<updated>2019-04-04T16:28:56+00:00</updated>
<author>
<name>Igor</name>
<email>idrozdov@gitlab.com</email>
</author>
<published>2019-04-04T16:28:56+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=866b58a54e95415ad74b8f004db40abb4343c753'/>
<id>866b58a54e95415ad74b8f004db40abb4343c753</id>
<content type='text'>
- Add controls for sorting by title and date
- Execute Gitaly call which now accepts sorting params for wikis
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- Add controls for sorting by title and date
- Execute Gitaly call which now accepts sorting params for wikis
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'xanf/gitlab-ce-transfer-disables-js' into 'master'</title>
<updated>2019-04-04T15:13:42+00:00</updated>
<author>
<name>Sean McGivern</name>
<email>sean@gitlab.com</email>
</author>
<published>2019-04-04T15:13:42+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=c7f918aa691b1b9c6ee6a489ae28a094eacff72c'/>
<id>c7f918aa691b1b9c6ee6a489ae28a094eacff72c</id>
<content type='text'>
Resolve "Failing group transfer disables expandable sections"

Closes #45511

See merge request gitlab-org/gitlab-ce!26837</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Resolve "Failing group transfer disables expandable sections"

Closes #45511

See merge request gitlab-org/gitlab-ce!26837</pre>
</div>
</content>
</entry>
<entry>
<title>Consider array params on rendering MR list on dashboard</title>
<updated>2019-04-04T14:54:25+00:00</updated>
<author>
<name>Igor</name>
<email>idrozdov@gitlab.com</email>
</author>
<published>2019-04-04T14:54:25+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=5b6db251a8b8d4528ed161b0462a62ab0bdba458'/>
<id>5b6db251a8b8d4528ed161b0462a62ab0bdba458</id>
<content type='text'>
This fixes the bug, when approver filter is provided,
but dashboard asks to enter any filter
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This fixes the bug, when approver filter is provided,
but dashboard asks to enter any filter
</pre>
</div>
</content>
</entry>
</feed>
