<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/gitlab/gitlab-ce.git/spec, 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>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 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>fix(gitlab-ci-config): allow strings in the 'include' keyword</title>
<updated>2019-04-05T06:44:33+00:00</updated>
<author>
<name>Paul 🐻</name>
<email>paul@bonaud.fr</email>
</author>
<published>2019-04-05T06:44:33+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=9f36097db2a5901312d7ea86c5a0df315311b7ff'/>
<id>9f36097db2a5901312d7ea86c5a0df315311b7ff</id>
<content type='text'>
This fix is a followup to !24098 which introduced a validation of the
`include:` keyword of a gitlab-ci configuration file when triggered
from /ci/lint API calls.

However, there was a test case missing: the case of a single string as
value. I have added a test case for that which shows that the code was
not validating it correctly.

This commit fixes that to allow all `include:` valid inputs.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This fix is a followup to !24098 which introduced a validation of the
`include:` keyword of a gitlab-ci configuration file when triggered
from /ci/lint API calls.

However, there was a test case missing: the case of a single string as
value. I have added a test case for that which shows that the code was
not validating it correctly.

This commit fixes that to allow all `include:` valid inputs.
</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 '9217-warn-on-git-fetch-over-ssh-if-the-secondary-is-lagging-the-primary' into 'master'</title>
<updated>2019-04-05T00:19:37+00:00</updated>
<author>
<name>Douglas Barbosa Alexandre</name>
<email>dbalexandre@gmail.com</email>
</author>
<published>2019-04-05T00:19:37+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=b54228ad3d79dc0bd7060128e0b75f68cd1c51d9'/>
<id>b54228ad3d79dc0bd7060128e0b75f68cd1c51d9</id>
<content type='text'>
Display console messages, if available

See merge request gitlab-org/gitlab-ce!26692</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Display console messages, if available

See merge request gitlab-org/gitlab-ce!26692</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>
<entry>
<title>Merge branch '57602-create-cluster-validations' into 'master'</title>
<updated>2019-04-04T21:53:03+00:00</updated>
<author>
<name>Mike Greiling</name>
<email>mike@pixelcog.com</email>
</author>
<published>2019-04-04T21:53:03+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=d3b19f6666df0c9d667165b0b765a4aedcf1e44b'/>
<id>d3b19f6666df0c9d667165b0b765a4aedcf1e44b</id>
<content type='text'>
Display cluster form validation error messages inline

Closes #57602

See merge request gitlab-org/gitlab-ce!26502</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Display cluster form validation error messages inline

Closes #57602

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