<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/gitlab/gitlab-ce.git/app, branch patch-49</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 a proxy method to PrometheusClient</title>
<updated>2019-04-05T08:05:54+00:00</updated>
<author>
<name>Reuben Pereira</name>
<email>rpereira@gitlab.com</email>
</author>
<published>2019-04-05T08:05:54+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=7f529353e75852e62203eee3b8106b21dca068d9'/>
<id>7f529353e75852e62203eee3b8106b21dca068d9</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>Extract recentSearchesStorageKeys from FilteredSearchManager</title>
<updated>2019-04-05T07:42:41+00:00</updated>
<author>
<name>Winnie Hellmann</name>
<email>winnie@gitlab.com</email>
</author>
<published>2019-04-05T07:42:41+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=cea178da6ffc405713aea5b410967add1b41ec00'/>
<id>cea178da6ffc405713aea5b410967add1b41ec00</id>
<content type='text'>
(cherry picked from commit a4d0b2435ff132da9bb238fea95672a6ddfd084d)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
(cherry picked from commit a4d0b2435ff132da9bb238fea95672a6ddfd084d)
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch '60021-fix-ide-file-dropdown' into 'master'</title>
<updated>2019-04-05T07:39:40+00:00</updated>
<author>
<name>Phil Hughes</name>
<email>me@iamphill.com</email>
</author>
<published>2019-04-05T07:39:40+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=36d1d9082cc0d12ebce52050730ae50a0cc51d1a'/>
<id>36d1d9082cc0d12ebce52050730ae50a0cc51d1a</id>
<content type='text'>
Fix IDE file dropdown

Closes #60021

See merge request gitlab-org/gitlab-ce!27015</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fix IDE file dropdown

Closes #60021

See merge request gitlab-org/gitlab-ce!27015</pre>
</div>
</content>
</entry>
<entry>
<title>Fix old image diff swipe view</title>
<updated>2019-04-05T07:33:51+00:00</updated>
<author>
<name>ftab</name>
<email>fury@xibase.com</email>
</author>
<published>2019-04-05T07:33:51+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=fa71715e067a0dd2d3982454a4d2618dbeb16ef9'/>
<id>fa71715e067a0dd2d3982454a4d2618dbeb16ef9</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 'ce-7327-add-roadmap-within-epic' into 'master'</title>
<updated>2019-04-05T07:31:55+00:00</updated>
<author>
<name>Phil Hughes</name>
<email>me@iamphill.com</email>
</author>
<published>2019-04-05T07:31:55+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=9ee30346f203a47c1928f83c7de21b0e86fe3817'/>
<id>9ee30346f203a47c1928f83c7de21b0e86fe3817</id>
<content type='text'>
CE Backport: Re-use MR tabs styles to Epic tabs

See merge request gitlab-org/gitlab-ce!26935</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
CE Backport: Re-use MR tabs styles to Epic tabs

See merge request gitlab-org/gitlab-ce!26935</pre>
</div>
</content>
</entry>
<entry>
<title>Fix IDE detecting MR from fork branch</title>
<updated>2019-04-05T07:29:53+00:00</updated>
<author>
<name>Paul Slaughter</name>
<email>pslaughter@gitlab.com</email>
</author>
<published>2019-04-05T07:29:53+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=59ac0924da8ffc6ae28eecffda2654cd7ab8f761'/>
<id>59ac0924da8ffc6ae28eecffda2654cd7ab8f761</id>
<content type='text'>
**Why?**
Currently the IDE loads a merge request based on only the
`source_branch` name. This means it loads MR's from
forks that have the same branch name (not good).

- This required updating the BE API to accept `source_project_id`
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
**Why?**
Currently the IDE loads a merge request based on only the
`source_branch` name. This means it loads MR's from
forks that have the same branch name (not good).

- This required updating the BE API to accept `source_project_id`
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch '54506-show-error-when-namespace-svc-missing' into 'master'</title>
<updated>2019-04-05T07:05:32+00:00</updated>
<author>
<name>Grzegorz Bizon</name>
<email>grzegorz@gitlab.com</email>
</author>
<published>2019-04-05T07:05:32+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=ff648879642f81ccb5eda7c70b9738916a185630'/>
<id>ff648879642f81ccb5eda7c70b9738916a185630</id>
<content type='text'>
Show error when namespace/svc account missing

Closes #54506

See merge request gitlab-org/gitlab-ce!26362</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Show error when namespace/svc account missing

Closes #54506

See merge request gitlab-org/gitlab-ce!26362</pre>
</div>
</content>
</entry>
<entry>
<title>Dynamic vuln graph dimensions</title>
<updated>2019-04-05T05:19:23+00:00</updated>
<author>
<name>Fernando Arias</name>
<email>farias@gitlab.com</email>
</author>
<published>2019-04-05T05:19:23+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=e0725fa436708209f431fc874d1ee148bbfb50f0'/>
<id>e0725fa436708209f431fc874d1ee148bbfb50f0</id>
<content type='text'>
* Fix up graph resize logic if navbar is collapsed

Add snapshot
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Fix up graph resize logic if navbar is collapsed

Add snapshot
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch '57319-hide-kubernetes-cluster-warning-if-project-has-cluster-related' into 'master'</title>
<updated>2019-04-04T22:53:44+00:00</updated>
<author>
<name>Clement Ho</name>
<email>clemmakesapps@gmail.com</email>
</author>
<published>2019-04-04T22:53:44+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=3ccb4d954f4c51f4f3cc77ebd53f21425e0d4d09'/>
<id>3ccb4d954f4c51f4f3cc77ebd53f21425e0d4d09</id>
<content type='text'>
Resolve "Hide Kubernetes cluster warning if project has cluster related"

See merge request gitlab-org/gitlab-ce!26749</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Resolve "Hide Kubernetes cluster warning if project has cluster related"

See merge request gitlab-org/gitlab-ce!26749</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'sh-fix-ref-name-caching' into 'master'</title>
<updated>2019-04-04T22:13:44+00:00</updated>
<author>
<name>Douglas Barbosa Alexandre</name>
<email>dbalexandre@gmail.com</email>
</author>
<published>2019-04-04T22:13:44+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=9667ae2e97e0be26888514661e2ad947c1c6ea72'/>
<id>9667ae2e97e0be26888514661e2ad947c1c6ea72</id>
<content type='text'>
Fix and expand Gitaly FindCommit caching

See merge request gitlab-org/gitlab-ce!27018</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fix and expand Gitaly FindCommit caching

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